#C8BEBD

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

Shades of Silver #C8BEBD

Tints of Silver #C8BEBD

Color information

#C8BEBD (or 0xC8BEBD) is unknown color: approx Silver. HEX triplet: C8, BE and BD. RGB value is (200,190,189). Sum of RGB (Red+Green+Blue) = 200+190+189=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEBD is #374142. Grayscale: #C0C0C0. Windows color (decimal): -3621187 or 12435144. OLE color: 12435144.

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

Color convert

RGB200190189-
CMYK00.050.060.22
HSL5.45º9.09%76.27%-
HSV(B)5.45º5.5%78.43%-
XYZ51.4252.7855.62-
YUV192.88125.81133.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.54%
GREEN value IS 190 (74.61% from 255) = 32.82%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=34.54%
G=32.82%
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
Decimal20019018900.050.060.225.459.0976.27
HexC8BEBD05616594c
Octal31027627505626511114
Binary11001000101111101011110101011101011010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEBD; }

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

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

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

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

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

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

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

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