#EBC0BC

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

Shades of Beauty Bush #EBC0BC

Tints of Beauty Bush #EBC0BC

Color information

#EBC0BC (or 0xEBC0BC) is unknown color: approx Beauty Bush. HEX triplet: EB, C0 and BC. RGB value is (235,192,188). Sum of RGB (Red+Green+Blue) = 235+192+188=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0BC is #143F43. Grayscale: #CCCCCC. Windows color (decimal): -1326916 or 12370155. OLE color: 12370155.

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

Color convert

RGB235192188-
CMYK00.180.20.08
HSL5.11º54.02%82.94%-
HSV(B)5.11º20%92.16%-
XYZ62.1958.9955.69-
YUV204.4118.75149.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 192 (75.39% from 255) = 31.22%
BLUE value IS 188 (73.83% from 255) = 30.57%
R=38.21%
G=31.22%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519218800.180.20.085.1154.0282.94
HexEBC0BC01214853653
Octal3533002740222410566123
Binary1110101111000000101111000100101010010001011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0BC; }

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

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

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

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

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

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

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

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