#E9BFBC

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

Shades of Beauty Bush #E9BFBC

Tints of Beauty Bush #E9BFBC

Color information

#E9BFBC (or 0xE9BFBC) is unknown color: approx Beauty Bush. HEX triplet: E9, BF and BC. RGB value is (233,191,188). Sum of RGB (Red+Green+Blue) = 233+191+188=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BFBC is #164043. Grayscale: #CBCBCB. Windows color (decimal): -1458244 or 12369897. OLE color: 12369897.

HSL color Cylindrical-coordinate representation of color #E9BFBC: hue angle of 4º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9BFBC is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB233191188-
CMYK00.180.190.09
HSL50.56%82.55%-
HSV(B)19.31%91.37%-
XYZ61.3158.2255.58-
YUV203.22119.41149.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.07%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 188 (73.83% from 255) = 30.72%
R=38.07%
G=31.21%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319118800.180.190.09450.5682.55
HexE9BFBC01213943353
Octal3512772740222311463123
Binary1110100110111111101111000100101001110011001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BFBC; }

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

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

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

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

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

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

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

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