Shades of Mist Grey #BCBBA6
Tints of Mist Grey #BCBBA6
RGB
CMYK
RGB Variations
Color information
#BCBBA6 (or 0xBCBBA6) is known color: Mist Grey. HEX triplet: BC, BB and A6. RGB value is (188,187,166). Sum of RGB (Red+Green+Blue) = 188+187+166=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBBA6 is #434459. Grayscale: #B8B8B8. Windows color (decimal): -4408410 or 10927036. OLE color: 10927036.
HSL color Cylindrical-coordinate representation of color #BCBBA6: hue angle of 57.27º 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 #BCBBA6 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 166 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.26 |
| HSL | 57.27º | 0.14% | 0.69% | - |
| HSV(B) | 57.27º | 0.12% | 0.74% | - |
| XYZ | 45.39 | 48.99 | 43.14 | - |
| YUV | 184.91 | 117.33 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 166 | 0 | 0.01 | 0.12 | 0.26 | 57.27 | 0.14 | 0.69 |
| Hex | BC | BB | A6 | 0 | 1 | C | 1A | 39 | E | 45 |
| Octal | 274 | 273 | 246 | 0 | 1 | 14 | 32 | 71 | 16 | 105 |
| Binary | 10111100 | 10111011 | 10100110 | 0 | 1 | 1100 | 11010 | 111001 | 1110 | 1000101 |
Color Harmonies of #BCBBA6
Complementary color
Monochromatic Colors of #BCBBA6
Black with #BCBBA6
Text Example
Text Example
White with #BCBBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBA6; }
p { color: rgb(188,187,166); }
H1.HeaderClassName
{
color: #BCBBA6;
}
.AnyTagClassName
{
color: #BCBBA6;
}
</style>
background-color css
<style>
a { background-color: #BCBBA6; }
a { background-color: rgb(188,187,166); }
div.DivClassName
{
background-color: #BCBBA6;
}
.BgClassName
{
background-color: #BCBBA6;
}
</style>
border-color css
<style>
span { border-color: #BCBBA6; }
span { border-color: rgb(188,187,166); }
td.TdClassName
{
border-color: #BCBBA6;
}
.TagClassName
{
border-color: #BCBBA6;
}
</style>