#E6BAC5

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

Shades of Melanie #E6BAC5

Tints of Melanie #E6BAC5

Color information

#E6BAC5 (or 0xE6BAC5) is unknown color: approx Melanie. HEX triplet: E6, BA and C5. RGB value is (230,186,197). Sum of RGB (Red+Green+Blue) = 230+186+197=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAC5 is #19453A. Grayscale: #C8C8C8. Windows color (decimal): -1656123 or 12958438. OLE color: 12958438.

HSL color Cylindrical-coordinate representation of color #E6BAC5: hue angle of 345º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BAC5 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB230186197-
CMYK00.190.140.10
HSL345º46.81%81.57%-
HSV(B)345º19.13%90.2%-
XYZ60.2755.9760.45-
YUV200.41126.08149.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.52%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 197 (77.34% from 255) = 32.14%
R=37.52%
G=30.34%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018619700.190.140.1034546.8181.57
HexE6BAC5013EA1592f52
Octal346272305023161253157122
Binary111001101011101011000101010011111010101010110011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BAC5; }

 p { color: rgb(230,186,197); }

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

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

 a { background-color: rgb(230,186,197); }

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

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

 span { border-color: rgb(230,186,197); }

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