#BE97B3

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

Shades of Lily #BE97B3

Tints of Lily #BE97B3

Color information

#BE97B3 (or 0xBE97B3) is unknown color: approx Lily. HEX triplet: BE, 97 and B3. RGB value is (190,151,179). Sum of RGB (Red+Green+Blue) = 190+151+179=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BE97B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE97B3 is #41684C. Grayscale: #A5A5A5. Windows color (decimal): -4286541 or 11769790. OLE color: 11769790.

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

Color convert

RGB190151179-
CMYK00.210.060.25
HSL316.92º23.08%66.86%-
HSV(B)316.92º20.53%74.51%-
XYZ40.4436.3447.53-
YUV165.85135.42145.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 151 (59.38% from 255) = 29.04%
BLUE value IS 179 (70.31% from 255) = 34.42%
R=36.54%
G=29.04%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015117900.210.060.25316.9223.0866.86
HexBE97B301561913d1743
Octal27622726302563147527103
Binary10111110100101111011001101010111011001100111101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE97B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE97B3; }

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

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

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

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

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

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

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

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