#E7BABC

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

Shades of Blossom #E7BABC

Tints of Blossom #E7BABC

Color information

#E7BABC (or 0xE7BABC) is unknown color: approx Blossom. HEX triplet: E7, BA and BC. RGB value is (231,186,188). Sum of RGB (Red+Green+Blue) = 231+186+188=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BABC is #184543. Grayscale: #C7C7C7. Windows color (decimal): -1590596 or 12368615. OLE color: 12368615.

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

Color convert

RGB231186188-
CMYK00.190.190.09
HSL357.33º48.39%81.76%-
HSV(B)357.33º19.48%90.59%-
XYZ59.5955.7455.19-
YUV199.68121.41150.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.18%
GREEN value IS 186 (73.05% from 255) = 30.74%
BLUE value IS 188 (73.83% from 255) = 31.07%
R=38.18%
G=30.74%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118618800.190.190.09357.3348.3981.76
HexE7BABC0131391653052
Octal347272274023231154560122
Binary1110011110111010101111000100111001110011011001011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BABC; }

 p { color: rgb(231,186,188); }

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

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

 a { background-color: rgb(231,186,188); }

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

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

 span { border-color: rgb(231,186,188); }

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