Shades of Silver Sand #BEBEBB
Tints of Silver Sand #BEBEBB
RGB
CMYK
RGB Variations
Color information
#BEBEBB (or 0xBEBEBB) is known color: Silver Sand. HEX triplet: BE, BE and BB. RGB value is (190,190,187). Sum of RGB (Red+Green+Blue) = 190+190+187=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBEBB is #414144. Grayscale: #BDBDBD. Windows color (decimal): -4276549 or 12304062. OLE color: 12304062.
HSL color Cylindrical-coordinate representation of color #BEBEBB: hue angle of 60º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BEBEBB is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 187 | - |
| CMYK | 0 | 0 | 0.02 | 0.25 |
| HSL | 60º | 0.02% | 0.74% | - |
| HSV(B) | 60º | 0.02% | 0.75% | - |
| XYZ | 48.62 | 51.36 | 54.37 | - |
| YUV | 189.66 | 126.5 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 187 | 0 | 0 | 0.02 | 0.25 | 60 | 0.02 | 0.74 |
| Hex | BE | BE | BB | 0 | 0 | 2 | 19 | 3C | 2 | 4A |
| Octal | 276 | 276 | 273 | 0 | 0 | 2 | 31 | 74 | 2 | 112 |
| Binary | 10111110 | 10111110 | 10111011 | 0 | 0 | 10 | 11001 | 111100 | 10 | 1001010 |
Color Harmonies of #BEBEBB
Complementary color
Monochromatic Colors of #BEBEBB
Black with #BEBEBB
Text Example
Text Example
White with #BEBEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBEBB; }
p { color: rgb(190,190,187); }
H1.HeaderClassName
{
color: #BEBEBB;
}
.AnyTagClassName
{
color: #BEBEBB;
}
</style>
background-color css
<style>
a { background-color: #BEBEBB; }
a { background-color: rgb(190,190,187); }
div.DivClassName
{
background-color: #BEBEBB;
}
.BgClassName
{
background-color: #BEBEBB;
}
</style>
border-color css
<style>
span { border-color: #BEBEBB; }
span { border-color: rgb(190,190,187); }
td.TdClassName
{
border-color: #BEBEBB;
}
.TagClassName
{
border-color: #BEBEBB;
}
</style>