Shades of Ash #BEBBA5
Tints of Ash #BEBBA5
RGB
CMYK
RGB Variations
Color information
#BEBBA5 (or 0xBEBBA5) is known color: Ash. HEX triplet: BE, BB and A5. RGB value is (190,187,165). Sum of RGB (Red+Green+Blue) = 190+187+165=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 165 (64.84% from 255 or 30.44% from 542); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBBA5 is #41445A. Grayscale: #B9B9B9. Windows color (decimal): -4277339 or 10861502. OLE color: 10861502.
HSL color Cylindrical-coordinate representation of color #BEBBA5: hue angle of 52.8º 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 #BEBBA5 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 165 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.25 |
| HSL | 52.8º | 0.16% | 0.7% | - |
| HSV(B) | 52.8º | 0.13% | 0.75% | - |
| XYZ | 45.8 | 49.2 | 42.68 | - |
| YUV | 185.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 165 | 0 | 0.02 | 0.13 | 0.25 | 52.8 | 0.16 | 0.7 |
| Hex | BE | BB | A5 | 0 | 2 | D | 19 | 35 | 10 | 46 |
| Octal | 276 | 273 | 245 | 0 | 2 | 15 | 31 | 65 | 20 | 106 |
| Binary | 10111110 | 10111011 | 10100101 | 0 | 10 | 1101 | 11001 | 110101 | 10000 | 1000110 |
Color Harmonies of #BEBBA5
Complementary color
Monochromatic Colors of #BEBBA5
Black with #BEBBA5
Text Example
Text Example
White with #BEBBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBA5; }
p { color: rgb(190,187,165); }
H1.HeaderClassName
{
color: #BEBBA5;
}
.AnyTagClassName
{
color: #BEBBA5;
}
</style>
background-color css
<style>
a { background-color: #BEBBA5; }
a { background-color: rgb(190,187,165); }
div.DivClassName
{
background-color: #BEBBA5;
}
.BgClassName
{
background-color: #BEBBA5;
}
</style>
border-color css
<style>
span { border-color: #BEBBA5; }
span { border-color: rgb(190,187,165); }
td.TdClassName
{
border-color: #BEBBA5;
}
.TagClassName
{
border-color: #BEBBA5;
}
</style>