#BEBBBB

Color #BEBBBB Silver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver #BEBBBB

Tints of Silver #BEBBBB

Color information

#BEBBBB (or 0xBEBBBB) is unknown color: approx 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

RGB190187187-
CMYK00.020.020.25
HSL2.26%73.92%-
HSV(B)1.58%74.51%-
XYZ47.9850.0854.15-
YUV187.9127.49129.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 187 (73.44% from 255) = 33.16%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=33.69%
G=33.16%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018718700.020.020.2502.2673.92
HexBEBBBB02219024a
Octal2762732730223102112
Binary10111110101110111011101101010110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>