Html Css Color HEX #E6BAC2 Melanie

📋 copy color: '#E6BAC2'

red 230 ◦ green 186 ◦ blue 194

#E6BAC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanie #E6BAC2

Tints of Melanie #E6BAC2

RGB

 RED value IS 230 (90.23% from 255) = 37.7%

 GREEN value IS 186 (73.05% from 255) = 30.49%

 BLUE value IS 194 (76.17% from 255) = 31.8%

R = 37.7%
G = 30.49%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E6BAC2 (or 0xE6BAC2) is known color: 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

RGB 230 186 194 -
CMYK 0 0.19 0.16 0.10
HSL 349.09º 0.47% 0.82% -
HSV(B) 349.09º 0.19% 0.9% -
XYZ 59.93 55.84 58.66 -
YUV 200.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 230 186 194 0 0.19 0.16 0.10 349.09 0.47 0.82
Hex E6 BA C2 0 13 10 A 15D 2F 52
Octal 346 272 302 0 23 20 12 535 57 122
Binary 11100110 10111010 11000010 0 10011 10000 1010 101011101 101111 1010010

Color Harmonies of #E6BAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BAC2

Black with #E6BAC2

Text Example


Text Example

White with #E6BAC2

Text Example


Text Example

HTML Codes & Css Web 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>