Shades of Grey Nickel #B0AFAC
Tints of Grey Nickel #B0AFAC
RGB
CMYK
RGB Variations
Color information
#B0AFAC (or 0xB0AFAC) is known color: Grey Nickel. HEX triplet: B0, AF and AC. RGB value is (176,175,172). Sum of RGB (Red+Green+Blue) = 176+175+172=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AFAC is #4F5053. Grayscale: #AEAEAE. Windows color (decimal): -5197908 or 11317168. OLE color: 11317168.
HSL color Cylindrical-coordinate representation of color #B0AFAC: hue angle of 45º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B0AFAC is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 175 | 172 | - |
CMYK | 0 | 0.01 | 0.02 | 0.31 |
HSL | 45º | 0.02% | 0.68% | - |
HSV(B) | 45º | 0.02% | 0.69% | - |
XYZ | 40.68 | 42.87 | 45.16 | - |
YUV | 174.96 | 126.33 | 128.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 175 | 172 | 0 | 0.01 | 0.02 | 0.31 | 45 | 0.02 | 0.68 |
Hex | B0 | AF | AC | 0 | 1 | 2 | 1F | 2D | 2 | 44 |
Octal | 260 | 257 | 254 | 0 | 1 | 2 | 37 | 55 | 2 | 104 |
Binary | 10110000 | 10101111 | 10101100 | 0 | 1 | 10 | 11111 | 101101 | 10 | 1000100 |
Color Harmonies of #B0AFAC
Complementary color
Monochromatic Colors of #B0AFAC
Black with #B0AFAC
Text Example
Text Example
White with #B0AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AFAC; }
p { color: rgb(176,175,172); }
H1.HeaderClassName
{
color: #B0AFAC;
}
.AnyTagClassName
{
color: #B0AFAC;
}
</style>
background-color css
<style>
a { background-color: #B0AFAC; }
a { background-color: rgb(176,175,172); }
div.DivClassName
{
background-color: #B0AFAC;
}
.BgClassName
{
background-color: #B0AFAC;
}
</style>
border-color css
<style>
span { border-color: #B0AFAC; }
span { border-color: rgb(176,175,172); }
td.TdClassName
{
border-color: #B0AFAC;
}
.TagClassName
{
border-color: #B0AFAC;
}
</style>