Shades of Grey Nickel #BAB7AB
Tints of Grey Nickel #BAB7AB
RGB
CMYK
RGB Variations
Color information
#BAB7AB (or 0xBAB7AB) is known color: Grey Nickel. HEX triplet: BA, B7 and AB. RGB value is (186,183,171). Sum of RGB (Red+Green+Blue) = 186+183+171=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB7AB is #454854. Grayscale: #B6B6B6. Windows color (decimal): -4540501 or 11253690. OLE color: 11253690.
HSL color Cylindrical-coordinate representation of color #BAB7AB: hue angle of 48º degrees, saturation: 0.1, 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 #BAB7AB is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 183 | 171 | - |
CMYK | 0 | 0.02 | 0.08 | 0.27 |
HSL | 48º | 0.1% | 0.7% | - |
HSV(B) | 48º | 0.08% | 0.73% | - |
XYZ | 44.53 | 47.25 | 45.3 | - |
YUV | 182.53 | 121.49 | 130.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 183 | 171 | 0 | 0.02 | 0.08 | 0.27 | 48 | 0.1 | 0.7 |
Hex | BA | B7 | AB | 0 | 2 | 8 | 1B | 30 | A | 46 |
Octal | 272 | 267 | 253 | 0 | 2 | 10 | 33 | 60 | 12 | 106 |
Binary | 10111010 | 10110111 | 10101011 | 0 | 10 | 1000 | 11011 | 110000 | 1010 | 1000110 |
Color Harmonies of #BAB7AB
Complementary color
Monochromatic Colors of #BAB7AB
Black with #BAB7AB
Text Example
Text Example
White with #BAB7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7AB; }
p { color: rgb(186,183,171); }
H1.HeaderClassName
{
color: #BAB7AB;
}
.AnyTagClassName
{
color: #BAB7AB;
}
</style>
background-color css
<style>
a { background-color: #BAB7AB; }
a { background-color: rgb(186,183,171); }
div.DivClassName
{
background-color: #BAB7AB;
}
.BgClassName
{
background-color: #BAB7AB;
}
</style>
border-color css
<style>
span { border-color: #BAB7AB; }
span { border-color: rgb(186,183,171); }
td.TdClassName
{
border-color: #BAB7AB;
}
.TagClassName
{
border-color: #BAB7AB;
}
</style>