Shades of Silver Sand #BEBDB7
Tints of Silver Sand #BEBDB7
RGB
CMYK
RGB Variations
Color information
#BEBDB7 (or 0xBEBDB7) is known color: Silver Sand. HEX triplet: BE, BD and B7. RGB value is (190,189,183). Sum of RGB (Red+Green+Blue) = 190+189+183=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDB7 is #414248. Grayscale: #BCBCBC. Windows color (decimal): -4276809 or 12041662. OLE color: 12041662.
HSL color Cylindrical-coordinate representation of color #BEBDB7: hue angle of 51.43º degrees, saturation: 0.05, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEBDB7 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 189 | 183 | - |
CMYK | 0 | 0.01 | 0.04 | 0.25 |
HSL | 51.43º | 0.05% | 0.73% | - |
HSV(B) | 51.43º | 0.04% | 0.75% | - |
XYZ | 47.98 | 50.76 | 52.07 | - |
YUV | 188.62 | 124.83 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 189 | 183 | 0 | 0.01 | 0.04 | 0.25 | 51.43 | 0.05 | 0.73 |
Hex | BE | BD | B7 | 0 | 1 | 4 | 19 | 33 | 5 | 49 |
Octal | 276 | 275 | 267 | 0 | 1 | 4 | 31 | 63 | 5 | 111 |
Binary | 10111110 | 10111101 | 10110111 | 0 | 1 | 100 | 11001 | 110011 | 101 | 1001001 |
Color Harmonies of #BEBDB7
Complementary color
Monochromatic Colors of #BEBDB7
Black with #BEBDB7
Text Example
Text Example
White with #BEBDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDB7; }
p { color: rgb(190,189,183); }
H1.HeaderClassName
{
color: #BEBDB7;
}
.AnyTagClassName
{
color: #BEBDB7;
}
</style>
background-color css
<style>
a { background-color: #BEBDB7; }
a { background-color: rgb(190,189,183); }
div.DivClassName
{
background-color: #BEBDB7;
}
.BgClassName
{
background-color: #BEBDB7;
}
</style>
border-color css
<style>
span { border-color: #BEBDB7; }
span { border-color: rgb(190,189,183); }
td.TdClassName
{
border-color: #BEBDB7;
}
.TagClassName
{
border-color: #BEBDB7;
}
</style>