Shades of Grey Nickel #BAB7AC
Tints of Grey Nickel #BAB7AC
RGB
CMYK
RGB Variations
Color information
#BAB7AC (or 0xBAB7AC) is known color: Grey Nickel. HEX triplet: BA, B7 and AC. RGB value is (186,183,172). Sum of RGB (Red+Green+Blue) = 186+183+172=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB7AC is #454853. Grayscale: #B6B6B6. Windows color (decimal): -4540500 or 11319226. OLE color: 11319226.
HSL color Cylindrical-coordinate representation of color #BAB7AC: hue angle of 47.14º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAB7AC is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 183 | 172 | - |
CMYK | 0 | 0.02 | 0.08 | 0.27 |
HSL | 47.14º | 0.09% | 0.7% | - |
HSV(B) | 47.14º | 0.08% | 0.73% | - |
XYZ | 44.63 | 47.28 | 45.8 | - |
YUV | 182.64 | 121.99 | 130.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 183 | 172 | 0 | 0.02 | 0.08 | 0.27 | 47.14 | 0.09 | 0.7 |
Hex | BA | B7 | AC | 0 | 2 | 8 | 1B | 2F | 9 | 46 |
Octal | 272 | 267 | 254 | 0 | 2 | 10 | 33 | 57 | 11 | 106 |
Binary | 10111010 | 10110111 | 10101100 | 0 | 10 | 1000 | 11011 | 101111 | 1001 | 1000110 |
Color Harmonies of #BAB7AC
Complementary color
Monochromatic Colors of #BAB7AC
Black with #BAB7AC
Text Example
Text Example
White with #BAB7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7AC; }
p { color: rgb(186,183,172); }
H1.HeaderClassName
{
color: #BAB7AC;
}
.AnyTagClassName
{
color: #BAB7AC;
}
</style>
background-color css
<style>
a { background-color: #BAB7AC; }
a { background-color: rgb(186,183,172); }
div.DivClassName
{
background-color: #BAB7AC;
}
.BgClassName
{
background-color: #BAB7AC;
}
</style>
border-color css
<style>
span { border-color: #BAB7AC; }
span { border-color: rgb(186,183,172); }
td.TdClassName
{
border-color: #BAB7AC;
}
.TagClassName
{
border-color: #BAB7AC;
}
</style>