#EBBCBC

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

Shades of Beauty Bush #EBBCBC

Tints of Beauty Bush #EBBCBC

Color information

#EBBCBC (or 0xEBBCBC) is unknown color: approx Beauty Bush. HEX triplet: EB, BC and BC. RGB value is (235,188,188). Sum of RGB (Red+Green+Blue) = 235+188+188=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCBC is #144343. Grayscale: #CACACA. Windows color (decimal): -1327940 or 12369131. OLE color: 12369131.

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

Color convert

RGB235188188-
CMYK00.20.20.08
HSL54.02%82.94%-
HSV(B)20%92.16%-
XYZ61.3257.2655.4-
YUV202.05120.07151.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 188 (73.83% from 255) = 30.77%
BLUE value IS 188 (73.83% from 255) = 30.77%
R=38.46%
G=30.77%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518818800.20.20.08054.0282.94
HexEBBCBC01414803653
Octal3532742740242410066123
Binary11101011101111001011110001010010100100001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCBC; }

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

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

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

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

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

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

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

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