Shades of Mist Grey #BAB8A8
Tints of Mist Grey #BAB8A8
RGB
CMYK
RGB Variations
Color information
#BAB8A8 (or 0xBAB8A8) is known color: Mist Grey. HEX triplet: BA, B8 and A8. RGB value is (186,184,168). Sum of RGB (Red+Green+Blue) = 186+184+168=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB8A8 is #454757. Grayscale: #B6B6B6. Windows color (decimal): -4540248 or 11057338. OLE color: 11057338.
HSL color Cylindrical-coordinate representation of color #BAB8A8: hue angle of 53.33º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAB8A8 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 184 | 168 | - |
CMYK | 0 | 0.01 | 0.10 | 0.27 |
HSL | 53.33º | 0.12% | 0.69% | - |
HSV(B) | 53.33º | 0.1% | 0.73% | - |
XYZ | 44.46 | 47.55 | 43.88 | - |
YUV | 182.77 | 119.66 | 130.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 184 | 168 | 0 | 0.01 | 0.10 | 0.27 | 53.33 | 0.12 | 0.69 |
Hex | BA | B8 | A8 | 0 | 1 | A | 1B | 35 | C | 45 |
Octal | 272 | 270 | 250 | 0 | 1 | 12 | 33 | 65 | 14 | 105 |
Binary | 10111010 | 10111000 | 10101000 | 0 | 1 | 1010 | 11011 | 110101 | 1100 | 1000101 |
Color Harmonies of #BAB8A8
Complementary color
Monochromatic Colors of #BAB8A8
Black with #BAB8A8
Text Example
Text Example
White with #BAB8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB8A8; }
p { color: rgb(186,184,168); }
H1.HeaderClassName
{
color: #BAB8A8;
}
.AnyTagClassName
{
color: #BAB8A8;
}
</style>
background-color css
<style>
a { background-color: #BAB8A8; }
a { background-color: rgb(186,184,168); }
div.DivClassName
{
background-color: #BAB8A8;
}
.BgClassName
{
background-color: #BAB8A8;
}
</style>
border-color css
<style>
span { border-color: #BAB8A8; }
span { border-color: rgb(186,184,168); }
td.TdClassName
{
border-color: #BAB8A8;
}
.TagClassName
{
border-color: #BAB8A8;
}
</style>