#E7BDBC

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

Shades of Beauty Bush #E7BDBC

Tints of Beauty Bush #E7BDBC

Color information

#E7BDBC (or 0xE7BDBC) is unknown color: approx Beauty Bush. HEX triplet: E7, BD and BC. RGB value is (231,189,188). Sum of RGB (Red+Green+Blue) = 231+189+188=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDBC is #184243. Grayscale: #C9C9C9. Windows color (decimal): -1589828 or 12369383. OLE color: 12369383.

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

Color convert

RGB231189188-
CMYK00.180.190.09
HSL1.4º47.25%82.16%-
HSV(B)1.4º18.61%90.59%-
XYZ60.2357.0155.41-
YUV201.44120.41149.08-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.99%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 188 (73.83% from 255) = 30.92%
R=37.99%
G=31.09%
B=30.92%

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
Decimal23118918800.180.190.091.447.2582.16
HexE7BDBC01213912f52
Octal3472752740222311157122
Binary11100111101111011011110001001010011100111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDBC; }

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

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

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

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

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

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

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

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