#ebbfbb

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

Shades of Beauty Bush #EBBFBB

Tints of Beauty Bush #EBBFBB

Color information

#EBBFBB (or 0xEBBFBB) is unknown color: approx Beauty Bush. HEX triplet: EB, BF and BB. RGB value is (235,191,187). Sum of RGB (Red+Green+Blue) = 235+191+187=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFBB is #144044. Grayscale: #CBCBCB. Windows color (decimal): -1327173 or 12304363. OLE color: 12304363.

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

Color convert

RGB235191187-
CMYK00.190.200.08
HSL54.55%82.75%-
HSV(B)20.43%92.16%-
XYZ61.8658.5155.05-
YUV203.7118.58150.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 191 (75% from 255) = 31.16%
BLUE value IS 187 (73.44% from 255) = 30.51%
R=38.34%
G=31.16%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519118700.190.200.08554.5582.75
HexEBBFBB01314853753
Octal3532772730232410567123
Binary1110101110111111101110110100111010010001011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebbfbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebbfbb; }

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

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

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

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

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

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

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

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