#E9BABC

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

Shades of Blossom #E9BABC

Tints of Blossom #E9BABC

Color information

#E9BABC (or 0xE9BABC) is unknown color: approx Blossom. HEX triplet: E9, BA and BC. RGB value is (233,186,188). Sum of RGB (Red+Green+Blue) = 233+186+188=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BABC is #164543. Grayscale: #C8C8C8. Windows color (decimal): -1459524 or 12368617. OLE color: 12368617.

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

Color convert

RGB233186188-
CMYK00.200.190.09
HSL357.45º51.65%82.16%-
HSV(B)357.45º20.17%91.37%-
XYZ60.2456.0755.22-
YUV200.28121.07151.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.39%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 188 (73.83% from 255) = 30.97%
R=38.39%
G=30.64%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318618800.200.190.09357.4551.6582.16
HexE9BABC0141391653452
Octal351272274024231154564122
Binary1110100110111010101111000101001001110011011001011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BABC; }

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

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

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

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

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

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

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

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