Shades of Ash #BCB9AA
Tints of Ash #BCB9AA
RGB
CMYK
RGB Variations
Color information
#BCB9AA (or 0xBCB9AA) is known color: Ash. HEX triplet: BC, B9 and AA. RGB value is (188,185,170). Sum of RGB (Red+Green+Blue) = 188+185+170=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB9AA is #434655. Grayscale: #B8B8B8. Windows color (decimal): -4408918 or 11188668. OLE color: 11188668.
HSL color Cylindrical-coordinate representation of color #BCB9AA: hue angle of 50º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCB9AA is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 170 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.26 |
| HSL | 50º | 0.12% | 0.7% | - |
| HSV(B) | 50º | 0.1% | 0.74% | - |
| XYZ | 45.34 | 48.29 | 44.96 | - |
| YUV | 184.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 170 | 0 | 0.02 | 0.10 | 0.26 | 50 | 0.12 | 0.7 |
| Hex | BC | B9 | AA | 0 | 2 | A | 1A | 32 | C | 46 |
| Octal | 274 | 271 | 252 | 0 | 2 | 12 | 32 | 62 | 14 | 106 |
| Binary | 10111100 | 10111001 | 10101010 | 0 | 10 | 1010 | 11010 | 110010 | 1100 | 1000110 |
Color Harmonies of #BCB9AA
Complementary color
Monochromatic Colors of #BCB9AA
Black with #BCB9AA
Text Example
Text Example
White with #BCB9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9AA; }
p { color: rgb(188,185,170); }
H1.HeaderClassName
{
color: #BCB9AA;
}
.AnyTagClassName
{
color: #BCB9AA;
}
</style>
background-color css
<style>
a { background-color: #BCB9AA; }
a { background-color: rgb(188,185,170); }
div.DivClassName
{
background-color: #BCB9AA;
}
.BgClassName
{
background-color: #BCB9AA;
}
</style>
border-color css
<style>
span { border-color: #BCB9AA; }
span { border-color: rgb(188,185,170); }
td.TdClassName
{
border-color: #BCB9AA;
}
.TagClassName
{
border-color: #BCB9AA;
}
</style>