#C3BEBD

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

Shades of Silver #C3BEBD

Tints of Silver #C3BEBD

Color information

#C3BEBD (or 0xC3BEBD) is unknown color: approx Silver. HEX triplet: C3, BE and BD. RGB value is (195,190,189). Sum of RGB (Red+Green+Blue) = 195+190+189=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEBD is #3C4142. Grayscale: #BFBFBF. Windows color (decimal): -3948867 or 12435139. OLE color: 12435139.

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

Color convert

RGB195190189-
CMYK00.030.030.24
HSL10º4.76%75.29%-
HSV(B)10º3.08%76.47%-
XYZ50.152.155.56-
YUV191.38126.66130.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.97%
GREEN value IS 190 (74.61% from 255) = 33.10%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=33.97%
G=33.10%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519018900.030.030.24104.7675.29
HexC3BEBD03318a54b
Octal30327627503330125113
Binary110000111011111010111101011111100010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEBD; }

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

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

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

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

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

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

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

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