Shades of Silver Sand #BDBCB6
Tints of Silver Sand #BDBCB6
RGB
CMYK
RGB Variations
Color information
#BDBCB6 (or 0xBDBCB6) is known color: Silver Sand. HEX triplet: BD, BC and B6. RGB value is (189,188,182). Sum of RGB (Red+Green+Blue) = 189+188+182=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCB6 is #424349. Grayscale: #BBBBBB. Windows color (decimal): -4342602 or 11975869. OLE color: 11975869.
HSL color Cylindrical-coordinate representation of color #BDBCB6: hue angle of 51.43º degrees, saturation: 0.05, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDBCB6 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 182 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.26 |
| HSL | 51.43º | 0.05% | 0.73% | - |
| HSV(B) | 51.43º | 0.04% | 0.74% | - |
| XYZ | 47.41 | 50.16 | 51.44 | - |
| YUV | 187.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 182 | 0 | 0.01 | 0.04 | 0.26 | 51.43 | 0.05 | 0.73 |
| Hex | BD | BC | B6 | 0 | 1 | 4 | 1A | 33 | 5 | 49 |
| Octal | 275 | 274 | 266 | 0 | 1 | 4 | 32 | 63 | 5 | 111 |
| Binary | 10111101 | 10111100 | 10110110 | 0 | 1 | 100 | 11010 | 110011 | 101 | 1001001 |
Color Harmonies of #BDBCB6
Complementary color
Monochromatic Colors of #BDBCB6
Black with #BDBCB6
Text Example
Text Example
White with #BDBCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCB6; }
p { color: rgb(189,188,182); }
H1.HeaderClassName
{
color: #BDBCB6;
}
.AnyTagClassName
{
color: #BDBCB6;
}
</style>
background-color css
<style>
a { background-color: #BDBCB6; }
a { background-color: rgb(189,188,182); }
div.DivClassName
{
background-color: #BDBCB6;
}
.BgClassName
{
background-color: #BDBCB6;
}
</style>
border-color css
<style>
span { border-color: #BDBCB6; }
span { border-color: rgb(189,188,182); }
td.TdClassName
{
border-color: #BDBCB6;
}
.TagClassName
{
border-color: #BDBCB6;
}
</style>