Shades of Silver Sand #BDBDB7
Tints of Silver Sand #BDBDB7
RGB
CMYK
RGB Variations
Color information
#BDBDB7 (or 0xBDBDB7) is known color: Silver Sand. HEX triplet: BD, BD and B7. RGB value is (189,189,183). Sum of RGB (Red+Green+Blue) = 189+189+183=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDB7 is #424248. Grayscale: #BCBCBC. Windows color (decimal): -4342345 or 12041661. OLE color: 12041661.
HSL color Cylindrical-coordinate representation of color #BDBDB7: hue angle of 60º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDBDB7 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 189 | 183 | - |
CMYK | 0 | 0 | 0.03 | 0.26 |
HSL | 60º | 0.04% | 0.73% | - |
HSV(B) | 60º | 0.03% | 0.74% | - |
XYZ | 47.73 | 50.63 | 52.06 | - |
YUV | 188.32 | 125 | 128.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 183 | 0 | 0 | 0.03 | 0.26 | 60 | 0.04 | 0.73 |
Hex | BD | BD | B7 | 0 | 0 | 3 | 1A | 3C | 4 | 49 |
Octal | 275 | 275 | 267 | 0 | 0 | 3 | 32 | 74 | 4 | 111 |
Binary | 10111101 | 10111101 | 10110111 | 0 | 0 | 11 | 11010 | 111100 | 100 | 1001001 |
Color Harmonies of #BDBDB7
Complementary color
Monochromatic Colors of #BDBDB7
Black with #BDBDB7
Text Example
Text Example
White with #BDBDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDB7; }
p { color: rgb(189,189,183); }
H1.HeaderClassName
{
color: #BDBDB7;
}
.AnyTagClassName
{
color: #BDBDB7;
}
</style>
background-color css
<style>
a { background-color: #BDBDB7; }
a { background-color: rgb(189,189,183); }
div.DivClassName
{
background-color: #BDBDB7;
}
.BgClassName
{
background-color: #BDBDB7;
}
</style>
border-color css
<style>
span { border-color: #BDBDB7; }
span { border-color: rgb(189,189,183); }
td.TdClassName
{
border-color: #BDBDB7;
}
.TagClassName
{
border-color: #BDBDB7;
}
</style>