#C5BCBB

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

Shades of Silver #C5BCBB

Tints of Silver #C5BCBB

Color information

#C5BCBB (or 0xC5BCBB) is unknown color: approx Silver. HEX triplet: C5, BC and BB. RGB value is (197,188,187). Sum of RGB (Red+Green+Blue) = 197+188+187=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCBB is #3A4344. Grayscale: #BEBEBE. Windows color (decimal): -3818309 or 12303557. OLE color: 12303557.

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

Color convert

RGB197188187-
CMYK00.050.050.23
HSL7.94%75.29%-
HSV(B)5.08%77.25%-
XYZ49.9851.4254.31-
YUV190.58125.98132.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.44%
GREEN value IS 188 (73.83% from 255) = 32.87%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=34.44%
G=32.87%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718818700.050.050.2367.9475.29
HexC5BCBB05517684b
Octal30527427305527610113
Binary11000101101111001011101101011011011111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCBB; }

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

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

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

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

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

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

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

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