#BE97AB

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

Shades of Lily #BE97AB

Tints of Lily #BE97AB

Color information

#BE97AB (or 0xBE97AB) is unknown color: approx Lily. HEX triplet: BE, 97 and AB. RGB value is (190,151,171). Sum of RGB (Red+Green+Blue) = 190+151+171=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BE97AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE97AB is #416854. Grayscale: #A4A4A4. Windows color (decimal): -4286549 or 11245502. OLE color: 11245502.

HSL color Cylindrical-coordinate representation of color #BE97AB: hue angle of 329.23º 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 #BE97AB is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB190151171-
CMYK00.210.100.25
HSL329.23º23.08%66.86%-
HSV(B)329.23º20.53%74.51%-
XYZ39.6536.0243.39-
YUV164.94131.42145.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 151 (59.38% from 255) = 29.49%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=37.11%
G=29.49%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015117100.210.100.25329.2323.0866.86
HexBE97AB015A191491743
Octal276227253025123151127103
Binary101111101001011110101011010101101011001101001001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE97AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE97AB; }

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

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

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

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

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

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

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

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