#EBBBAF

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

Shades of Beauty Bush #EBBBAF

Tints of Beauty Bush #EBBBAF

Color information

#EBBBAF (or 0xEBBBAF) is unknown color: approx Beauty Bush. HEX triplet: EB, BB and AF. RGB value is (235,187,175). Sum of RGB (Red+Green+Blue) = 235+187+175=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBBAF is #144450. Grayscale: #C8C8C8. Windows color (decimal): -1328209 or 11516907. OLE color: 11516907.

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

Color convert

RGB235187175-
CMYK00.200.260.08
HSL12º60%80.39%-
HSV(B)12º25.53%92.16%-
XYZ59.7756.348.27-
YUV199.98113.9152.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 187 (73.44% from 255) = 31.32%
BLUE value IS 175 (68.75% from 255) = 29.31%
R=39.36%
G=31.32%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518717500.200.260.08126080.39
HexEBBBAF0141A8c3c50
Octal35327325702432101474120
Binary11101011101110111010111101010011010100011001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBAF; }

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

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

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

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

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

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

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

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