#EDBBB2

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

Shades of Beauty Bush #EDBBB2

Tints of Beauty Bush #EDBBB2

Color information

#EDBBB2 (or 0xEDBBB2) is unknown color: approx Beauty Bush. HEX triplet: ED, BB and B2. RGB value is (237,187,178). Sum of RGB (Red+Green+Blue) = 237+187+178=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBBB2 is #12444D. Grayscale: #C9C9C9. Windows color (decimal): -1197134 or 11713517. OLE color: 11713517.

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

Color convert

RGB237187178-
CMYK00.210.250.07
HSL9.15º62.11%81.37%-
HSV(B)9.15º24.89%92.94%-
XYZ60.7356.7649.87-
YUV200.92115.06153.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.37%
GREEN value IS 187 (73.44% from 255) = 31.06%
BLUE value IS 178 (69.92% from 255) = 29.57%
R=39.37%
G=31.06%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718717800.210.250.079.1562.1181.37
HexEDBBB201519793e51
Octal3552732620253171176121
Binary1110110110111011101100100101011100111110011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBB2; }

 p { color: rgb(237,187,178); }

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

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

 a { background-color: rgb(237,187,178); }

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

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

 span { border-color: rgb(237,187,178); }

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