Shades of Grey Nickel #BBB9AC
Tints of Grey Nickel #BBB9AC
RGB
CMYK
RGB Variations
Color information
#BBB9AC (or 0xBBB9AC) is known color: Grey Nickel. HEX triplet: BB, B9 and AC. RGB value is (187,185,172). Sum of RGB (Red+Green+Blue) = 187+185+172=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB9AC is #444653. Grayscale: #B8B8B8. Windows color (decimal): -4474452 or 11319739. OLE color: 11319739.
HSL color Cylindrical-coordinate representation of color #BBB9AC: hue angle of 52º 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 #BBB9AC is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 185 | 172 | - |
CMYK | 0 | 0.01 | 0.08 | 0.27 |
HSL | 52º | 0.1% | 0.7% | - |
HSV(B) | 52º | 0.08% | 0.73% | - |
XYZ | 45.29 | 48.24 | 45.95 | - |
YUV | 184.12 | 121.16 | 130.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 185 | 172 | 0 | 0.01 | 0.08 | 0.27 | 52 | 0.1 | 0.7 |
Hex | BB | B9 | AC | 0 | 1 | 8 | 1B | 34 | A | 46 |
Octal | 273 | 271 | 254 | 0 | 1 | 10 | 33 | 64 | 12 | 106 |
Binary | 10111011 | 10111001 | 10101100 | 0 | 1 | 1000 | 11011 | 110100 | 1010 | 1000110 |
Color Harmonies of #BBB9AC
Complementary color
Monochromatic Colors of #BBB9AC
Black with #BBB9AC
Text Example
Text Example
White with #BBB9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB9AC; }
p { color: rgb(187,185,172); }
H1.HeaderClassName
{
color: #BBB9AC;
}
.AnyTagClassName
{
color: #BBB9AC;
}
</style>
background-color css
<style>
a { background-color: #BBB9AC; }
a { background-color: rgb(187,185,172); }
div.DivClassName
{
background-color: #BBB9AC;
}
.BgClassName
{
background-color: #BBB9AC;
}
</style>
border-color css
<style>
span { border-color: #BBB9AC; }
span { border-color: rgb(187,185,172); }
td.TdClassName
{
border-color: #BBB9AC;
}
.TagClassName
{
border-color: #BBB9AC;
}
</style>