#EBC2BC

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

Shades of Beauty Bush #EBC2BC

Tints of Beauty Bush #EBC2BC

Color information

#EBC2BC (or 0xEBC2BC) is unknown color: approx Beauty Bush. HEX triplet: EB, C2 and BC. RGB value is (235,194,188). Sum of RGB (Red+Green+Blue) = 235+194+188=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2BC is #143D43. Grayscale: #CDCDCD. Windows color (decimal): -1326404 or 12370667. OLE color: 12370667.

HSL color Cylindrical-coordinate representation of color #EBC2BC: hue angle of 7.66º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBC2BC is Cyan = 0, Magento = 0.17, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB235194188-
CMYK00.170.20.08
HSL7.66º54.02%82.94%-
HSV(B)7.66º20%92.16%-
XYZ62.6359.8855.83-
YUV205.58118.08148.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 194 (76.17% from 255) = 31.44%
BLUE value IS 188 (73.83% from 255) = 30.47%
R=38.09%
G=31.44%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519418800.170.20.087.6654.0282.94
HexEBC2BC01114883653
Octal35330227402124101066123
Binary11101011110000101011110001000110100100010001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2BC; }

 p { color: rgb(235,194,188); }

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

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

 a { background-color: rgb(235,194,188); }

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

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

 span { border-color: rgb(235,194,188); }

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