Shades of Silver #BEB9B9
Tints of Silver #BEB9B9
RGB
CMYK
RGB Variations
Color information
#BEB9B9 (or 0xBEB9B9) is known color: Silver. HEX triplet: BE, B9 and B9. RGB value is (190,185,185). Sum of RGB (Red+Green+Blue) = 190+185+185=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9B9 is #414646. Grayscale: #BABABA. Windows color (decimal): -4277831 or 12171710. OLE color: 12171710.
HSL color Cylindrical-coordinate representation of color #BEB9B9: hue angle of 0º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BEB9B9 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 185 | 185 | - |
CMYK | 0 | 0.03 | 0.03 | 0.25 |
HSL | 0º | 0.04% | 0.74% | - |
HSV(B) | 0º | 0.03% | 0.75% | - |
XYZ | 47.34 | 49.15 | 52.89 | - |
YUV | 186.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 185 | 185 | 0 | 0.03 | 0.03 | 0.25 | 0 | 0.04 | 0.74 |
Hex | BE | B9 | B9 | 0 | 3 | 3 | 19 | 0 | 4 | 4A |
Octal | 276 | 271 | 271 | 0 | 3 | 3 | 31 | 0 | 4 | 112 |
Binary | 10111110 | 10111001 | 10111001 | 0 | 11 | 11 | 11001 | 0 | 100 | 1001010 |
Color Harmonies of #BEB9B9
Complementary color
Monochromatic Colors of #BEB9B9
Black with #BEB9B9
Text Example
Text Example
White with #BEB9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB9B9; }
p { color: rgb(190,185,185); }
H1.HeaderClassName
{
color: #BEB9B9;
}
.AnyTagClassName
{
color: #BEB9B9;
}
</style>
background-color css
<style>
a { background-color: #BEB9B9; }
a { background-color: rgb(190,185,185); }
div.DivClassName
{
background-color: #BEB9B9;
}
.BgClassName
{
background-color: #BEB9B9;
}
</style>
border-color css
<style>
span { border-color: #BEB9B9; }
span { border-color: rgb(190,185,185); }
td.TdClassName
{
border-color: #BEB9B9;
}
.TagClassName
{
border-color: #BEB9B9;
}
</style>