Shades of Silver Sand #BEBDB1
Tints of Silver Sand #BEBDB1
RGB
CMYK
RGB Variations
Color information
#BEBDB1 (or 0xBEBDB1) is known color: Silver Sand. HEX triplet: BE, BD and B1. RGB value is (190,189,177). Sum of RGB (Red+Green+Blue) = 190+189+177=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBDB1 is #41424E. Grayscale: #BBBBBB. Windows color (decimal): -4276815 or 11648446. OLE color: 11648446.
HSL color Cylindrical-coordinate representation of color #BEBDB1: hue angle of 55.38º degrees, saturation: 0.09, 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 #BEBDB1 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 189 | 177 | - |
CMYK | 0 | 0.01 | 0.07 | 0.25 |
HSL | 55.38º | 0.09% | 0.72% | - |
HSV(B) | 55.38º | 0.07% | 0.75% | - |
XYZ | 47.37 | 50.52 | 48.85 | - |
YUV | 187.93 | 121.83 | 129.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 189 | 177 | 0 | 0.01 | 0.07 | 0.25 | 55.38 | 0.09 | 0.72 |
Hex | BE | BD | B1 | 0 | 1 | 7 | 19 | 37 | 9 | 48 |
Octal | 276 | 275 | 261 | 0 | 1 | 7 | 31 | 67 | 11 | 110 |
Binary | 10111110 | 10111101 | 10110001 | 0 | 1 | 111 | 11001 | 110111 | 1001 | 1001000 |
Color Harmonies of #BEBDB1
Complementary color
Monochromatic Colors of #BEBDB1
Black with #BEBDB1
Text Example
Text Example
White with #BEBDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDB1; }
p { color: rgb(190,189,177); }
H1.HeaderClassName
{
color: #BEBDB1;
}
.AnyTagClassName
{
color: #BEBDB1;
}
</style>
background-color css
<style>
a { background-color: #BEBDB1; }
a { background-color: rgb(190,189,177); }
div.DivClassName
{
background-color: #BEBDB1;
}
.BgClassName
{
background-color: #BEBDB1;
}
</style>
border-color css
<style>
span { border-color: #BEBDB1; }
span { border-color: rgb(190,189,177); }
td.TdClassName
{
border-color: #BEBDB1;
}
.TagClassName
{
border-color: #BEBDB1;
}
</style>