Ash Gray Hex Code — #B2BEB5
RGB, HSL, and CMYK values for Ash Gray.
Ash Gray Color Values
| Format | Value |
|---|---|
| HEX | #B2BEB5 |
| RGB | rgb(178, 190, 181) |
| HSL | hsl(135, 8%, 72%) |
| CMYK | cmyk(6%, 0%, 5%, 25%) |
Want to explore more shades? Use our Color Converter
About Ash Gray
Color psychology: Simplicity, modesty.
Ash Gray (#B2BEB5) is a light shade of gray. It's commonly used in web design, graphic design, and branding where simplicity, modesty are desired associations.
How to Use Ash Gray in CSS
/* Using HEX */ color: #B2BEB5; background-color: #B2BEB5; /* Using RGB */ color: rgb(178, 190, 181); /* Using HSL */ color: hsl(135, 8%, 72%);