Shades of Mist Grey #BAB8A5
Tints of Mist Grey #BAB8A5
RGB
CMYK
RGB Variations
Color information
#BAB8A5 (or 0xBAB8A5) is known color: Mist Grey. HEX triplet: BA, B8 and A5. RGB value is (186,184,165). Sum of RGB (Red+Green+Blue) = 186+184+165=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB8A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB8A5 is #45475A. Grayscale: #B6B6B6. Windows color (decimal): -4540251 or 10860730. OLE color: 10860730.
HSL color Cylindrical-coordinate representation of color #BAB8A5: hue angle of 54.29º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAB8A5 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 165 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.27 |
| HSL | 54.29º | 0.13% | 0.69% | - |
| HSV(B) | 54.29º | 0.11% | 0.73% | - |
| XYZ | 44.18 | 47.44 | 42.42 | - |
| YUV | 182.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 165 | 0 | 0.01 | 0.11 | 0.27 | 54.29 | 0.13 | 0.69 |
| Hex | BA | B8 | A5 | 0 | 1 | B | 1B | 36 | D | 45 |
| Octal | 272 | 270 | 245 | 0 | 1 | 13 | 33 | 66 | 15 | 105 |
| Binary | 10111010 | 10111000 | 10100101 | 0 | 1 | 1011 | 11011 | 110110 | 1101 | 1000101 |
Color Harmonies of #BAB8A5
Complementary color
Monochromatic Colors of #BAB8A5
Black with #BAB8A5
Text Example
Text Example
White with #BAB8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB8A5; }
p { color: rgb(186,184,165); }
H1.HeaderClassName
{
color: #BAB8A5;
}
.AnyTagClassName
{
color: #BAB8A5;
}
</style>
background-color css
<style>
a { background-color: #BAB8A5; }
a { background-color: rgb(186,184,165); }
div.DivClassName
{
background-color: #BAB8A5;
}
.BgClassName
{
background-color: #BAB8A5;
}
</style>
border-color css
<style>
span { border-color: #BAB8A5; }
span { border-color: rgb(186,184,165); }
td.TdClassName
{
border-color: #BAB8A5;
}
.TagClassName
{
border-color: #BAB8A5;
}
</style>