#C2BCEC

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

Shades of Melrose #C2BCEC

Tints of Melrose #C2BCEC

Color information

#C2BCEC (or 0xC2BCEC) is unknown color: approx Melrose. HEX triplet: C2, BC and EC. RGB value is (194,188,236). Sum of RGB (Red+Green+Blue) = 194+188+236=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2BCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BCEC is #3D4313. Grayscale: #C3C3C3. Windows color (decimal): -4014868 or 15514818. OLE color: 15514818.

HSL color Cylindrical-coordinate representation of color #C2BCEC: hue angle of 247.5º degrees, saturation: 0.56, 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 #C2BCEC is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194188236-
CMYK0.180.2000.07
HSL247.5º55.81%83.14%-
HSV(B)247.5º20.34%92.55%-
XYZ55.3753.4986.76-
YUV195.27150.99127.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.39%
GREEN value IS 188 (73.83% from 255) = 30.42%
BLUE value IS 236 (92.58% from 255) = 38.19%
R=31.39%
G=30.42%
B=38.19%

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
Decimal1941882360.180.2000.07247.555.8183.14
HexC2BCEC121407f83853
Octal30227435422240737070123
Binary11000010101111001110110010010101000111111110001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCEC; }

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

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

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

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

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

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

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

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