Shades of Mist Grey #BCBB9F
Tints of Mist Grey #BCBB9F
RGB
CMYK
RGB Variations
Color information
#BCBB9F (or 0xBCBB9F) is known color: Mist Grey. HEX triplet: BC, BB and 9F. RGB value is (188,187,159). Sum of RGB (Red+Green+Blue) = 188+187+159=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB9F is #434460. Grayscale: #B8B8B8. Windows color (decimal): -4408417 or 10468284. OLE color: 10468284.
HSL color Cylindrical-coordinate representation of color #BCBB9F: hue angle of 57.93º degrees, saturation: 0.18, 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 #BCBB9F is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 159 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.26 |
| HSL | 57.93º | 0.18% | 0.68% | - |
| HSV(B) | 57.93º | 0.15% | 0.74% | - |
| XYZ | 44.77 | 48.74 | 39.85 | - |
| YUV | 184.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 159 | 0 | 0.01 | 0.15 | 0.26 | 57.93 | 0.18 | 0.68 |
| Hex | BC | BB | 9F | 0 | 1 | F | 1A | 3A | 12 | 44 |
| Octal | 274 | 273 | 237 | 0 | 1 | 17 | 32 | 72 | 22 | 104 |
| Binary | 10111100 | 10111011 | 10011111 | 0 | 1 | 1111 | 11010 | 111010 | 10010 | 1000100 |
Color Harmonies of #BCBB9F
Complementary color
Monochromatic Colors of #BCBB9F
Black with #BCBB9F
Text Example
Text Example
White with #BCBB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB9F; }
p { color: rgb(188,187,159); }
H1.HeaderClassName
{
color: #BCBB9F;
}
.AnyTagClassName
{
color: #BCBB9F;
}
</style>
background-color css
<style>
a { background-color: #BCBB9F; }
a { background-color: rgb(188,187,159); }
div.DivClassName
{
background-color: #BCBB9F;
}
.BgClassName
{
background-color: #BCBB9F;
}
</style>
border-color css
<style>
span { border-color: #BCBB9F; }
span { border-color: rgb(188,187,159); }
td.TdClassName
{
border-color: #BCBB9F;
}
.TagClassName
{
border-color: #BCBB9F;
}
</style>