Shades of Grey Nickel #BBB8AF
Tints of Grey Nickel #BBB8AF
RGB
CMYK
RGB Variations
Color information
#BBB8AF (or 0xBBB8AF) is known color: Grey Nickel. HEX triplet: BB, B8 and AF. RGB value is (187,184,175). Sum of RGB (Red+Green+Blue) = 187+184+175=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB8AF is #444750. Grayscale: #B7B7B7. Windows color (decimal): -4474705 or 11516091. OLE color: 11516091.
HSL color Cylindrical-coordinate representation of color #BBB8AF: hue angle of 45º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBB8AF is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 184 | 175 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.27 |
| HSL | 45º | 0.08% | 0.71% | - |
| HSV(B) | 45º | 0.06% | 0.73% | - |
| XYZ | 45.37 | 47.94 | 47.42 | - |
| YUV | 183.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 175 | 0 | 0.02 | 0.06 | 0.27 | 45 | 0.08 | 0.71 |
| Hex | BB | B8 | AF | 0 | 2 | 6 | 1B | 2D | 8 | 47 |
| Octal | 273 | 270 | 257 | 0 | 2 | 6 | 33 | 55 | 10 | 107 |
| Binary | 10111011 | 10111000 | 10101111 | 0 | 10 | 110 | 11011 | 101101 | 1000 | 1000111 |
Color Harmonies of #BBB8AF
Complementary color
Monochromatic Colors of #BBB8AF
Black with #BBB8AF
Text Example
Text Example
White with #BBB8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8AF; }
p { color: rgb(187,184,175); }
H1.HeaderClassName
{
color: #BBB8AF;
}
.AnyTagClassName
{
color: #BBB8AF;
}
</style>
background-color css
<style>
a { background-color: #BBB8AF; }
a { background-color: rgb(187,184,175); }
div.DivClassName
{
background-color: #BBB8AF;
}
.BgClassName
{
background-color: #BBB8AF;
}
</style>
border-color css
<style>
span { border-color: #BBB8AF; }
span { border-color: rgb(187,184,175); }
td.TdClassName
{
border-color: #BBB8AF;
}
.TagClassName
{
border-color: #BBB8AF;
}
</style>