#E8BDBC

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

Shades of Beauty Bush #E8BDBC

Tints of Beauty Bush #E8BDBC

Color information

#E8BDBC (or 0xE8BDBC) is unknown color: approx Beauty Bush. HEX triplet: E8, BD and BC. RGB value is (232,189,188). Sum of RGB (Red+Green+Blue) = 232+189+188=609 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.10% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDBC is #174243. Grayscale: #C9C9C9. Windows color (decimal): -1524292 or 12369384. OLE color: 12369384.

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

Color convert

RGB232189188-
CMYK00.190.190.09
HSL1.36º48.89%82.35%-
HSV(B)1.36º18.97%90.98%-
XYZ60.5557.1855.42-
YUV201.74120.25149.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.10%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 188 (73.83% from 255) = 30.87%
R=38.10%
G=31.03%
B=30.87%

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
Decimal23218918800.190.190.091.3648.8982.35
HexE8BDBC01313913152
Octal3502752740232311161122
Binary11101000101111011011110001001110011100111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDBC; }

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

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

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

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

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

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

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

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