Shades of Silver Sand #BDBCB8
Tints of Silver Sand #BDBCB8
RGB
CMYK
RGB Variations
Color information
#BDBCB8 (or 0xBDBCB8) is known color: Silver Sand. HEX triplet: BD, BC and B8. RGB value is (189,188,184). Sum of RGB (Red+Green+Blue) = 189+188+184=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCB8 is #424347. Grayscale: #BBBBBB. Windows color (decimal): -4342600 or 12106941. OLE color: 12106941.
HSL color Cylindrical-coordinate representation of color #BDBCB8: hue angle of 48º 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 #BDBCB8 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 184 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.26 |
| HSL | 48º | 0.04% | 0.73% | - |
| HSV(B) | 48º | 0.03% | 0.74% | - |
| XYZ | 47.62 | 50.25 | 52.54 | - |
| YUV | 187.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 184 | 0 | 0.01 | 0.03 | 0.26 | 48 | 0.04 | 0.73 |
| Hex | BD | BC | B8 | 0 | 1 | 3 | 1A | 30 | 4 | 49 |
| Octal | 275 | 274 | 270 | 0 | 1 | 3 | 32 | 60 | 4 | 111 |
| Binary | 10111101 | 10111100 | 10111000 | 0 | 1 | 11 | 11010 | 110000 | 100 | 1001001 |
Color Harmonies of #BDBCB8
Complementary color
Monochromatic Colors of #BDBCB8
Black with #BDBCB8
Text Example
Text Example
White with #BDBCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCB8; }
p { color: rgb(189,188,184); }
H1.HeaderClassName
{
color: #BDBCB8;
}
.AnyTagClassName
{
color: #BDBCB8;
}
</style>
background-color css
<style>
a { background-color: #BDBCB8; }
a { background-color: rgb(189,188,184); }
div.DivClassName
{
background-color: #BDBCB8;
}
.BgClassName
{
background-color: #BDBCB8;
}
</style>
border-color css
<style>
span { border-color: #BDBCB8; }
span { border-color: rgb(189,188,184); }
td.TdClassName
{
border-color: #BDBCB8;
}
.TagClassName
{
border-color: #BDBCB8;
}
</style>