Shades of Silver #BDBDBD
Tints of Silver #BDBDBD
RGB
CMYK
RGB Variations
Color information
#BDBDBD (or 0xBDBDBD) is known color: Silver. HEX triplet: BD, BD and BD. RGB value is (189,189,189). Sum of RGB (Red+Green+Blue) = 189+189+189=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 189 - color contains mainly: red, green, blue. Hex color #BDBDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDBD is #424242. Grayscale: #BCBCBC. Windows color (decimal): -4342339 or 12434877. OLE color: 12434877.
HSL color Cylindrical-coordinate representation of color #BDBDBD: hue angle of 0º degrees, saturation: 0, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0%. Process color model (Four color, CMYK) of #BDBDBD is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 189 | 189 | - |
CMYK | 0 | 0 | 0 | 0.26 |
HSL | 0º | 0% | 0.74% | - |
HSV(B) | 0º | 0% | 0.74% | - |
XYZ | 48.37 | 50.89 | 55.42 | - |
YUV | 189 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 189 | 0 | 0 | 0 | 0.26 | 0 | 0 | 0.74 |
Hex | BD | BD | BD | 0 | 0 | 0 | 1A | 0 | 0 | 4A |
Octal | 275 | 275 | 275 | 0 | 0 | 0 | 32 | 0 | 0 | 112 |
Binary | 10111101 | 10111101 | 10111101 | 0 | 0 | 0 | 11010 | 0 | 0 | 1001010 |
Color Harmonies of #BDBDBD
Complementary color
Monochromatic Colors of #BDBDBD
Black with #BDBDBD
Text Example
Text Example
White with #BDBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDBD; }
p { color: rgb(189,189,189); }
H1.HeaderClassName
{
color: #BDBDBD;
}
.AnyTagClassName
{
color: #BDBDBD;
}
</style>
background-color css
<style>
a { background-color: #BDBDBD; }
a { background-color: rgb(189,189,189); }
div.DivClassName
{
background-color: #BDBDBD;
}
.BgClassName
{
background-color: #BDBDBD;
}
</style>
border-color css
<style>
span { border-color: #BDBDBD; }
span { border-color: rgb(189,189,189); }
td.TdClassName
{
border-color: #BDBDBD;
}
.TagClassName
{
border-color: #BDBDBD;
}
</style>