#E9BDBA

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

Shades of Beauty Bush #E9BDBA

Tints of Beauty Bush #E9BDBA

Color information

#E9BDBA (or 0xE9BDBA) is unknown color: approx Beauty Bush. HEX triplet: E9, BD and BA. RGB value is (233,189,186). Sum of RGB (Red+Green+Blue) = 233+189+186=608 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.32% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDBA is #164245. Grayscale: #C9C9C9. Windows color (decimal): -1458758 or 12238313. OLE color: 12238313.

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

Color convert

RGB233189186-
CMYK00.190.200.09
HSL3.83º51.65%82.16%-
HSV(B)3.83º20.17%91.37%-
XYZ60.6657.2654.31-
YUV201.81119.08150.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.32%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=38.32%
G=31.09%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318918600.190.200.093.8351.6582.16
HexE9BDBA01314943452
Octal3512752720232411464122
Binary1110100110111101101110100100111010010011001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BDBA; }

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

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

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

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

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

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

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

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