#C2BDEF

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

Shades of Melrose #C2BDEF

Tints of Melrose #C2BDEF

Color information

#C2BDEF (or 0xC2BDEF) is unknown color: approx Melrose. HEX triplet: C2, BD and EF. RGB value is (194,189,239). Sum of RGB (Red+Green+Blue) = 194+189+239=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BDEF is #3D4210. Grayscale: #C3C3C3. Windows color (decimal): -4014609 or 15711682. OLE color: 15711682.

HSL color Cylindrical-coordinate representation of color #C2BDEF: hue angle of 246º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2BDEF is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB194189239-
CMYK0.190.2100.06
HSL246º60.98%83.92%-
HSV(B)246º20.92%93.73%-
XYZ56.0354.189.15-
YUV196.2152.16126.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.19%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 239 (93.75% from 255) = 38.42%
R=31.19%
G=30.39%
B=38.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1941892390.190.2100.0624660.9883.92
HexC2BDEF131506f63d54
Octal30227535723250636675124
Binary11000010101111011110111110011101010110111101101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDEF; }

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

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

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

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

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

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

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

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