Shades of Silver Sand #BEBDB5
Tints of Silver Sand #BEBDB5
RGB
CMYK
RGB Variations
Color information
#BEBDB5 (or 0xBEBDB5) is known color: Silver Sand. HEX triplet: BE, BD and B5. RGB value is (190,189,181). Sum of RGB (Red+Green+Blue) = 190+189+181=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDB5 is #41424A. Grayscale: #BCBCBC. Windows color (decimal): -4276811 or 11910590. OLE color: 11910590.
HSL color Cylindrical-coordinate representation of color #BEBDB5: hue angle of 53.33º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEBDB5 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 189 | 181 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.25 |
| HSL | 53.33º | 0.06% | 0.73% | - |
| HSV(B) | 53.33º | 0.05% | 0.75% | - |
| XYZ | 47.77 | 50.68 | 50.98 | - |
| YUV | 188.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 181 | 0 | 0.01 | 0.05 | 0.25 | 53.33 | 0.06 | 0.73 |
| Hex | BE | BD | B5 | 0 | 1 | 5 | 19 | 35 | 6 | 49 |
| Octal | 276 | 275 | 265 | 0 | 1 | 5 | 31 | 65 | 6 | 111 |
| Binary | 10111110 | 10111101 | 10110101 | 0 | 1 | 101 | 11001 | 110101 | 110 | 1001001 |
Color Harmonies of #BEBDB5
Complementary color
Monochromatic Colors of #BEBDB5
Black with #BEBDB5
Text Example
Text Example
White with #BEBDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDB5; }
p { color: rgb(190,189,181); }
H1.HeaderClassName
{
color: #BEBDB5;
}
.AnyTagClassName
{
color: #BEBDB5;
}
</style>
background-color css
<style>
a { background-color: #BEBDB5; }
a { background-color: rgb(190,189,181); }
div.DivClassName
{
background-color: #BEBDB5;
}
.BgClassName
{
background-color: #BEBDB5;
}
</style>
border-color css
<style>
span { border-color: #BEBDB5; }
span { border-color: rgb(190,189,181); }
td.TdClassName
{
border-color: #BEBDB5;
}
.TagClassName
{
border-color: #BEBDB5;
}
</style>