#EBBFBA

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

Shades of Beauty Bush #EBBFBA

Tints of Beauty Bush #EBBFBA

Color information

#EBBFBA (or 0xEBBFBA) is unknown color: approx Beauty Bush. HEX triplet: EB, BF and BA. RGB value is (235,191,186). Sum of RGB (Red+Green+Blue) = 235+191+186=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFBA is #144045. Grayscale: #CBCBCB. Windows color (decimal): -1327174 or 12238827. OLE color: 12238827.

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

Color convert

RGB235191186-
CMYK00.190.210.08
HSL6.12º55.06%82.55%-
HSV(B)6.12º20.85%92.16%-
XYZ61.7558.4754.49-
YUV203.59118.08150.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 186 (73.05% from 255) = 30.39%
R=38.40%
G=31.21%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519118600.190.210.086.1255.0682.55
HexEBBFBA01315863753
Octal3532772720232510667123
Binary1110101110111111101110100100111010110001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFBA; }

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

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

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

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

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

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

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

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