Shades of Silver Sand #BDBCB9
Tints of Silver Sand #BDBCB9
RGB
CMYK
RGB Variations
Color information
#BDBCB9 (or 0xBDBCB9) is known color: Silver Sand. HEX triplet: BD, BC and B9. RGB value is (189,188,185). Sum of RGB (Red+Green+Blue) = 189+188+185=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCB9 is #424346. Grayscale: #BBBBBB. Windows color (decimal): -4342599 or 12172477. OLE color: 12172477.
HSL color Cylindrical-coordinate representation of color #BDBCB9: hue angle of 45º 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 #BDBCB9 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 185 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.26 |
| HSL | 45º | 0.03% | 0.73% | - |
| HSV(B) | 45º | 0.02% | 0.74% | - |
| XYZ | 47.73 | 50.29 | 53.09 | - |
| YUV | 187.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 185 | 0 | 0.01 | 0.02 | 0.26 | 45 | 0.03 | 0.73 |
| Hex | BD | BC | B9 | 0 | 1 | 2 | 1A | 2D | 3 | 49 |
| Octal | 275 | 274 | 271 | 0 | 1 | 2 | 32 | 55 | 3 | 111 |
| Binary | 10111101 | 10111100 | 10111001 | 0 | 1 | 10 | 11010 | 101101 | 11 | 1001001 |
Color Harmonies of #BDBCB9
Complementary color
Monochromatic Colors of #BDBCB9
Black with #BDBCB9
Text Example
Text Example
White with #BDBCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCB9; }
p { color: rgb(189,188,185); }
H1.HeaderClassName
{
color: #BDBCB9;
}
.AnyTagClassName
{
color: #BDBCB9;
}
</style>
background-color css
<style>
a { background-color: #BDBCB9; }
a { background-color: rgb(189,188,185); }
div.DivClassName
{
background-color: #BDBCB9;
}
.BgClassName
{
background-color: #BDBCB9;
}
</style>
border-color css
<style>
span { border-color: #BDBCB9; }
span { border-color: rgb(189,188,185); }
td.TdClassName
{
border-color: #BDBCB9;
}
.TagClassName
{
border-color: #BDBCB9;
}
</style>