#C4BCBC

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

Shades of Silver #C4BCBC

Tints of Silver #C4BCBC

Color information

#C4BCBC (or 0xC4BCBC) is unknown color: approx Silver. HEX triplet: C4, BC and BC. RGB value is (196,188,188). Sum of RGB (Red+Green+Blue) = 196+188+188=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCBC is #3B4343. Grayscale: #BEBEBE. Windows color (decimal): -3883844 or 12369092. OLE color: 12369092.

HSL color Cylindrical-coordinate representation of color #C4BCBC: hue angle of 0º 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 #C4BCBC is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196188188-
CMYK00.040.040.23
HSL6.35%75.29%-
HSV(B)4.08%76.86%-
XYZ49.8351.3354.86-
YUV190.39126.65132-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.27%
GREEN value IS 188 (73.83% from 255) = 32.87%
BLUE value IS 188 (73.83% from 255) = 32.87%
R=34.27%
G=32.87%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618818800.040.040.2306.3575.29
HexC4BCBC04417064b
Octal3042742740442706113
Binary11000100101111001011110001001001011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCBC; }

 p { color: rgb(196,188,188); }

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

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

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

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

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

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

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