#C1BEBE

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

Shades of Silver #C1BEBE

Tints of Silver #C1BEBE

Color information

#C1BEBE (or 0xC1BEBE) is unknown color: approx Silver. HEX triplet: C1, BE and BE. RGB value is (193,190,190). Sum of RGB (Red+Green+Blue) = 193+190+190=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BEBE is #3E4141. Grayscale: #BEBEBE. Windows color (decimal): -4079938 or 12500673. OLE color: 12500673.

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

Color convert

RGB193190190-
CMYK00.020.020.24
HSL2.36%75.1%-
HSV(B)1.55%75.69%-
XYZ49.751.8856.11-
YUV190.9127.49129.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.68%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=33.68%
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.24
SystemRedGreenBlueCMYKHSL
Decimal19319019000.020.020.2402.3675.1
HexC1BEBE02218024b
Octal3012762760223002113
Binary11000001101111101011111001010110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BEBE; }

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

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

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

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

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

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

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

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