#E9BBBA

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

Shades of Beauty Bush #E9BBBA

Tints of Beauty Bush #E9BBBA

Color information

#E9BBBA (or 0xE9BBBA) is unknown color: approx Beauty Bush. HEX triplet: E9, BB and BA. RGB value is (233,187,186). Sum of RGB (Red+Green+Blue) = 233+187+186=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BBBA is #164445. Grayscale: #C8C8C8. Windows color (decimal): -1459270 or 12237801. OLE color: 12237801.

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

Color convert

RGB233187186-
CMYK00.200.200.09
HSL1.28º51.65%82.16%-
HSV(B)1.28º20.17%91.37%-
XYZ60.2456.4154.17-
YUV200.64119.74151.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.45%
GREEN value IS 187 (73.44% from 255) = 30.86%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=38.45%
G=30.86%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318718600.200.200.091.2851.6582.16
HexE9BBBA01414913452
Octal3512732720242411164122
Binary11101001101110111011101001010010100100111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BBBA; }

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

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

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

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

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

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

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

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