#C6BDC0

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

Shades of Melanie #C6BDC0

Tints of Melanie #C6BDC0

Color information

#C6BDC0 (or 0xC6BDC0) is unknown color: approx Melanie. HEX triplet: C6, BD and C0. RGB value is (198,189,192). Sum of RGB (Red+Green+Blue) = 198+189+192=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDC0 is #39423F. Grayscale: #C0C0C0. Windows color (decimal): -3752512 or 12631494. OLE color: 12631494.

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

Color convert

RGB198189192-
CMYK00.050.030.22
HSL340º7.32%75.88%-
HSV(B)340º4.55%77.65%-
XYZ5152.2157.26-
YUV192.03127.98132.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.20%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 192 (75.39% from 255) = 33.16%
R=34.20%
G=32.64%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818919200.050.030.223407.3275.88
HexC6BDC00531615474c
Octal306275300053265247114
Binary110001101011110111000000010111101101010101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BDC0; }

 p { color: rgb(198,189,192); }

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

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

 a { background-color: rgb(198,189,192); }

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

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

 span { border-color: rgb(198,189,192); }

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