Shades of Grey Nickel #BAB8AD
Tints of Grey Nickel #BAB8AD
RGB
CMYK
RGB Variations
Color information
#BAB8AD (or 0xBAB8AD) is known color: Grey Nickel. HEX triplet: BA, B8 and AD. RGB value is (186,184,173). Sum of RGB (Red+Green+Blue) = 186+184+173=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB8AD is #454752. Grayscale: #B7B7B7. Windows color (decimal): -4540243 or 11385018. OLE color: 11385018.
HSL color Cylindrical-coordinate representation of color #BAB8AD: hue angle of 50.77º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAB8AD is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 173 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.27 |
| HSL | 50.77º | 0.09% | 0.7% | - |
| HSV(B) | 50.77º | 0.07% | 0.73% | - |
| XYZ | 44.93 | 47.74 | 46.38 | - |
| YUV | 183.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 173 | 0 | 0.01 | 0.07 | 0.27 | 50.77 | 0.09 | 0.7 |
| Hex | BA | B8 | AD | 0 | 1 | 7 | 1B | 33 | 9 | 46 |
| Octal | 272 | 270 | 255 | 0 | 1 | 7 | 33 | 63 | 11 | 106 |
| Binary | 10111010 | 10111000 | 10101101 | 0 | 1 | 111 | 11011 | 110011 | 1001 | 1000110 |
Color Harmonies of #BAB8AD
Complementary color
Monochromatic Colors of #BAB8AD
Black with #BAB8AD
Text Example
Text Example
White with #BAB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB8AD; }
p { color: rgb(186,184,173); }
H1.HeaderClassName
{
color: #BAB8AD;
}
.AnyTagClassName
{
color: #BAB8AD;
}
</style>
background-color css
<style>
a { background-color: #BAB8AD; }
a { background-color: rgb(186,184,173); }
div.DivClassName
{
background-color: #BAB8AD;
}
.BgClassName
{
background-color: #BAB8AD;
}
</style>
border-color css
<style>
span { border-color: #BAB8AD; }
span { border-color: rgb(186,184,173); }
td.TdClassName
{
border-color: #BAB8AD;
}
.TagClassName
{
border-color: #BAB8AD;
}
</style>