Shades of Silver Sand #BEBDB0
Tints of Silver Sand #BEBDB0
RGB
CMYK
RGB Variations
Color information
#BEBDB0 (or 0xBEBDB0) is known color: Silver Sand. HEX triplet: BE, BD and B0. RGB value is (190,189,176). Sum of RGB (Red+Green+Blue) = 190+189+176=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBDB0 is #41424F. Grayscale: #BBBBBB. Windows color (decimal): -4276816 or 11582910. OLE color: 11582910.
HSL color Cylindrical-coordinate representation of color #BEBDB0: hue angle of 55.71º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEBDB0 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 189 | 176 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.25 |
| HSL | 55.71º | 0.1% | 0.72% | - |
| HSV(B) | 55.71º | 0.07% | 0.75% | - |
| XYZ | 47.27 | 50.48 | 48.33 | - |
| YUV | 187.82 | 121.33 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 176 | 0 | 0.01 | 0.07 | 0.25 | 55.71 | 0.1 | 0.72 |
| Hex | BE | BD | B0 | 0 | 1 | 7 | 19 | 38 | A | 48 |
| Octal | 276 | 275 | 260 | 0 | 1 | 7 | 31 | 70 | 12 | 110 |
| Binary | 10111110 | 10111101 | 10110000 | 0 | 1 | 111 | 11001 | 111000 | 1010 | 1001000 |
Color Harmonies of #BEBDB0
Complementary color
Monochromatic Colors of #BEBDB0
Black with #BEBDB0
Text Example
Text Example
White with #BEBDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDB0; }
p { color: rgb(190,189,176); }
H1.HeaderClassName
{
color: #BEBDB0;
}
.AnyTagClassName
{
color: #BEBDB0;
}
</style>
background-color css
<style>
a { background-color: #BEBDB0; }
a { background-color: rgb(190,189,176); }
div.DivClassName
{
background-color: #BEBDB0;
}
.BgClassName
{
background-color: #BEBDB0;
}
</style>
border-color css
<style>
span { border-color: #BEBDB0; }
span { border-color: rgb(190,189,176); }
td.TdClassName
{
border-color: #BEBDB0;
}
.TagClassName
{
border-color: #BEBDB0;
}
</style>