Shades of Silver Sand #BEBEB7
Tints of Silver Sand #BEBEB7
RGB
CMYK
RGB Variations
Color information
#BEBEB7 (or 0xBEBEB7) is known color: Silver Sand. HEX triplet: BE, BE and B7. RGB value is (190,190,183). Sum of RGB (Red+Green+Blue) = 190+190+183=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBEB7 is #414148. Grayscale: #BDBDBD. Windows color (decimal): -4276553 or 12041918. OLE color: 12041918.
HSL color Cylindrical-coordinate representation of color #BEBEB7: hue angle of 60º 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 #BEBEB7 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 190 | 183 | - |
CMYK | 0 | 0 | 0.04 | 0.25 |
HSL | 60º | 0.05% | 0.73% | - |
HSV(B) | 60º | 0.04% | 0.75% | - |
XYZ | 48.2 | 51.19 | 52.14 | - |
YUV | 189.2 | 124.5 | 128.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 190 | 183 | 0 | 0 | 0.04 | 0.25 | 60 | 0.05 | 0.73 |
Hex | BE | BE | B7 | 0 | 0 | 4 | 19 | 3C | 5 | 49 |
Octal | 276 | 276 | 267 | 0 | 0 | 4 | 31 | 74 | 5 | 111 |
Binary | 10111110 | 10111110 | 10110111 | 0 | 0 | 100 | 11001 | 111100 | 101 | 1001001 |
Color Harmonies of #BEBEB7
Complementary color
Monochromatic Colors of #BEBEB7
Black with #BEBEB7
Text Example
Text Example
White with #BEBEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBEB7; }
p { color: rgb(190,190,183); }
H1.HeaderClassName
{
color: #BEBEB7;
}
.AnyTagClassName
{
color: #BEBEB7;
}
</style>
background-color css
<style>
a { background-color: #BEBEB7; }
a { background-color: rgb(190,190,183); }
div.DivClassName
{
background-color: #BEBEB7;
}
.BgClassName
{
background-color: #BEBEB7;
}
</style>
border-color css
<style>
span { border-color: #BEBEB7; }
span { border-color: rgb(190,190,183); }
td.TdClassName
{
border-color: #BEBEB7;
}
.TagClassName
{
border-color: #BEBEB7;
}
</style>