#C4BAEC

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

Shades of Melrose #C4BAEC

Tints of Melrose #C4BAEC

Color information

#C4BAEC (or 0xC4BAEC) is unknown color: approx Melrose. HEX triplet: C4, BA and EC. RGB value is (196,186,236). Sum of RGB (Red+Green+Blue) = 196+186+236=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 186 (73.05% from 255 or 30.10% 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 #C4BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BAEC is #3B4513. Grayscale: #C2C2C2. Windows color (decimal): -3884308 or 15514308. OLE color: 15514308.

HSL color Cylindrical-coordinate representation of color #C4BAEC: hue angle of 252º 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 #C4BAEC is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196186236-
CMYK0.170.2100.07
HSL252º56.82%82.75%-
HSV(B)252º21.19%92.55%-
XYZ55.4652.9186.65-
YUV194.69151.31128.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.72%
GREEN value IS 186 (73.05% from 255) = 30.10%
BLUE value IS 236 (92.58% from 255) = 38.19%
R=31.72%
G=30.10%
B=38.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961862360.170.2100.0725256.8282.75
HexC4BAEC111507fc3953
Octal30427235421250737471123
Binary11000100101110101110110010001101010111111111001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BAEC; }

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

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

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

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

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

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

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

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