#E8BDBB

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

Shades of Beauty Bush #E8BDBB

Tints of Beauty Bush #E8BDBB

Color information

#E8BDBB (or 0xE8BDBB) is unknown color: approx Beauty Bush. HEX triplet: E8, BD and BB. RGB value is (232,189,187). Sum of RGB (Red+Green+Blue) = 232+189+187=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDBB is #174244. Grayscale: #C9C9C9. Windows color (decimal): -1524293 or 12303848. OLE color: 12303848.

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

Color convert

RGB232189187-
CMYK00.190.190.09
HSL2.67º49.45%82.16%-
HSV(B)2.67º19.4%90.98%-
XYZ60.4557.1454.86-
YUV201.63119.75149.66-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.16%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=38.16%
G=31.09%
B=30.76%

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
Decimal23218918700.190.190.092.6749.4582.16
HexE8BDBB01313933152
Octal3502752730232311361122
Binary111010001011110110111011010011100111001111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDBB; }

 p { color: rgb(232,189,187); }

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

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

 a { background-color: rgb(232,189,187); }

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

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

 span { border-color: rgb(232,189,187); }

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