#C2BDED

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

Shades of Melrose #C2BDED

Tints of Melrose #C2BDED

Color information

#C2BDED (or 0xC2BDED) is unknown color: approx Melrose. HEX triplet: C2, BD and ED. RGB value is (194,189,237). Sum of RGB (Red+Green+Blue) = 194+189+237=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2BDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BDED is #3D4212. Grayscale: #C3C3C3. Windows color (decimal): -4014611 or 15580610. OLE color: 15580610.

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

Color convert

RGB194189237-
CMYK0.180.2000.07
HSL246.25º57.14%83.53%-
HSV(B)246.25º20.25%92.94%-
XYZ55.7353.9887.6-
YUV195.97151.16126.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.29%
GREEN value IS 189 (74.22% from 255) = 30.48%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=31.29%
G=30.48%
B=38.23%

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
Decimal1941892370.180.2000.07246.2557.1483.53
HexC2BDED121407f63954
Octal30227535522240736671124
Binary11000010101111011110110110010101000111111101101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDED; }

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

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

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

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

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

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

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

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