#C2BDEC

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

Shades of Melrose #C2BDEC

Tints of Melrose #C2BDEC

Color information

#C2BDEC (or 0xC2BDEC) is unknown color: approx Melrose. HEX triplet: C2, BD and EC. RGB value is (194,189,236). Sum of RGB (Red+Green+Blue) = 194+189+236=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BDEC is #3D4213. Grayscale: #C3C3C3. Windows color (decimal): -4014612 or 15515074. OLE color: 15515074.

HSL color Cylindrical-coordinate representation of color #C2BDEC: hue angle of 246.38º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2BDEC is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194189236-
CMYK0.180.2000.07
HSL246.38º55.29%83.33%-
HSV(B)246.38º19.92%92.55%-
XYZ55.5953.9286.83-
YUV195.85150.66126.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.34%
GREEN value IS 189 (74.22% from 255) = 30.53%
BLUE value IS 236 (92.58% from 255) = 38.13%
R=31.34%
G=30.53%
B=38.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941892360.180.2000.07246.3855.2983.33
HexC2BDEC121407f63753
Octal30227535422240736667123
Binary11000010101111011110110010010101000111111101101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDEC; }

 p { color: rgb(194,189,236); }

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

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

 a { background-color: rgb(194,189,236); }

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

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

 span { border-color: rgb(194,189,236); }

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