Shades of Mist Grey #BBBB9F
Tints of Mist Grey #BBBB9F
RGB
CMYK
RGB Variations
Color information
#BBBB9F (or 0xBBBB9F) is known color: Mist Grey. HEX triplet: BB, BB and 9F. RGB value is (187,187,159). Sum of RGB (Red+Green+Blue) = 187+187+159=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB9F is #444460. Grayscale: #B7B7B7. Windows color (decimal): -4473953 or 10468283. OLE color: 10468283.
HSL color Cylindrical-coordinate representation of color #BBBB9F: hue angle of 60º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBBB9F is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 187 | 159 | - |
| CMYK | 0 | 0 | 0.15 | 0.27 |
| HSL | 60º | 0.17% | 0.68% | - |
| HSV(B) | 60º | 0.15% | 0.73% | - |
| XYZ | 44.52 | 48.61 | 39.84 | - |
| YUV | 183.81 | 114 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 159 | 0 | 0 | 0.15 | 0.27 | 60 | 0.17 | 0.68 |
| Hex | BB | BB | 9F | 0 | 0 | F | 1B | 3C | 11 | 44 |
| Octal | 273 | 273 | 237 | 0 | 0 | 17 | 33 | 74 | 21 | 104 |
| Binary | 10111011 | 10111011 | 10011111 | 0 | 0 | 1111 | 11011 | 111100 | 10001 | 1000100 |
Color Harmonies of #BBBB9F
Complementary color
Monochromatic Colors of #BBBB9F
Black with #BBBB9F
Text Example
Text Example
White with #BBBB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBB9F; }
p { color: rgb(187,187,159); }
H1.HeaderClassName
{
color: #BBBB9F;
}
.AnyTagClassName
{
color: #BBBB9F;
}
</style>
background-color css
<style>
a { background-color: #BBBB9F; }
a { background-color: rgb(187,187,159); }
div.DivClassName
{
background-color: #BBBB9F;
}
.BgClassName
{
background-color: #BBBB9F;
}
</style>
border-color css
<style>
span { border-color: #BBBB9F; }
span { border-color: rgb(187,187,159); }
td.TdClassName
{
border-color: #BBBB9F;
}
.TagClassName
{
border-color: #BBBB9F;
}
</style>