Shades of Mist Grey #BBBBAB
Tints of Mist Grey #BBBBAB
RGB
CMYK
RGB Variations
Color information
#BBBBAB (or 0xBBBBAB) is known color: Mist Grey. HEX triplet: BB, BB and AB. RGB value is (187,187,171). Sum of RGB (Red+Green+Blue) = 187+187+171=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBBAB is #444454. Grayscale: #B9B9B9. Windows color (decimal): -4473941 or 11254715. OLE color: 11254715.
HSL color Cylindrical-coordinate representation of color #BBBBAB: hue angle of 60º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBBBAB is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 187 | 171 | - |
| CMYK | 0 | 0 | 0.09 | 0.27 |
| HSL | 60º | 0.11% | 0.7% | - |
| HSV(B) | 60º | 0.09% | 0.73% | - |
| XYZ | 45.61 | 49.05 | 45.59 | - |
| YUV | 185.18 | 120 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 171 | 0 | 0 | 0.09 | 0.27 | 60 | 0.11 | 0.7 |
| Hex | BB | BB | AB | 0 | 0 | 9 | 1B | 3C | B | 46 |
| Octal | 273 | 273 | 253 | 0 | 0 | 11 | 33 | 74 | 13 | 106 |
| Binary | 10111011 | 10111011 | 10101011 | 0 | 0 | 1001 | 11011 | 111100 | 1011 | 1000110 |
Color Harmonies of #BBBBAB
Complementary color
Monochromatic Colors of #BBBBAB
Black with #BBBBAB
Text Example
Text Example
White with #BBBBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBAB; }
p { color: rgb(187,187,171); }
H1.HeaderClassName
{
color: #BBBBAB;
}
.AnyTagClassName
{
color: #BBBBAB;
}
</style>
background-color css
<style>
a { background-color: #BBBBAB; }
a { background-color: rgb(187,187,171); }
div.DivClassName
{
background-color: #BBBBAB;
}
.BgClassName
{
background-color: #BBBBAB;
}
</style>
border-color css
<style>
span { border-color: #BBBBAB; }
span { border-color: rgb(187,187,171); }
td.TdClassName
{
border-color: #BBBBAB;
}
.TagClassName
{
border-color: #BBBBAB;
}
</style>