Shades of Mist Grey #BAB9A3
Tints of Mist Grey #BAB9A3
RGB
CMYK
RGB Variations
Color information
#BAB9A3 (or 0xBAB9A3) is known color: Mist Grey. HEX triplet: BA, B9 and A3. RGB value is (186,185,163). Sum of RGB (Red+Green+Blue) = 186+185+163=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 163 (64.06% from 255 or 30.52% from 534); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB9A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB9A3 is #45465C. Grayscale: #B6B6B6. Windows color (decimal): -4539997 or 10729914. OLE color: 10729914.
HSL color Cylindrical-coordinate representation of color #BAB9A3: hue angle of 57.39º 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 #BAB9A3 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 163 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.27 |
| HSL | 57.39º | 0.14% | 0.68% | - |
| HSV(B) | 57.39º | 0.12% | 0.73% | - |
| XYZ | 44.21 | 47.78 | 41.54 | - |
| YUV | 182.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 163 | 0 | 0.01 | 0.12 | 0.27 | 57.39 | 0.14 | 0.68 |
| Hex | BA | B9 | A3 | 0 | 1 | C | 1B | 39 | E | 44 |
| Octal | 272 | 271 | 243 | 0 | 1 | 14 | 33 | 71 | 16 | 104 |
| Binary | 10111010 | 10111001 | 10100011 | 0 | 1 | 1100 | 11011 | 111001 | 1110 | 1000100 |
Color Harmonies of #BAB9A3
Complementary color
Monochromatic Colors of #BAB9A3
Black with #BAB9A3
Text Example
Text Example
White with #BAB9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB9A3; }
p { color: rgb(186,185,163); }
H1.HeaderClassName
{
color: #BAB9A3;
}
.AnyTagClassName
{
color: #BAB9A3;
}
</style>
background-color css
<style>
a { background-color: #BAB9A3; }
a { background-color: rgb(186,185,163); }
div.DivClassName
{
background-color: #BAB9A3;
}
.BgClassName
{
background-color: #BAB9A3;
}
</style>
border-color css
<style>
span { border-color: #BAB9A3; }
span { border-color: rgb(186,185,163); }
td.TdClassName
{
border-color: #BAB9A3;
}
.TagClassName
{
border-color: #BAB9A3;
}
</style>