Shades of Grey Nickel #BBB7AC
Tints of Grey Nickel #BBB7AC
RGB
CMYK
RGB Variations
Color information
#BBB7AC (or 0xBBB7AC) is known color: Grey Nickel. HEX triplet: BB, B7 and AC. RGB value is (187,183,172). Sum of RGB (Red+Green+Blue) = 187+183+172=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB7AC is #444853. Grayscale: #B6B6B6. Windows color (decimal): -4474964 or 11319227. OLE color: 11319227.
HSL color Cylindrical-coordinate representation of color #BBB7AC: hue angle of 44º 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 #BBB7AC is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 172 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.27 |
| HSL | 44º | 0.1% | 0.7% | - |
| HSV(B) | 44º | 0.08% | 0.73% | - |
| XYZ | 44.87 | 47.41 | 45.82 | - |
| YUV | 182.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 172 | 0 | 0.02 | 0.08 | 0.27 | 44 | 0.1 | 0.7 |
| Hex | BB | B7 | AC | 0 | 2 | 8 | 1B | 2C | A | 46 |
| Octal | 273 | 267 | 254 | 0 | 2 | 10 | 33 | 54 | 12 | 106 |
| Binary | 10111011 | 10110111 | 10101100 | 0 | 10 | 1000 | 11011 | 101100 | 1010 | 1000110 |
Color Harmonies of #BBB7AC
Complementary color
Monochromatic Colors of #BBB7AC
Black with #BBB7AC
Text Example
Text Example
White with #BBB7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7AC; }
p { color: rgb(187,183,172); }
H1.HeaderClassName
{
color: #BBB7AC;
}
.AnyTagClassName
{
color: #BBB7AC;
}
</style>
background-color css
<style>
a { background-color: #BBB7AC; }
a { background-color: rgb(187,183,172); }
div.DivClassName
{
background-color: #BBB7AC;
}
.BgClassName
{
background-color: #BBB7AC;
}
</style>
border-color css
<style>
span { border-color: #BBB7AC; }
span { border-color: rgb(187,183,172); }
td.TdClassName
{
border-color: #BBB7AC;
}
.TagClassName
{
border-color: #BBB7AC;
}
</style>