#BE99AC

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

Shades of Lily #BE99AC

Tints of Lily #BE99AC

Color information

#BE99AC (or 0xBE99AC) is unknown color: approx Lily. HEX triplet: BE, 99 and AC. RGB value is (190,153,172). Sum of RGB (Red+Green+Blue) = 190+153+172=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 190 - color contains mainly: red. Hex color #BE99AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE99AC is #416653. Grayscale: #A6A6A6. Windows color (decimal): -4286036 or 11311550. OLE color: 11311550.

HSL color Cylindrical-coordinate representation of color #BE99AC: hue angle of 329.19º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BE99AC is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB190153172-
CMYK00.190.090.25
HSL329.19º22.16%67.25%-
HSV(B)329.19º19.47%74.51%-
XYZ40.0736.7144-
YUV166.23131.26144.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 153 (60.16% from 255) = 29.71%
BLUE value IS 172 (67.58% from 255) = 33.40%
R=36.89%
G=29.71%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015317200.190.090.25329.1922.1667.25
HexBE99AC0139191491643
Octal276231254023113151126103
Binary101111101001100110101100010011100111001101001001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE99AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE99AC; }

 p { color: rgb(190,153,172); }

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

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

 a { background-color: rgb(190,153,172); }

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

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

 span { border-color: rgb(190,153,172); }

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