#C6BCDE

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

Shades of Melrose #C6BCDE

Tints of Melrose #C6BCDE

Color information

#C6BCDE (or 0xC6BCDE) is unknown color: approx Melrose. HEX triplet: C6, BC and DE. RGB value is (198,188,222). Sum of RGB (Red+Green+Blue) = 198+188+222=608 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.57% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6BCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCDE is #394321. Grayscale: #C2C2C2. Windows color (decimal): -3752738 or 14597318. OLE color: 14597318.

HSL color Cylindrical-coordinate representation of color #C6BCDE: hue angle of 257.65º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6BCDE is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198188222-
CMYK0.110.1500.13
HSL257.65º34%80.39%-
HSV(B)257.65º15.32%87.06%-
XYZ54.4653.2576.51-
YUV194.87143.31130.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.57%
GREEN value IS 188 (73.83% from 255) = 30.92%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=32.57%
G=30.92%
B=36.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981882220.110.1500.13257.653480.39
HexC6BCDEBF0D1022250
Octal306274336131701540242120
Binary11000110101111001101111010111111011011000000101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCDE; }

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

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

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

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

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

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

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

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