#E9BAC0

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

Shades of Melanie #E9BAC0

Tints of Melanie #E9BAC0

Color information

#E9BAC0 (or 0xE9BAC0) is unknown color: approx Melanie. HEX triplet: E9, BA and C0. RGB value is (233,186,192). Sum of RGB (Red+Green+Blue) = 233+186+192=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BAC0 is #16453F. Grayscale: #C8C8C8. Windows color (decimal): -1459520 or 12630761. OLE color: 12630761.

HSL color Cylindrical-coordinate representation of color #E9BAC0: hue angle of 352.34º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9BAC0 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB233186192-
CMYK00.200.180.09
HSL352.34º51.65%82.16%-
HSV(B)352.34º20.17%91.37%-
XYZ60.6856.2557.53-
YUV200.74123.07151.01-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.13%
GREEN value IS 186 (73.05% from 255) = 30.44%
BLUE value IS 192 (75.39% from 255) = 31.42%
R=38.13%
G=30.44%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318619200.200.180.09352.3451.6582.16
HexE9BAC00141291603452
Octal351272300024221154064122
Binary1110100110111010110000000101001001010011011000001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BAC0; }

 p { color: rgb(233,186,192); }

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

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

 a { background-color: rgb(233,186,192); }

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

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

 span { border-color: rgb(233,186,192); }

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