Shades of Grey Nickel #BEBCB5
Tints of Grey Nickel #BEBCB5
RGB
CMYK
RGB Variations
Color information
#BEBCB5 (or 0xBEBCB5) is known color: Grey Nickel. HEX triplet: BE, BC and B5. RGB value is (190,188,181). Sum of RGB (Red+Green+Blue) = 190+188+181=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCB5 is #41434A. Grayscale: #BBBBBB. Windows color (decimal): -4277067 or 11910334. OLE color: 11910334.
HSL color Cylindrical-coordinate representation of color #BEBCB5: hue angle of 46.67º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEBCB5 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 188 | 181 | - |
CMYK | 0 | 0.01 | 0.05 | 0.25 |
HSL | 46.67º | 0.06% | 0.73% | - |
HSV(B) | 46.67º | 0.05% | 0.75% | - |
XYZ | 47.56 | 50.25 | 50.91 | - |
YUV | 187.8 | 124.16 | 129.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 188 | 181 | 0 | 0.01 | 0.05 | 0.25 | 46.67 | 0.06 | 0.73 |
Hex | BE | BC | B5 | 0 | 1 | 5 | 19 | 2F | 6 | 49 |
Octal | 276 | 274 | 265 | 0 | 1 | 5 | 31 | 57 | 6 | 111 |
Binary | 10111110 | 10111100 | 10110101 | 0 | 1 | 101 | 11001 | 101111 | 110 | 1001001 |
Color Harmonies of #BEBCB5
Complementary color
Monochromatic Colors of #BEBCB5
Black with #BEBCB5
Text Example
Text Example
White with #BEBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBCB5; }
p { color: rgb(190,188,181); }
H1.HeaderClassName
{
color: #BEBCB5;
}
.AnyTagClassName
{
color: #BEBCB5;
}
</style>
background-color css
<style>
a { background-color: #BEBCB5; }
a { background-color: rgb(190,188,181); }
div.DivClassName
{
background-color: #BEBCB5;
}
.BgClassName
{
background-color: #BEBCB5;
}
</style>
border-color css
<style>
span { border-color: #BEBCB5; }
span { border-color: rgb(190,188,181); }
td.TdClassName
{
border-color: #BEBCB5;
}
.TagClassName
{
border-color: #BEBCB5;
}
</style>