Shades of Grey Nickel #B5B2AA
Tints of Grey Nickel #B5B2AA
RGB
CMYK
RGB Variations
Color information
#B5B2AA (or 0xB5B2AA) is known color: Grey Nickel. HEX triplet: B5, B2 and AA. RGB value is (181,178,170). Sum of RGB (Red+Green+Blue) = 181+178+170=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B2AA is #4A4D55. Grayscale: #B2B2B2. Windows color (decimal): -4869462 or 11186869. OLE color: 11186869.
HSL color Cylindrical-coordinate representation of color #B5B2AA: hue angle of 43.64º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5B2AA is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 178 | 170 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.29 |
| HSL | 43.64º | 0.07% | 0.69% | - |
| HSV(B) | 43.64º | 0.06% | 0.71% | - |
| XYZ | 42.23 | 44.57 | 44.41 | - |
| YUV | 177.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 178 | 170 | 0 | 0.02 | 0.06 | 0.29 | 43.64 | 0.07 | 0.69 |
| Hex | B5 | B2 | AA | 0 | 2 | 6 | 1D | 2C | 7 | 45 |
| Octal | 265 | 262 | 252 | 0 | 2 | 6 | 35 | 54 | 7 | 105 |
| Binary | 10110101 | 10110010 | 10101010 | 0 | 10 | 110 | 11101 | 101100 | 111 | 1000101 |
Color Harmonies of #B5B2AA
Complementary color
Monochromatic Colors of #B5B2AA
Black with #B5B2AA
Text Example
Text Example
White with #B5B2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B2AA; }
p { color: rgb(181,178,170); }
H1.HeaderClassName
{
color: #B5B2AA;
}
.AnyTagClassName
{
color: #B5B2AA;
}
</style>
background-color css
<style>
a { background-color: #B5B2AA; }
a { background-color: rgb(181,178,170); }
div.DivClassName
{
background-color: #B5B2AA;
}
.BgClassName
{
background-color: #B5B2AA;
}
</style>
border-color css
<style>
span { border-color: #B5B2AA; }
span { border-color: rgb(181,178,170); }
td.TdClassName
{
border-color: #B5B2AA;
}
.TagClassName
{
border-color: #B5B2AA;
}
</style>