Shades of Mist Grey #BCBBA0
Tints of Mist Grey #BCBBA0
RGB
CMYK
RGB Variations
Color information
#BCBBA0 (or 0xBCBBA0) is known color: Mist Grey. HEX triplet: BC, BB and A0. RGB value is (188,187,160). Sum of RGB (Red+Green+Blue) = 188+187+160=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBBA0 is #43445F. Grayscale: #B8B8B8. Windows color (decimal): -4408416 or 10533820. OLE color: 10533820.
HSL color Cylindrical-coordinate representation of color #BCBBA0: hue angle of 57.86º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCBBA0 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 160 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.26 |
| HSL | 57.86º | 0.17% | 0.68% | - |
| HSV(B) | 57.86º | 0.15% | 0.74% | - |
| XYZ | 44.85 | 48.77 | 40.31 | - |
| YUV | 184.22 | 114.33 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 160 | 0 | 0.01 | 0.15 | 0.26 | 57.86 | 0.17 | 0.68 |
| Hex | BC | BB | A0 | 0 | 1 | F | 1A | 3A | 11 | 44 |
| Octal | 274 | 273 | 240 | 0 | 1 | 17 | 32 | 72 | 21 | 104 |
| Binary | 10111100 | 10111011 | 10100000 | 0 | 1 | 1111 | 11010 | 111010 | 10001 | 1000100 |
Color Harmonies of #BCBBA0
Complementary color
Monochromatic Colors of #BCBBA0
Black with #BCBBA0
Text Example
Text Example
White with #BCBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBA0; }
p { color: rgb(188,187,160); }
H1.HeaderClassName
{
color: #BCBBA0;
}
.AnyTagClassName
{
color: #BCBBA0;
}
</style>
background-color css
<style>
a { background-color: #BCBBA0; }
a { background-color: rgb(188,187,160); }
div.DivClassName
{
background-color: #BCBBA0;
}
.BgClassName
{
background-color: #BCBBA0;
}
</style>
border-color css
<style>
span { border-color: #BCBBA0; }
span { border-color: rgb(188,187,160); }
td.TdClassName
{
border-color: #BCBBA0;
}
.TagClassName
{
border-color: #BCBBA0;
}
</style>