#E9BDBC

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

Shades of Beauty Bush #E9BDBC

Tints of Beauty Bush #E9BDBC

Color information

#E9BDBC (or 0xE9BDBC) is unknown color: approx Beauty Bush. HEX triplet: E9, BD and BC. RGB value is (233,189,188). Sum of RGB (Red+Green+Blue) = 233+189+188=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDBC is #164243. Grayscale: #CACACA. Windows color (decimal): -1458756 or 12369385. OLE color: 12369385.

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

Color convert

RGB233189188-
CMYK00.190.190.09
HSL1.33º50.56%82.55%-
HSV(B)1.33º19.31%91.37%-
XYZ60.8857.3555.44-
YUV202.04120.08150.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.20%
GREEN value IS 189 (74.22% from 255) = 30.98%
BLUE value IS 188 (73.83% from 255) = 30.82%
R=38.20%
G=30.98%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318918800.190.190.091.3350.5682.55
HexE9BDBC01313913353
Octal3512752740232311163123
Binary11101001101111011011110001001110011100111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BDBC; }

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

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

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

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

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

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

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

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