Shades of Ash #BEBBA6
Tints of Ash #BEBBA6
RGB
CMYK
RGB Variations
Color information
#BEBBA6 (or 0xBEBBA6) is known color: Ash. HEX triplet: BE, BB and A6. RGB value is (190,187,166). Sum of RGB (Red+Green+Blue) = 190+187+166=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBBA6 is #414459. Grayscale: #B9B9B9. Windows color (decimal): -4277338 or 10927038. OLE color: 10927038.
HSL color Cylindrical-coordinate representation of color #BEBBA6: hue angle of 52.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEBBA6 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 166 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.25 |
| HSL | 52.5º | 0.16% | 0.7% | - |
| HSV(B) | 52.5º | 0.13% | 0.75% | - |
| XYZ | 45.89 | 49.24 | 43.16 | - |
| YUV | 185.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 166 | 0 | 0.02 | 0.13 | 0.25 | 52.5 | 0.16 | 0.7 |
| Hex | BE | BB | A6 | 0 | 2 | D | 19 | 34 | 10 | 46 |
| Octal | 276 | 273 | 246 | 0 | 2 | 15 | 31 | 64 | 20 | 106 |
| Binary | 10111110 | 10111011 | 10100110 | 0 | 10 | 1101 | 11001 | 110100 | 10000 | 1000110 |
Color Harmonies of #BEBBA6
Complementary color
Monochromatic Colors of #BEBBA6
Black with #BEBBA6
Text Example
Text Example
White with #BEBBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBA6; }
p { color: rgb(190,187,166); }
H1.HeaderClassName
{
color: #BEBBA6;
}
.AnyTagClassName
{
color: #BEBBA6;
}
</style>
background-color css
<style>
a { background-color: #BEBBA6; }
a { background-color: rgb(190,187,166); }
div.DivClassName
{
background-color: #BEBBA6;
}
.BgClassName
{
background-color: #BEBBA6;
}
</style>
border-color css
<style>
span { border-color: #BEBBA6; }
span { border-color: rgb(190,187,166); }
td.TdClassName
{
border-color: #BEBBA6;
}
.TagClassName
{
border-color: #BEBBA6;
}
</style>