#C9BEBD

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

Shades of Silver #C9BEBD

Tints of Silver #C9BEBD

Color information

#C9BEBD (or 0xC9BEBD) is unknown color: approx Silver. HEX triplet: C9, BE and BD. RGB value is (201,190,189). Sum of RGB (Red+Green+Blue) = 201+190+189=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEBD is #364142. Grayscale: #C1C1C1. Windows color (decimal): -3555651 or 12435145. OLE color: 12435145.

HSL color Cylindrical-coordinate representation of color #C9BEBD: hue angle of 5º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9BEBD is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201190189-
CMYK00.050.060.21
HSL10%76.47%-
HSV(B)5.97%78.82%-
XYZ51.6952.9255.63-
YUV193.18125.64133.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.66%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=34.66%
G=32.76%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119018900.050.060.2151076.47
HexC9BEBD056155a4c
Octal31127627505625512114
Binary11001001101111101011110101011101010110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BEBD; }

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

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

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

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

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

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

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

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