#E3BDBC

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

Shades of Beauty Bush #E3BDBC

Tints of Beauty Bush #E3BDBC

Color information

#E3BDBC (or 0xE3BDBC) is unknown color: approx Beauty Bush. HEX triplet: E3, BD and BC. RGB value is (227,189,188). Sum of RGB (Red+Green+Blue) = 227+189+188=604 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.58% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BDBC is #1C4243. Grayscale: #C8C8C8. Windows color (decimal): -1851972 or 12369379. OLE color: 12369379.

HSL color Cylindrical-coordinate representation of color #E3BDBC: hue angle of 1.54º degrees, saturation: 0.41, 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 #E3BDBC is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB227189188-
CMYK00.170.170.11
HSL1.54º41.05%81.37%-
HSV(B)1.54º17.18%89.02%-
XYZ58.9556.3655.35-
YUV200.25121.09147.08-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.58%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=37.58%
G=31.29%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718918800.170.170.111.5441.0581.37
HexE3BDBC01111B22951
Octal3432752740212113251121
Binary111000111011110110111100010001100011011101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BDBC; }

 p { color: rgb(227,189,188); }

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

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

 a { background-color: rgb(227,189,188); }

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

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

 span { border-color: rgb(227,189,188); }

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