Shades of Grey Nickel #BEBBB1
Tints of Grey Nickel #BEBBB1
RGB
CMYK
RGB Variations
Color information
#BEBBB1 (or 0xBEBBB1) is known color: Grey Nickel. HEX triplet: BE, BB and B1. RGB value is (190,187,177). Sum of RGB (Red+Green+Blue) = 190+187+177=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBBB1 is #41444E. Grayscale: #BABABA. Windows color (decimal): -4277327 or 11647934. OLE color: 11647934.
HSL color Cylindrical-coordinate representation of color #BEBBB1: hue angle of 46.15º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEBBB1 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 177 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.25 |
| HSL | 46.15º | 0.09% | 0.72% | - |
| HSV(B) | 46.15º | 0.07% | 0.75% | - |
| XYZ | 46.94 | 49.66 | 48.71 | - |
| YUV | 186.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 177 | 0 | 0.02 | 0.07 | 0.25 | 46.15 | 0.09 | 0.72 |
| Hex | BE | BB | B1 | 0 | 2 | 7 | 19 | 2E | 9 | 48 |
| Octal | 276 | 273 | 261 | 0 | 2 | 7 | 31 | 56 | 11 | 110 |
| Binary | 10111110 | 10111011 | 10110001 | 0 | 10 | 111 | 11001 | 101110 | 1001 | 1001000 |
Color Harmonies of #BEBBB1
Complementary color
Monochromatic Colors of #BEBBB1
Black with #BEBBB1
Text Example
Text Example
White with #BEBBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBB1; }
p { color: rgb(190,187,177); }
H1.HeaderClassName
{
color: #BEBBB1;
}
.AnyTagClassName
{
color: #BEBBB1;
}
</style>
background-color css
<style>
a { background-color: #BEBBB1; }
a { background-color: rgb(190,187,177); }
div.DivClassName
{
background-color: #BEBBB1;
}
.BgClassName
{
background-color: #BEBBB1;
}
</style>
border-color css
<style>
span { border-color: #BEBBB1; }
span { border-color: rgb(190,187,177); }
td.TdClassName
{
border-color: #BEBBB1;
}
.TagClassName
{
border-color: #BEBBB1;
}
</style>