Shades of Silver Sand #BEBDB2
Tints of Silver Sand #BEBDB2
RGB
CMYK
RGB Variations
Color information
#BEBDB2 (or 0xBEBDB2) is known color: Silver Sand. HEX triplet: BE, BD and B2. RGB value is (190,189,178). Sum of RGB (Red+Green+Blue) = 190+189+178=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBDB2 is #41424D. Grayscale: #BCBCBC. Windows color (decimal): -4276814 or 11713982. OLE color: 11713982.
HSL color Cylindrical-coordinate representation of color #BEBDB2: hue angle of 55º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEBDB2 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 189 | 178 | - |
CMYK | 0 | 0.01 | 0.06 | 0.25 |
HSL | 55º | 0.08% | 0.72% | - |
HSV(B) | 55º | 0.06% | 0.75% | - |
XYZ | 47.47 | 50.56 | 49.38 | - |
YUV | 188.05 | 122.33 | 129.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 189 | 178 | 0 | 0.01 | 0.06 | 0.25 | 55 | 0.08 | 0.72 |
Hex | BE | BD | B2 | 0 | 1 | 6 | 19 | 37 | 8 | 48 |
Octal | 276 | 275 | 262 | 0 | 1 | 6 | 31 | 67 | 10 | 110 |
Binary | 10111110 | 10111101 | 10110010 | 0 | 1 | 110 | 11001 | 110111 | 1000 | 1001000 |
Color Harmonies of #BEBDB2
Complementary color
Monochromatic Colors of #BEBDB2
Black with #BEBDB2
Text Example
Text Example
White with #BEBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDB2; }
p { color: rgb(190,189,178); }
H1.HeaderClassName
{
color: #BEBDB2;
}
.AnyTagClassName
{
color: #BEBDB2;
}
</style>
background-color css
<style>
a { background-color: #BEBDB2; }
a { background-color: rgb(190,189,178); }
div.DivClassName
{
background-color: #BEBDB2;
}
.BgClassName
{
background-color: #BEBDB2;
}
</style>
border-color css
<style>
span { border-color: #BEBDB2; }
span { border-color: rgb(190,189,178); }
td.TdClassName
{
border-color: #BEBDB2;
}
.TagClassName
{
border-color: #BEBDB2;
}
</style>