Shades of Mist Grey #BABAA4
Tints of Mist Grey #BABAA4
RGB
CMYK
RGB Variations
Color information
#BABAA4 (or 0xBABAA4) is known color: Mist Grey. HEX triplet: BA, BA and A4. RGB value is (186,186,164). Sum of RGB (Red+Green+Blue) = 186+186+164=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABAA4 is #45455B. Grayscale: #B7B7B7. Windows color (decimal): -4539740 or 10795706. OLE color: 10795706.
HSL color Cylindrical-coordinate representation of color #BABAA4: hue angle of 60º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BABAA4 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 186 | 164 | - |
CMYK | 0 | 0 | 0.12 | 0.27 |
HSL | 60º | 0.14% | 0.69% | - |
HSV(B) | 60º | 0.12% | 0.73% | - |
XYZ | 44.51 | 48.24 | 42.09 | - |
YUV | 183.49 | 117 | 129.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 186 | 164 | 0 | 0 | 0.12 | 0.27 | 60 | 0.14 | 0.69 |
Hex | BA | BA | A4 | 0 | 0 | C | 1B | 3C | E | 45 |
Octal | 272 | 272 | 244 | 0 | 0 | 14 | 33 | 74 | 16 | 105 |
Binary | 10111010 | 10111010 | 10100100 | 0 | 0 | 1100 | 11011 | 111100 | 1110 | 1000101 |
Color Harmonies of #BABAA4
Complementary color
Monochromatic Colors of #BABAA4
Black with #BABAA4
Text Example
Text Example
White with #BABAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABAA4; }
p { color: rgb(186,186,164); }
H1.HeaderClassName
{
color: #BABAA4;
}
.AnyTagClassName
{
color: #BABAA4;
}
</style>
background-color css
<style>
a { background-color: #BABAA4; }
a { background-color: rgb(186,186,164); }
div.DivClassName
{
background-color: #BABAA4;
}
.BgClassName
{
background-color: #BABAA4;
}
</style>
border-color css
<style>
span { border-color: #BABAA4; }
span { border-color: rgb(186,186,164); }
td.TdClassName
{
border-color: #BABAA4;
}
.TagClassName
{
border-color: #BABAA4;
}
</style>