Shades of Silver Sand #BEBDB4
Tints of Silver Sand #BEBDB4
RGB
CMYK
RGB Variations
Color information
#BEBDB4 (or 0xBEBDB4) is known color: Silver Sand. HEX triplet: BE, BD and B4. RGB value is (190,189,180). Sum of RGB (Red+Green+Blue) = 190+189+180=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDB4 is #41424B. Grayscale: #BCBCBC. Windows color (decimal): -4276812 or 11845054. OLE color: 11845054.
HSL color Cylindrical-coordinate representation of color #BEBDB4: hue angle of 54º degrees, saturation: 0.07, 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 #BEBDB4 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 189 | 180 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.25 |
| HSL | 54º | 0.07% | 0.73% | - |
| HSV(B) | 54º | 0.05% | 0.75% | - |
| XYZ | 47.67 | 50.64 | 50.44 | - |
| YUV | 188.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 180 | 0 | 0.01 | 0.05 | 0.25 | 54 | 0.07 | 0.73 |
| Hex | BE | BD | B4 | 0 | 1 | 5 | 19 | 36 | 7 | 49 |
| Octal | 276 | 275 | 264 | 0 | 1 | 5 | 31 | 66 | 7 | 111 |
| Binary | 10111110 | 10111101 | 10110100 | 0 | 1 | 101 | 11001 | 110110 | 111 | 1001001 |
Color Harmonies of #BEBDB4
Complementary color
Monochromatic Colors of #BEBDB4
Black with #BEBDB4
Text Example
Text Example
White with #BEBDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDB4; }
p { color: rgb(190,189,180); }
H1.HeaderClassName
{
color: #BEBDB4;
}
.AnyTagClassName
{
color: #BEBDB4;
}
</style>
background-color css
<style>
a { background-color: #BEBDB4; }
a { background-color: rgb(190,189,180); }
div.DivClassName
{
background-color: #BEBDB4;
}
.BgClassName
{
background-color: #BEBDB4;
}
</style>
border-color css
<style>
span { border-color: #BEBDB4; }
span { border-color: rgb(190,189,180); }
td.TdClassName
{
border-color: #BEBDB4;
}
.TagClassName
{
border-color: #BEBDB4;
}
</style>