Shades of Grey Nickel #BBB8AE
Tints of Grey Nickel #BBB8AE
RGB
CMYK
RGB Variations
Color information
#BBB8AE (or 0xBBB8AE) is known color: Grey Nickel. HEX triplet: BB, B8 and AE. RGB value is (187,184,174). Sum of RGB (Red+Green+Blue) = 187+184+174=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB8AE is #444751. Grayscale: #B7B7B7. Windows color (decimal): -4474706 or 11450555. OLE color: 11450555.
HSL color Cylindrical-coordinate representation of color #BBB8AE: hue angle of 46.15º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBB8AE is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 184 | 174 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.27 |
| HSL | 46.15º | 0.09% | 0.71% | - |
| HSV(B) | 46.15º | 0.07% | 0.73% | - |
| XYZ | 45.27 | 47.9 | 46.9 | - |
| YUV | 183.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 174 | 0 | 0.02 | 0.07 | 0.27 | 46.15 | 0.09 | 0.71 |
| Hex | BB | B8 | AE | 0 | 2 | 7 | 1B | 2E | 9 | 47 |
| Octal | 273 | 270 | 256 | 0 | 2 | 7 | 33 | 56 | 11 | 107 |
| Binary | 10111011 | 10111000 | 10101110 | 0 | 10 | 111 | 11011 | 101110 | 1001 | 1000111 |
Color Harmonies of #BBB8AE
Complementary color
Monochromatic Colors of #BBB8AE
Black with #BBB8AE
Text Example
Text Example
White with #BBB8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8AE; }
p { color: rgb(187,184,174); }
H1.HeaderClassName
{
color: #BBB8AE;
}
.AnyTagClassName
{
color: #BBB8AE;
}
</style>
background-color css
<style>
a { background-color: #BBB8AE; }
a { background-color: rgb(187,184,174); }
div.DivClassName
{
background-color: #BBB8AE;
}
.BgClassName
{
background-color: #BBB8AE;
}
</style>
border-color css
<style>
span { border-color: #BBB8AE; }
span { border-color: rgb(187,184,174); }
td.TdClassName
{
border-color: #BBB8AE;
}
.TagClassName
{
border-color: #BBB8AE;
}
</style>