#E2BEBC

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

Shades of Beauty Bush #E2BEBC

Tints of Beauty Bush #E2BEBC

Color information

#E2BEBC (or 0xE2BEBC) is unknown color: approx Beauty Bush. HEX triplet: E2, BE and BC. RGB value is (226,190,188). Sum of RGB (Red+Green+Blue) = 226+190+188=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BEBC is #1D4143. Grayscale: #C8C8C8. Windows color (decimal): -1917252 or 12369634. OLE color: 12369634.

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

Color convert

RGB226190188-
CMYK00.160.170.11
HSL3.16º39.58%81.18%-
HSV(B)3.16º16.81%88.63%-
XYZ58.8556.6355.4-
YUV200.54120.93146.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.42%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=37.42%
G=31.46%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619018800.160.170.113.1639.5881.18
HexE2BEBC01011B32851
Octal3422762740202113350121
Binary111000101011111010111100010000100011011111010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BEBC; }

 p { color: rgb(226,190,188); }

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

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

 a { background-color: rgb(226,190,188); }

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

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

 span { border-color: rgb(226,190,188); }

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