#EBBBBA

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

Shades of Beauty Bush #EBBBBA

Tints of Beauty Bush #EBBBBA

Color information

#EBBBBA (or 0xEBBBBA) is unknown color: approx Beauty Bush. HEX triplet: EB, BB and BA. RGB value is (235,187,186). Sum of RGB (Red+Green+Blue) = 235+187+186=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBBA is #144445. Grayscale: #C9C9C9. Windows color (decimal): -1328198 or 12237803. OLE color: 12237803.

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

Color convert

RGB235187186-
CMYK00.200.210.08
HSL1.22º55.06%82.55%-
HSV(B)1.22º20.85%92.16%-
XYZ60.8956.7554.2-
YUV201.24119.4152.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 187 (73.44% from 255) = 30.76%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=38.65%
G=30.76%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518718600.200.210.081.2255.0682.55
HexEBBBBA01415813753
Octal3532732720242510167123
Binary11101011101110111011101001010010101100011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBBA; }

 p { color: rgb(235,187,186); }

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

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

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

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

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

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

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