Shades of Silver Sand #BDBCB5
Tints of Silver Sand #BDBCB5
RGB
CMYK
RGB Variations
Color information
#BDBCB5 (or 0xBDBCB5) is known color: Silver Sand. HEX triplet: BD, BC and B5. RGB value is (189,188,181). Sum of RGB (Red+Green+Blue) = 189+188+181=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCB5 is #42434A. Grayscale: #BBBBBB. Windows color (decimal): -4342603 or 11910333. OLE color: 11910333.
HSL color Cylindrical-coordinate representation of color #BDBCB5: hue angle of 52.5º degrees, saturation: 0.06, 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 #BDBCB5 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 188 | 181 | - |
CMYK | 0 | 0.01 | 0.04 | 0.26 |
HSL | 52.5º | 0.06% | 0.73% | - |
HSV(B) | 52.5º | 0.04% | 0.74% | - |
XYZ | 47.31 | 50.12 | 50.9 | - |
YUV | 187.5 | 124.33 | 129.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 188 | 181 | 0 | 0.01 | 0.04 | 0.26 | 52.5 | 0.06 | 0.73 |
Hex | BD | BC | B5 | 0 | 1 | 4 | 1A | 34 | 6 | 49 |
Octal | 275 | 274 | 265 | 0 | 1 | 4 | 32 | 64 | 6 | 111 |
Binary | 10111101 | 10111100 | 10110101 | 0 | 1 | 100 | 11010 | 110100 | 110 | 1001001 |
Color Harmonies of #BDBCB5
Complementary color
Monochromatic Colors of #BDBCB5
Black with #BDBCB5
Text Example
Text Example
White with #BDBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCB5; }
p { color: rgb(189,188,181); }
H1.HeaderClassName
{
color: #BDBCB5;
}
.AnyTagClassName
{
color: #BDBCB5;
}
</style>
background-color css
<style>
a { background-color: #BDBCB5; }
a { background-color: rgb(189,188,181); }
div.DivClassName
{
background-color: #BDBCB5;
}
.BgClassName
{
background-color: #BDBCB5;
}
</style>
border-color css
<style>
span { border-color: #BDBCB5; }
span { border-color: rgb(189,188,181); }
td.TdClassName
{
border-color: #BDBCB5;
}
.TagClassName
{
border-color: #BDBCB5;
}
</style>