Shades of Mist Grey #BABAA3
Tints of Mist Grey #BABAA3
RGB
CMYK
RGB Variations
Color information
#BABAA3 (or 0xBABAA3) is known color: Mist Grey. HEX triplet: BA, BA and A3. RGB value is (186,186,163). Sum of RGB (Red+Green+Blue) = 186+186+163=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 163 (64.06% from 255 or 30.47% from 535); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABAA3 is #45455C. Grayscale: #B7B7B7. Windows color (decimal): -4539741 or 10730170. OLE color: 10730170.
HSL color Cylindrical-coordinate representation of color #BABAA3: hue angle of 60º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BABAA3 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 163 | - |
| CMYK | 0 | 0 | 0.12 | 0.27 |
| HSL | 60º | 0.14% | 0.68% | - |
| HSV(B) | 60º | 0.12% | 0.73% | - |
| XYZ | 44.42 | 48.2 | 41.61 | - |
| YUV | 183.38 | 116.5 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 163 | 0 | 0 | 0.12 | 0.27 | 60 | 0.14 | 0.68 |
| Hex | BA | BA | A3 | 0 | 0 | C | 1B | 3C | E | 44 |
| Octal | 272 | 272 | 243 | 0 | 0 | 14 | 33 | 74 | 16 | 104 |
| Binary | 10111010 | 10111010 | 10100011 | 0 | 0 | 1100 | 11011 | 111100 | 1110 | 1000100 |
Color Harmonies of #BABAA3
Complementary color
Monochromatic Colors of #BABAA3
Black with #BABAA3
Text Example
Text Example
White with #BABAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABAA3; }
p { color: rgb(186,186,163); }
H1.HeaderClassName
{
color: #BABAA3;
}
.AnyTagClassName
{
color: #BABAA3;
}
</style>
background-color css
<style>
a { background-color: #BABAA3; }
a { background-color: rgb(186,186,163); }
div.DivClassName
{
background-color: #BABAA3;
}
.BgClassName
{
background-color: #BABAA3;
}
</style>
border-color css
<style>
span { border-color: #BABAA3; }
span { border-color: rgb(186,186,163); }
td.TdClassName
{
border-color: #BABAA3;
}
.TagClassName
{
border-color: #BABAA3;
}
</style>