#C6BDE2

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

Shades of Melrose #C6BDE2

Tints of Melrose #C6BDE2

Color information

#C6BDE2 (or 0xC6BDE2) is unknown color: approx Melrose. HEX triplet: C6, BD and E2. RGB value is (198,189,226). Sum of RGB (Red+Green+Blue) = 198+189+226=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 226 (88.67% from 255 or 36.87% from 613); Max value from RGB is 226 - color contains mainly: blue. Hex color #C6BDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDE2 is #39421D. Grayscale: #C3C3C3. Windows color (decimal): -3752478 or 14859718. OLE color: 14859718.

HSL color Cylindrical-coordinate representation of color #C6BDE2: hue angle of 254.59º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6BDE2 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB198189226-
CMYK0.120.1600.11
HSL254.59º38.95%81.37%-
HSV(B)254.59º16.37%88.63%-
XYZ55.2153.8979.44-
YUV195.91144.98129.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.30%
GREEN value IS 189 (74.22% from 255) = 30.83%
BLUE value IS 226 (88.67% from 255) = 36.87%
R=32.30%
G=30.83%
B=36.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1981892260.120.1600.11254.5938.9581.37
HexC6BDE2C100Bff2751
Octal306275342142001337747121
Binary11000110101111011110001011001000001011111111111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BDE2; }

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

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

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

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

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

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

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

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