Shades of Silver Sand #BDBDB9
Tints of Silver Sand #BDBDB9
RGB
CMYK
RGB Variations
Color information
#BDBDB9 (or 0xBDBDB9) is known color: Silver Sand. HEX triplet: BD, BD and B9. RGB value is (189,189,185). Sum of RGB (Red+Green+Blue) = 189+189+185=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDB9 is #424246. Grayscale: #BCBCBC. Windows color (decimal): -4342343 or 12172733. OLE color: 12172733.
HSL color Cylindrical-coordinate representation of color #BDBDB9: hue angle of 60º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BDBDB9 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 189 | 185 | - |
CMYK | 0 | 0 | 0.02 | 0.26 |
HSL | 60º | 0.03% | 0.73% | - |
HSV(B) | 60º | 0.02% | 0.74% | - |
XYZ | 47.94 | 50.72 | 53.16 | - |
YUV | 188.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 185 | 0 | 0 | 0.02 | 0.26 | 60 | 0.03 | 0.73 |
Hex | BD | BD | B9 | 0 | 0 | 2 | 1A | 3C | 3 | 49 |
Octal | 275 | 275 | 271 | 0 | 0 | 2 | 32 | 74 | 3 | 111 |
Binary | 10111101 | 10111101 | 10111001 | 0 | 0 | 10 | 11010 | 111100 | 11 | 1001001 |
Color Harmonies of #BDBDB9
Complementary color
Monochromatic Colors of #BDBDB9
Black with #BDBDB9
Text Example
Text Example
White with #BDBDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDB9; }
p { color: rgb(189,189,185); }
H1.HeaderClassName
{
color: #BDBDB9;
}
.AnyTagClassName
{
color: #BDBDB9;
}
</style>
background-color css
<style>
a { background-color: #BDBDB9; }
a { background-color: rgb(189,189,185); }
div.DivClassName
{
background-color: #BDBDB9;
}
.BgClassName
{
background-color: #BDBDB9;
}
</style>
border-color css
<style>
span { border-color: #BDBDB9; }
span { border-color: rgb(189,189,185); }
td.TdClassName
{
border-color: #BDBDB9;
}
.TagClassName
{
border-color: #BDBDB9;
}
</style>