#C4BCBB

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

Shades of Silver #C4BCBB

Tints of Silver #C4BCBB

Color information

#C4BCBB (or 0xC4BCBB) is unknown color: approx Silver. HEX triplet: C4, BC and BB. RGB value is (196,188,187). Sum of RGB (Red+Green+Blue) = 196+188+187=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCBB is #3B4344. Grayscale: #BEBEBE. Windows color (decimal): -3883845 or 12303556. OLE color: 12303556.

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

Color convert

RGB196188187-
CMYK00.040.050.23
HSL6.67º7.09%75.1%-
HSV(B)6.67º4.59%76.86%-
XYZ49.7251.2954.29-
YUV190.28126.15132.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.33%
GREEN value IS 188 (73.83% from 255) = 32.92%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=34.33%
G=32.92%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618818700.040.050.236.677.0975.1
HexC4BCBB04517774b
Octal3042742730452777113
Binary1100010010111100101110110100101101111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCBB; }

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

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

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

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

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

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

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

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