Shades of Mist Grey #BBBAB0
Tints of Mist Grey #BBBAB0
RGB
CMYK
RGB Variations
Color information
#BBBAB0 (or 0xBBBAB0) is known color: Mist Grey. HEX triplet: BB, BA and B0. RGB value is (187,186,176). Sum of RGB (Red+Green+Blue) = 187+186+176=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBAB0 is #44454F. Grayscale: #B9B9B9. Windows color (decimal): -4474192 or 11582139. OLE color: 11582139.
HSL color Cylindrical-coordinate representation of color #BBBAB0: hue angle of 54.55º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBBAB0 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 176 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.27 |
| HSL | 54.55º | 0.07% | 0.71% | - |
| HSV(B) | 54.55º | 0.06% | 0.73% | - |
| XYZ | 45.89 | 48.82 | 48.08 | - |
| YUV | 185.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 176 | 0 | 0.01 | 0.06 | 0.27 | 54.55 | 0.07 | 0.71 |
| Hex | BB | BA | B0 | 0 | 1 | 6 | 1B | 37 | 7 | 47 |
| Octal | 273 | 272 | 260 | 0 | 1 | 6 | 33 | 67 | 7 | 107 |
| Binary | 10111011 | 10111010 | 10110000 | 0 | 1 | 110 | 11011 | 110111 | 111 | 1000111 |
Color Harmonies of #BBBAB0
Complementary color
Monochromatic Colors of #BBBAB0
Black with #BBBAB0
Text Example
Text Example
White with #BBBAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBAB0; }
p { color: rgb(187,186,176); }
H1.HeaderClassName
{
color: #BBBAB0;
}
.AnyTagClassName
{
color: #BBBAB0;
}
</style>
background-color css
<style>
a { background-color: #BBBAB0; }
a { background-color: rgb(187,186,176); }
div.DivClassName
{
background-color: #BBBAB0;
}
.BgClassName
{
background-color: #BBBAB0;
}
</style>
border-color css
<style>
span { border-color: #BBBAB0; }
span { border-color: rgb(187,186,176); }
td.TdClassName
{
border-color: #BBBAB0;
}
.TagClassName
{
border-color: #BBBAB0;
}
</style>