Shades of Silver Sand #BEBEBC
Tints of Silver Sand #BEBEBC
RGB
CMYK
RGB Variations
Color information
#BEBEBC (or 0xBEBEBC) is known color: Silver Sand. HEX triplet: BE, BE and BC. RGB value is (190,190,188). Sum of RGB (Red+Green+Blue) = 190+190+188=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBEBC is #414143. Grayscale: #BDBDBD. Windows color (decimal): -4276548 or 12369598. OLE color: 12369598.
HSL color Cylindrical-coordinate representation of color #BEBEBC: 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.01%. Process color model (Four color, CMYK) of #BEBEBC is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 188 | - |
| CMYK | 0 | 0 | 0.01 | 0.25 |
| HSL | 60º | 0.02% | 0.74% | - |
| HSV(B) | 60º | 0.01% | 0.75% | - |
| XYZ | 48.73 | 51.4 | 54.93 | - |
| YUV | 189.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 188 | 0 | 0 | 0.01 | 0.25 | 60 | 0.02 | 0.74 |
| Hex | BE | BE | BC | 0 | 0 | 1 | 19 | 3C | 2 | 4A |
| Octal | 276 | 276 | 274 | 0 | 0 | 1 | 31 | 74 | 2 | 112 |
| Binary | 10111110 | 10111110 | 10111100 | 0 | 0 | 1 | 11001 | 111100 | 10 | 1001010 |
Color Harmonies of #BEBEBC
Complementary color
Monochromatic Colors of #BEBEBC
Black with #BEBEBC
Text Example
Text Example
White with #BEBEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBEBC; }
p { color: rgb(190,190,188); }
H1.HeaderClassName
{
color: #BEBEBC;
}
.AnyTagClassName
{
color: #BEBEBC;
}
</style>
background-color css
<style>
a { background-color: #BEBEBC; }
a { background-color: rgb(190,190,188); }
div.DivClassName
{
background-color: #BEBEBC;
}
.BgClassName
{
background-color: #BEBEBC;
}
</style>
border-color css
<style>
span { border-color: #BEBEBC; }
span { border-color: rgb(190,190,188); }
td.TdClassName
{
border-color: #BEBEBC;
}
.TagClassName
{
border-color: #BEBEBC;
}
</style>