#BE97AC

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

Shades of Lily #BE97AC

Tints of Lily #BE97AC

Color information

#BE97AC (or 0xBE97AC) is unknown color: approx Lily. HEX triplet: BE, 97 and AC. RGB value is (190,151,172). Sum of RGB (Red+Green+Blue) = 190+151+172=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 190 - color contains mainly: red. Hex color #BE97AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE97AC is #416853. Grayscale: #A5A5A5. Windows color (decimal): -4286548 or 11311038. OLE color: 11311038.

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

Color convert

RGB190151172-
CMYK00.210.090.25
HSL327.69º23.08%66.86%-
HSV(B)327.69º20.53%74.51%-
XYZ39.7536.0643.89-
YUV165.06131.92145.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 151 (59.38% from 255) = 29.43%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=37.04%
G=29.43%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015117200.210.090.25327.6923.0866.86
HexBE97AC0159191481743
Octal276227254025113151027103
Binary101111101001011110101100010101100111001101001000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE97AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE97AC; }

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

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

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

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

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

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

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

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