#C2BDEA

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

Shades of Melrose #C2BDEA

Tints of Melrose #C2BDEA

Color information

#C2BDEA (or 0xC2BDEA) is unknown color: approx Melrose. HEX triplet: C2, BD and EA. RGB value is (194,189,234). Sum of RGB (Red+Green+Blue) = 194+189+234=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BDEA is #3D4215. Grayscale: #C3C3C3. Windows color (decimal): -4014614 or 15384002. OLE color: 15384002.

HSL color Cylindrical-coordinate representation of color #C2BDEA: hue angle of 246.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2BDEA is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194189234-
CMYK0.170.1900.08
HSL246.67º51.72%82.94%-
HSV(B)246.67º19.23%91.76%-
XYZ55.353.8185.31-
YUV195.62149.66126.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.44%
GREEN value IS 189 (74.22% from 255) = 30.63%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=31.44%
G=30.63%
B=37.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941892340.170.1900.08246.6751.7282.94
HexC2BDEA111308f73453
Octal302275352212301036764123
Binary110000101011110111101010100011001101000111101111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDEA; }

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

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

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

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

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

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

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

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