Shades of Silver #BEBBBB
Tints of Silver #BEBBBB
RGB
CMYK
RGB Variations
Color information
#BEBBBB (or 0xBEBBBB) is known color: Silver. HEX triplet: BE, BB and BB. RGB value is (190,187,187). Sum of RGB (Red+Green+Blue) = 190+187+187=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBBB is #414444. Grayscale: #BBBBBB. Windows color (decimal): -4277317 or 12303294. OLE color: 12303294.
HSL color Cylindrical-coordinate representation of color #BEBBBB: hue angle of 0º 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 #BEBBBB is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 187 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.25 |
| HSL | 0º | 0.02% | 0.74% | - |
| HSV(B) | 0º | 0.02% | 0.75% | - |
| XYZ | 47.98 | 50.08 | 54.15 | - |
| YUV | 187.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 187 | 0 | 0.02 | 0.02 | 0.25 | 0 | 0.02 | 0.74 |
| Hex | BE | BB | BB | 0 | 2 | 2 | 19 | 0 | 2 | 4A |
| Octal | 276 | 273 | 273 | 0 | 2 | 2 | 31 | 0 | 2 | 112 |
| Binary | 10111110 | 10111011 | 10111011 | 0 | 10 | 10 | 11001 | 0 | 10 | 1001010 |
Color Harmonies of #BEBBBB
Complementary color
Monochromatic Colors of #BEBBBB
Black with #BEBBBB
Text Example
Text Example
White with #BEBBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBBB; }
p { color: rgb(190,187,187); }
H1.HeaderClassName
{
color: #BEBBBB;
}
.AnyTagClassName
{
color: #BEBBBB;
}
</style>
background-color css
<style>
a { background-color: #BEBBBB; }
a { background-color: rgb(190,187,187); }
div.DivClassName
{
background-color: #BEBBBB;
}
.BgClassName
{
background-color: #BEBBBB;
}
</style>
border-color css
<style>
span { border-color: #BEBBBB; }
span { border-color: rgb(190,187,187); }
td.TdClassName
{
border-color: #BEBBBB;
}
.TagClassName
{
border-color: #BEBBBB;
}
</style>