Shades of Silver #BDBBBB
Tints of Silver #BDBBBB
RGB
CMYK
RGB Variations
Color information
#BDBBBB (or 0xBDBBBB) is known color: Silver. HEX triplet: BD, BB and BB. RGB value is (189,187,187). Sum of RGB (Red+Green+Blue) = 189+187+187=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBBB is #424444. Grayscale: #BBBBBB. Windows color (decimal): -4342853 or 12303293. OLE color: 12303293.
HSL color Cylindrical-coordinate representation of color #BDBBBB: hue angle of 0º degrees, saturation: 0.01, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BDBBBB is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 187 | 187 | - |
CMYK | 0 | 0.01 | 0.01 | 0.26 |
HSL | 0º | 0.01% | 0.74% | - |
HSV(B) | 0º | 0.01% | 0.74% | - |
XYZ | 47.73 | 49.95 | 54.14 | - |
YUV | 187.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 187 | 187 | 0 | 0.01 | 0.01 | 0.26 | 0 | 0.01 | 0.74 |
Hex | BD | BB | BB | 0 | 1 | 1 | 1A | 0 | 1 | 4A |
Octal | 275 | 273 | 273 | 0 | 1 | 1 | 32 | 0 | 1 | 112 |
Binary | 10111101 | 10111011 | 10111011 | 0 | 1 | 1 | 11010 | 0 | 1 | 1001010 |
Color Harmonies of #BDBBBB
Complementary color
Monochromatic Colors of #BDBBBB
Black with #BDBBBB
Text Example
Text Example
White with #BDBBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBBB; }
p { color: rgb(189,187,187); }
H1.HeaderClassName
{
color: #BDBBBB;
}
.AnyTagClassName
{
color: #BDBBBB;
}
</style>
background-color css
<style>
a { background-color: #BDBBBB; }
a { background-color: rgb(189,187,187); }
div.DivClassName
{
background-color: #BDBBBB;
}
.BgClassName
{
background-color: #BDBBBB;
}
</style>
border-color css
<style>
span { border-color: #BDBBBB; }
span { border-color: rgb(189,187,187); }
td.TdClassName
{
border-color: #BDBBBB;
}
.TagClassName
{
border-color: #BDBBBB;
}
</style>