#EDBCB6

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

Shades of Beauty Bush #EDBCB6

Tints of Beauty Bush #EDBCB6

Color information

#EDBCB6 (or 0xEDBCB6) is unknown color: approx Beauty Bush. HEX triplet: ED, BC and B6. RGB value is (237,188,182). Sum of RGB (Red+Green+Blue) = 237+188+182=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCB6 is #124349. Grayscale: #CACACA. Windows color (decimal): -1196874 or 11975917. OLE color: 11975917.

HSL color Cylindrical-coordinate representation of color #EDBCB6: hue angle of 6.55º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDBCB6 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB237188182-
CMYK00.210.230.07
HSL6.55º60.44%82.16%-
HSV(B)6.55º23.21%92.94%-
XYZ61.3557.3552.09-
YUV201.97116.73152.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 182 (71.48% from 255) = 29.98%
R=39.04%
G=30.97%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718818200.210.230.076.5560.4482.16
HexEDBCB601517773c52
Octal355274266025277774122
Binary111011011011110010110110010101101111111111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCB6; }

 p { color: rgb(237,188,182); }

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

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

 a { background-color: rgb(237,188,182); }

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

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

 span { border-color: rgb(237,188,182); }

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