Shades of Mist Grey #BCBBAA
Tints of Mist Grey #BCBBAA
RGB
CMYK
RGB Variations
Color information
#BCBBAA (or 0xBCBBAA) is known color: Mist Grey. HEX triplet: BC, BB and AA. RGB value is (188,187,170). Sum of RGB (Red+Green+Blue) = 188+187+170=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBBAA is #434455. Grayscale: #B9B9B9. Windows color (decimal): -4408406 or 11189180. OLE color: 11189180.
HSL color Cylindrical-coordinate representation of color #BCBBAA: hue angle of 56.67º 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 #BCBBAA is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 170 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.26 |
| HSL | 56.67º | 0.12% | 0.7% | - |
| HSV(B) | 56.67º | 0.1% | 0.74% | - |
| XYZ | 45.77 | 49.13 | 45.1 | - |
| YUV | 185.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 170 | 0 | 0.01 | 0.10 | 0.26 | 56.67 | 0.12 | 0.7 |
| Hex | BC | BB | AA | 0 | 1 | A | 1A | 39 | C | 46 |
| Octal | 274 | 273 | 252 | 0 | 1 | 12 | 32 | 71 | 14 | 106 |
| Binary | 10111100 | 10111011 | 10101010 | 0 | 1 | 1010 | 11010 | 111001 | 1100 | 1000110 |
Color Harmonies of #BCBBAA
Complementary color
Monochromatic Colors of #BCBBAA
Black with #BCBBAA
Text Example
Text Example
White with #BCBBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBAA; }
p { color: rgb(188,187,170); }
H1.HeaderClassName
{
color: #BCBBAA;
}
.AnyTagClassName
{
color: #BCBBAA;
}
</style>
background-color css
<style>
a { background-color: #BCBBAA; }
a { background-color: rgb(188,187,170); }
div.DivClassName
{
background-color: #BCBBAA;
}
.BgClassName
{
background-color: #BCBBAA;
}
</style>
border-color css
<style>
span { border-color: #BCBBAA; }
span { border-color: rgb(188,187,170); }
td.TdClassName
{
border-color: #BCBBAA;
}
.TagClassName
{
border-color: #BCBBAA;
}
</style>