Shades of Mist Grey #BABAA2
Tints of Mist Grey #BABAA2
RGB
CMYK
RGB Variations
Color information
#BABAA2 (or 0xBABAA2) is known color: Mist Grey. HEX triplet: BA, BA and A2. RGB value is (186,186,162). Sum of RGB (Red+Green+Blue) = 186+186+162=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 162 (63.67% from 255 or 30.34% from 534); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABAA2 is #45455D. Grayscale: #B7B7B7. Windows color (decimal): -4539742 or 10664634. OLE color: 10664634.
HSL color Cylindrical-coordinate representation of color #BABAA2: hue angle of 60º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BABAA2 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 186 | 162 | - |
CMYK | 0 | 0 | 0.13 | 0.27 |
HSL | 60º | 0.15% | 0.68% | - |
HSV(B) | 60º | 0.13% | 0.73% | - |
XYZ | 44.33 | 48.17 | 41.14 | - |
YUV | 183.26 | 116 | 129.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 186 | 162 | 0 | 0 | 0.13 | 0.27 | 60 | 0.15 | 0.68 |
Hex | BA | BA | A2 | 0 | 0 | D | 1B | 3C | F | 44 |
Octal | 272 | 272 | 242 | 0 | 0 | 15 | 33 | 74 | 17 | 104 |
Binary | 10111010 | 10111010 | 10100010 | 0 | 0 | 1101 | 11011 | 111100 | 1111 | 1000100 |
Color Harmonies of #BABAA2
Complementary color
Monochromatic Colors of #BABAA2
Black with #BABAA2
Text Example
Text Example
White with #BABAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABAA2; }
p { color: rgb(186,186,162); }
H1.HeaderClassName
{
color: #BABAA2;
}
.AnyTagClassName
{
color: #BABAA2;
}
</style>
background-color css
<style>
a { background-color: #BABAA2; }
a { background-color: rgb(186,186,162); }
div.DivClassName
{
background-color: #BABAA2;
}
.BgClassName
{
background-color: #BABAA2;
}
</style>
border-color css
<style>
span { border-color: #BABAA2; }
span { border-color: rgb(186,186,162); }
td.TdClassName
{
border-color: #BABAA2;
}
.TagClassName
{
border-color: #BABAA2;
}
</style>