#E6BAC2

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

Shades of Melanie #E6BAC2

Tints of Melanie #E6BAC2

Color information

#E6BAC2 (or 0xE6BAC2) is unknown color: approx Melanie. HEX triplet: E6, BA and C2. RGB value is (230,186,194). Sum of RGB (Red+Green+Blue) = 230+186+194=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAC2 is #19453D. Grayscale: #C8C8C8. Windows color (decimal): -1656126 or 12761830. OLE color: 12761830.

HSL color Cylindrical-coordinate representation of color #E6BAC2: hue angle of 349.09º 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 #E6BAC2 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB230186194-
CMYK00.190.160.10
HSL349.09º46.81%81.57%-
HSV(B)349.09º19.13%90.2%-
XYZ59.9355.8458.66-
YUV200.07124.58149.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.70%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 194 (76.17% from 255) = 31.80%
R=37.70%
G=30.49%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018619400.190.160.10349.0946.8181.57
HexE6BAC201310A15d2f52
Octal346272302023201253557122
Binary1110011010111010110000100100111000010101010111011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BAC2; }

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

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

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

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

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

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

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

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