#C4BEBD

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

Shades of Silver #C4BEBD

Tints of Silver #C4BEBD

Color information

#C4BEBD (or 0xC4BEBD) is unknown color: approx Silver. HEX triplet: C4, BE and BD. RGB value is (196,190,189). Sum of RGB (Red+Green+Blue) = 196+190+189=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEBD is #3B4142. Grayscale: #BFBFBF. Windows color (decimal): -3883331 or 12435140. OLE color: 12435140.

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

Color convert

RGB196190189-
CMYK00.030.040.23
HSL8.57º5.6%75.49%-
HSV(B)8.57º3.57%76.86%-
XYZ50.3652.2455.57-
YUV191.68126.49131.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.09%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 189 (74.22% from 255) = 32.87%
R=34.09%
G=33.04%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619018900.030.040.238.575.675.49
HexC4BEBD03417964b
Octal30427627503427116113
Binary1100010010111110101111010111001011110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEBD; }

 p { color: rgb(196,190,189); }

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

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

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

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

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

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

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