#E2BBBA

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

Shades of Beauty Bush #E2BBBA

Tints of Beauty Bush #E2BBBA

Color information

#E2BBBA (or 0xE2BBBA) is unknown color: approx Beauty Bush. HEX triplet: E2, BB and BA. RGB value is (226,187,186). Sum of RGB (Red+Green+Blue) = 226+187+186=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BBBA is #1D4445. Grayscale: #C6C6C6. Windows color (decimal): -1918022 or 12237794. OLE color: 12237794.

HSL color Cylindrical-coordinate representation of color #E2BBBA: hue angle of 1.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2BBBA is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB226187186-
CMYK00.170.180.11
HSL1.5º40.82%80.78%-
HSV(B)1.5º17.7%88.63%-
XYZ5855.2554.06-
YUV198.55120.92147.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.73%
GREEN value IS 187 (73.44% from 255) = 31.22%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=37.73%
G=31.22%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618718600.170.180.111.540.8280.78
HexE2BBBA01112B22951
Octal3422732720212213251121
Binary111000101011101110111010010001100101011101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BBBA; }

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

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

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

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

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

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

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

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