Shades of Grey Nickel #BBB7AA
Tints of Grey Nickel #BBB7AA
RGB
CMYK
RGB Variations
Color information
#BBB7AA (or 0xBBB7AA) is known color: Grey Nickel. HEX triplet: BB, B7 and AA. RGB value is (187,183,170). Sum of RGB (Red+Green+Blue) = 187+183+170=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB7AA is #444855. Grayscale: #B6B6B6. Windows color (decimal): -4474966 or 11188155. OLE color: 11188155.
HSL color Cylindrical-coordinate representation of color #BBB7AA: hue angle of 45.88º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBB7AA is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 170 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.27 |
| HSL | 45.88º | 0.11% | 0.7% | - |
| HSV(B) | 45.88º | 0.09% | 0.73% | - |
| XYZ | 44.68 | 47.33 | 44.81 | - |
| YUV | 182.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 170 | 0 | 0.02 | 0.09 | 0.27 | 45.88 | 0.11 | 0.7 |
| Hex | BB | B7 | AA | 0 | 2 | 9 | 1B | 2E | B | 46 |
| Octal | 273 | 267 | 252 | 0 | 2 | 11 | 33 | 56 | 13 | 106 |
| Binary | 10111011 | 10110111 | 10101010 | 0 | 10 | 1001 | 11011 | 101110 | 1011 | 1000110 |
Color Harmonies of #BBB7AA
Complementary color
Monochromatic Colors of #BBB7AA
Black with #BBB7AA
Text Example
Text Example
White with #BBB7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7AA; }
p { color: rgb(187,183,170); }
H1.HeaderClassName
{
color: #BBB7AA;
}
.AnyTagClassName
{
color: #BBB7AA;
}
</style>
background-color css
<style>
a { background-color: #BBB7AA; }
a { background-color: rgb(187,183,170); }
div.DivClassName
{
background-color: #BBB7AA;
}
.BgClassName
{
background-color: #BBB7AA;
}
</style>
border-color css
<style>
span { border-color: #BBB7AA; }
span { border-color: rgb(187,183,170); }
td.TdClassName
{
border-color: #BBB7AA;
}
.TagClassName
{
border-color: #BBB7AA;
}
</style>