#C2BDE7

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

Shades of Melrose #C2BDE7

Tints of Melrose #C2BDE7

Color information

#C2BDE7 (or 0xC2BDE7) is unknown color: approx Melrose. HEX triplet: C2, BD and E7. RGB value is (194,189,231). Sum of RGB (Red+Green+Blue) = 194+189+231=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 231 - color contains mainly: blue. Hex color #C2BDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BDE7 is #3D4218. Grayscale: #C3C3C3. Windows color (decimal): -4014617 or 15187394. OLE color: 15187394.

HSL color Cylindrical-coordinate representation of color #C2BDE7: hue angle of 247.14º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2BDE7 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB194189231-
CMYK0.160.1800.09
HSL247.14º46.67%82.35%-
HSV(B)247.14º18.18%90.59%-
XYZ54.8753.6383.06-
YUV195.28148.16127.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.60%
GREEN value IS 189 (74.22% from 255) = 30.78%
BLUE value IS 231 (90.62% from 255) = 37.62%
R=31.60%
G=30.78%
B=37.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1941892310.160.1800.09247.1446.6782.35
HexC2BDE7101209f72f52
Octal302275347202201136757122
Binary110000101011110111100111100001001001001111101111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDE7; }

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

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

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

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

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

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

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

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