Shades of Mist Grey #BBBAAC
Tints of Mist Grey #BBBAAC
RGB
CMYK
RGB Variations
Color information
#BBBAAC (or 0xBBBAAC) is known color: Mist Grey. HEX triplet: BB, BA and AC. RGB value is (187,186,172). Sum of RGB (Red+Green+Blue) = 187+186+172=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBAAC is #444553. Grayscale: #B8B8B8. Windows color (decimal): -4474196 or 11319995. OLE color: 11319995.
HSL color Cylindrical-coordinate representation of color #BBBAAC: hue angle of 56º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBBAAC is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 172 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.27 |
| HSL | 56º | 0.1% | 0.7% | - |
| HSV(B) | 56º | 0.08% | 0.73% | - |
| XYZ | 45.5 | 48.66 | 46.02 | - |
| YUV | 184.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 172 | 0 | 0.01 | 0.08 | 0.27 | 56 | 0.1 | 0.7 |
| Hex | BB | BA | AC | 0 | 1 | 8 | 1B | 38 | A | 46 |
| Octal | 273 | 272 | 254 | 0 | 1 | 10 | 33 | 70 | 12 | 106 |
| Binary | 10111011 | 10111010 | 10101100 | 0 | 1 | 1000 | 11011 | 111000 | 1010 | 1000110 |
Color Harmonies of #BBBAAC
Complementary color
Monochromatic Colors of #BBBAAC
Black with #BBBAAC
Text Example
Text Example
White with #BBBAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBAAC; }
p { color: rgb(187,186,172); }
H1.HeaderClassName
{
color: #BBBAAC;
}
.AnyTagClassName
{
color: #BBBAAC;
}
</style>
background-color css
<style>
a { background-color: #BBBAAC; }
a { background-color: rgb(187,186,172); }
div.DivClassName
{
background-color: #BBBAAC;
}
.BgClassName
{
background-color: #BBBAAC;
}
</style>
border-color css
<style>
span { border-color: #BBBAAC; }
span { border-color: rgb(187,186,172); }
td.TdClassName
{
border-color: #BBBAAC;
}
.TagClassName
{
border-color: #BBBAAC;
}
</style>