Shades of Ash #BCB9A6
Tints of Ash #BCB9A6
RGB
CMYK
RGB Variations
Color information
#BCB9A6 (or 0xBCB9A6) is known color: Ash. HEX triplet: BC, B9 and A6. RGB value is (188,185,166). Sum of RGB (Red+Green+Blue) = 188+185+166=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 166 (65.23% from 255 or 30.80% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB9A6 is #434659. Grayscale: #B7B7B7. Windows color (decimal): -4408922 or 10926524. OLE color: 10926524.
HSL color Cylindrical-coordinate representation of color #BCB9A6: hue angle of 51.82º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCB9A6 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 166 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.26 |
| HSL | 51.82º | 0.14% | 0.69% | - |
| HSV(B) | 51.82º | 0.12% | 0.74% | - |
| XYZ | 44.97 | 48.14 | 43 | - |
| YUV | 183.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 166 | 0 | 0.02 | 0.12 | 0.26 | 51.82 | 0.14 | 0.69 |
| Hex | BC | B9 | A6 | 0 | 2 | C | 1A | 34 | E | 45 |
| Octal | 274 | 271 | 246 | 0 | 2 | 14 | 32 | 64 | 16 | 105 |
| Binary | 10111100 | 10111001 | 10100110 | 0 | 10 | 1100 | 11010 | 110100 | 1110 | 1000101 |
Color Harmonies of #BCB9A6
Complementary color
Monochromatic Colors of #BCB9A6
Black with #BCB9A6
Text Example
Text Example
White with #BCB9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9A6; }
p { color: rgb(188,185,166); }
H1.HeaderClassName
{
color: #BCB9A6;
}
.AnyTagClassName
{
color: #BCB9A6;
}
</style>
background-color css
<style>
a { background-color: #BCB9A6; }
a { background-color: rgb(188,185,166); }
div.DivClassName
{
background-color: #BCB9A6;
}
.BgClassName
{
background-color: #BCB9A6;
}
</style>
border-color css
<style>
span { border-color: #BCB9A6; }
span { border-color: rgb(188,185,166); }
td.TdClassName
{
border-color: #BCB9A6;
}
.TagClassName
{
border-color: #BCB9A6;
}
</style>