Shades of Mist Grey #BCBBAC
Tints of Mist Grey #BCBBAC
RGB
CMYK
RGB Variations
Color information
#BCBBAC (or 0xBCBBAC) is known color: Mist Grey. HEX triplet: BC, BB and AC. RGB value is (188,187,172). Sum of RGB (Red+Green+Blue) = 188+187+172=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBBAC is #434453. Grayscale: #B9B9B9. Windows color (decimal): -4408404 or 11320252. OLE color: 11320252.
HSL color Cylindrical-coordinate representation of color #BCBBAC: hue angle of 56.25º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCBBAC is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 172 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.26 |
| HSL | 56.25º | 0.11% | 0.71% | - |
| HSV(B) | 56.25º | 0.09% | 0.74% | - |
| XYZ | 45.96 | 49.21 | 46.11 | - |
| YUV | 185.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 172 | 0 | 0.01 | 0.09 | 0.26 | 56.25 | 0.11 | 0.71 |
| Hex | BC | BB | AC | 0 | 1 | 9 | 1A | 38 | B | 47 |
| Octal | 274 | 273 | 254 | 0 | 1 | 11 | 32 | 70 | 13 | 107 |
| Binary | 10111100 | 10111011 | 10101100 | 0 | 1 | 1001 | 11010 | 111000 | 1011 | 1000111 |
Color Harmonies of #BCBBAC
Complementary color
Monochromatic Colors of #BCBBAC
Black with #BCBBAC
Text Example
Text Example
White with #BCBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBAC; }
p { color: rgb(188,187,172); }
H1.HeaderClassName
{
color: #BCBBAC;
}
.AnyTagClassName
{
color: #BCBBAC;
}
</style>
background-color css
<style>
a { background-color: #BCBBAC; }
a { background-color: rgb(188,187,172); }
div.DivClassName
{
background-color: #BCBBAC;
}
.BgClassName
{
background-color: #BCBBAC;
}
</style>
border-color css
<style>
span { border-color: #BCBBAC; }
span { border-color: rgb(188,187,172); }
td.TdClassName
{
border-color: #BCBBAC;
}
.TagClassName
{
border-color: #BCBBAC;
}
</style>