#BEB9B9

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

Shades of Silver #BEB9B9

Tints of Silver #BEB9B9

Color information

#BEB9B9 (or 0xBEB9B9) is unknown color: approx Silver. HEX triplet: BE, B9 and B9. RGB value is (190,185,185). Sum of RGB (Red+Green+Blue) = 190+185+185=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9B9 is #414646. Grayscale: #BABABA. Windows color (decimal): -4277831 or 12171710. OLE color: 12171710.

HSL color Cylindrical-coordinate representation of color #BEB9B9: hue angle of 0º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BEB9B9 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB190185185-
CMYK00.030.030.25
HSL3.7%73.53%-
HSV(B)2.63%74.51%-
XYZ47.3449.1552.89-
YUV186.5127.16130.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 185 (72.66% from 255) = 33.04%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=33.93%
G=33.04%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018518500.030.030.2503.773.53
HexBEB9B903319044a
Octal2762712710333104112
Binary101111101011100110111001011111100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9B9; }

 p { color: rgb(190,185,185); }

 H1.HeaderClassName
 {
   color: #BEB9B9;
 }
 .AnyTagClassName
 {
   color: #BEB9B9;
 }
</style>
background-color css

<style>
 a { background-color: #BEB9B9; }

 a { background-color: rgb(190,185,185); }

 div.DivClassName
 {
   background-color: #BEB9B9;
 }
 .BgClassName
 {
   background-color: #BEB9B9;
 }
</style>
border-color css

<style>
 span { border-color: #BEB9B9; }

 span { border-color: rgb(190,185,185); }

 td.TdClassName
 {
   border-color: #BEB9B9;
 }
 .TagClassName
 {
   border-color: #BEB9B9;
 }
</style>