#EBBFB8

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

Shades of Beauty Bush #EBBFB8

Tints of Beauty Bush #EBBFB8

Color information

#EBBFB8 (or 0xEBBFB8) is unknown color: approx Beauty Bush. HEX triplet: EB, BF and B8. RGB value is (235,191,184). Sum of RGB (Red+Green+Blue) = 235+191+184=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFB8 is #144047. Grayscale: #CBCBCB. Windows color (decimal): -1327176 or 12107755. OLE color: 12107755.

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

Color convert

RGB235191184-
CMYK00.190.220.08
HSL8.24º56.04%82.16%-
HSV(B)8.24º21.7%92.16%-
XYZ61.5458.3853.37-
YUV203.36117.08150.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 184 (72.27% from 255) = 30.16%
R=38.52%
G=31.31%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519118400.190.220.088.2456.0482.16
HexEBBFB801316883852
Octal35327727002326101070122
Binary11101011101111111011100001001110110100010001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFB8; }

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

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

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

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

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

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

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

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