Shades of Silver Sand #BDBCB1
Tints of Silver Sand #BDBCB1
RGB
CMYK
RGB Variations
Color information
#BDBCB1 (or 0xBDBCB1) is known color: Silver Sand. HEX triplet: BD, BC and B1. RGB value is (189,188,177). Sum of RGB (Red+Green+Blue) = 189+188+177=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBCB1 is #42434E. Grayscale: #BBBBBB. Windows color (decimal): -4342607 or 11648189. OLE color: 11648189.
HSL color Cylindrical-coordinate representation of color #BDBCB1: hue angle of 55º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDBCB1 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 177 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.26 |
| HSL | 55º | 0.08% | 0.72% | - |
| HSV(B) | 55º | 0.06% | 0.74% | - |
| XYZ | 46.91 | 49.96 | 48.77 | - |
| YUV | 187.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 177 | 0 | 0.01 | 0.06 | 0.26 | 55 | 0.08 | 0.72 |
| Hex | BD | BC | B1 | 0 | 1 | 6 | 1A | 37 | 8 | 48 |
| Octal | 275 | 274 | 261 | 0 | 1 | 6 | 32 | 67 | 10 | 110 |
| Binary | 10111101 | 10111100 | 10110001 | 0 | 1 | 110 | 11010 | 110111 | 1000 | 1001000 |
Color Harmonies of #BDBCB1
Complementary color
Monochromatic Colors of #BDBCB1
Black with #BDBCB1
Text Example
Text Example
White with #BDBCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCB1; }
p { color: rgb(189,188,177); }
H1.HeaderClassName
{
color: #BDBCB1;
}
.AnyTagClassName
{
color: #BDBCB1;
}
</style>
background-color css
<style>
a { background-color: #BDBCB1; }
a { background-color: rgb(189,188,177); }
div.DivClassName
{
background-color: #BDBCB1;
}
.BgClassName
{
background-color: #BDBCB1;
}
</style>
border-color css
<style>
span { border-color: #BDBCB1; }
span { border-color: rgb(189,188,177); }
td.TdClassName
{
border-color: #BDBCB1;
}
.TagClassName
{
border-color: #BDBCB1;
}
</style>