#C2BAEC

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

Shades of Melrose #C2BAEC

Tints of Melrose #C2BAEC

Color information

#C2BAEC (or 0xC2BAEC) is unknown color: approx Melrose. HEX triplet: C2, BA and EC. RGB value is (194,186,236). Sum of RGB (Red+Green+Blue) = 194+186+236=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BAEC is #3D4513. Grayscale: #C1C1C1. Windows color (decimal): -4015380 or 15514306. OLE color: 15514306.

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

Color convert

RGB194186236-
CMYK0.180.2100.07
HSL249.6º56.82%82.75%-
HSV(B)249.6º21.19%92.55%-
XYZ54.9552.6486.62-
YUV194.09151.65127.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.49%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=31.49%
G=30.19%
B=38.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941862360.180.2100.07249.656.8282.75
HexC2BAEC121507fa3953
Octal30227235422250737271123
Binary11000010101110101110110010010101010111111110101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAEC; }

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

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

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

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

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

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

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

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