Shades of Mist Grey #BABAA9
Tints of Mist Grey #BABAA9
RGB
CMYK
RGB Variations
Color information
#BABAA9 (or 0xBABAA9) is known color: Mist Grey. HEX triplet: BA, BA and A9. RGB value is (186,186,169). Sum of RGB (Red+Green+Blue) = 186+186+169=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABAA9 is #454556. Grayscale: #B8B8B8. Windows color (decimal): -4539735 or 11123386. OLE color: 11123386.
HSL color Cylindrical-coordinate representation of color #BABAA9: 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 #BABAA9 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 169 | - |
| CMYK | 0 | 0 | 0.09 | 0.27 |
| HSL | 60º | 0.11% | 0.7% | - |
| HSV(B) | 60º | 0.09% | 0.73% | - |
| XYZ | 44.97 | 48.42 | 44.51 | - |
| YUV | 184.06 | 119.5 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 169 | 0 | 0 | 0.09 | 0.27 | 60 | 0.11 | 0.7 |
| Hex | BA | BA | A9 | 0 | 0 | 9 | 1B | 3C | B | 46 |
| Octal | 272 | 272 | 251 | 0 | 0 | 11 | 33 | 74 | 13 | 106 |
| Binary | 10111010 | 10111010 | 10101001 | 0 | 0 | 1001 | 11011 | 111100 | 1011 | 1000110 |
Color Harmonies of #BABAA9
Complementary color
Monochromatic Colors of #BABAA9
Black with #BABAA9
Text Example
Text Example
White with #BABAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABAA9; }
p { color: rgb(186,186,169); }
H1.HeaderClassName
{
color: #BABAA9;
}
.AnyTagClassName
{
color: #BABAA9;
}
</style>
background-color css
<style>
a { background-color: #BABAA9; }
a { background-color: rgb(186,186,169); }
div.DivClassName
{
background-color: #BABAA9;
}
.BgClassName
{
background-color: #BABAA9;
}
</style>
border-color css
<style>
span { border-color: #BABAA9; }
span { border-color: rgb(186,186,169); }
td.TdClassName
{
border-color: #BABAA9;
}
.TagClassName
{
border-color: #BABAA9;
}
</style>