#C6BCBB

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

Shades of Silver #C6BCBB

Tints of Silver #C6BCBB

Color information

#C6BCBB (or 0xC6BCBB) is unknown color: approx Silver. HEX triplet: C6, BC and BB. RGB value is (198,188,187). Sum of RGB (Red+Green+Blue) = 198+188+187=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCBB is #394344. Grayscale: #BEBEBE. Windows color (decimal): -3752773 or 12303558. OLE color: 12303558.

HSL color Cylindrical-coordinate representation of color #C6BCBB: hue angle of 5.45º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6BCBB is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB198188187-
CMYK00.050.060.22
HSL5.45º8.8%75.49%-
HSV(B)5.45º5.56%77.65%-
XYZ50.2451.5654.32-
YUV190.88125.81133.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.55%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=34.55%
G=32.81%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818818700.050.060.225.458.875.49
HexC6BCBB05616594b
Octal30627427305626511113
Binary11000110101111001011101101011101011010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCBB; }

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

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

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

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

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

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

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

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