Shades of Silver #BEBDBD
Tints of Silver #BEBDBD
RGB
CMYK
RGB Variations
Color information
#BEBDBD (or 0xBEBDBD) is known color: Silver. HEX triplet: BE, BD and BD. RGB value is (190,189,189). Sum of RGB (Red+Green+Blue) = 190+189+189=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDBD is #414242. Grayscale: #BDBDBD. Windows color (decimal): -4276803 or 12434878. OLE color: 12434878.
HSL color Cylindrical-coordinate representation of color #BEBDBD: hue angle of 0º degrees, saturation: 0.01, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BEBDBD is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 189 | 189 | - |
CMYK | 0 | 0.01 | 0.01 | 0.25 |
HSL | 0º | 0.01% | 0.74% | - |
HSV(B) | 0º | 0.01% | 0.75% | - |
XYZ | 48.62 | 51.02 | 55.43 | - |
YUV | 189.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 189 | 189 | 0 | 0.01 | 0.01 | 0.25 | 0 | 0.01 | 0.74 |
Hex | BE | BD | BD | 0 | 1 | 1 | 19 | 0 | 1 | 4A |
Octal | 276 | 275 | 275 | 0 | 1 | 1 | 31 | 0 | 1 | 112 |
Binary | 10111110 | 10111101 | 10111101 | 0 | 1 | 1 | 11001 | 0 | 1 | 1001010 |
Color Harmonies of #BEBDBD
Complementary color
Monochromatic Colors of #BEBDBD
Black with #BEBDBD
Text Example
Text Example
White with #BEBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDBD; }
p { color: rgb(190,189,189); }
H1.HeaderClassName
{
color: #BEBDBD;
}
.AnyTagClassName
{
color: #BEBDBD;
}
</style>
background-color css
<style>
a { background-color: #BEBDBD; }
a { background-color: rgb(190,189,189); }
div.DivClassName
{
background-color: #BEBDBD;
}
.BgClassName
{
background-color: #BEBDBD;
}
</style>
border-color css
<style>
span { border-color: #BEBDBD; }
span { border-color: rgb(190,189,189); }
td.TdClassName
{
border-color: #BEBDBD;
}
.TagClassName
{
border-color: #BEBDBD;
}
</style>