#EBBFBE

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

Shades of Beauty Bush #EBBFBE

Tints of Beauty Bush #EBBFBE

Color information

#EBBFBE (or 0xEBBFBE) is unknown color: approx Beauty Bush. HEX triplet: EB, BF and BE. RGB value is (235,191,190). Sum of RGB (Red+Green+Blue) = 235+191+190=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFBE is #144041. Grayscale: #CCCCCC. Windows color (decimal): -1327170 or 12500971. OLE color: 12500971.

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

Color convert

RGB235191190-
CMYK00.190.190.08
HSL1.33º52.94%83.33%-
HSV(B)1.33º19.15%92.16%-
XYZ62.1958.6456.76-
YUV204.04120.08150.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 191 (75% from 255) = 31.01%
BLUE value IS 190 (74.61% from 255) = 30.84%
R=38.15%
G=31.01%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519119000.190.190.081.3352.9483.33
HexEBBFBE01313813553
Octal3532772760232310165123
Binary11101011101111111011111001001110011100011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFBE; }

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

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

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

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

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

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

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

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