#BE97B2

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

Shades of Lily #BE97B2

Tints of Lily #BE97B2

Color information

#BE97B2 (or 0xBE97B2) is unknown color: approx Lily. HEX triplet: BE, 97 and B2. RGB value is (190,151,178). Sum of RGB (Red+Green+Blue) = 190+151+178=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BE97B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE97B2 is #41684D. Grayscale: #A5A5A5. Windows color (decimal): -4286542 or 11704254. OLE color: 11704254.

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

Color convert

RGB190151178-
CMYK00.210.060.25
HSL318.46º23.08%66.86%-
HSV(B)318.46º20.53%74.51%-
XYZ40.3436.2947-
YUV165.74134.92145.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 151 (59.38% from 255) = 29.09%
BLUE value IS 178 (69.92% from 255) = 34.30%
R=36.61%
G=29.09%
B=34.30%

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
Decimal19015117800.210.060.25318.4623.0866.86
HexBE97B201561913e1743
Octal27622726202563147627103
Binary10111110100101111011001001010111011001100111110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE97B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE97B2; }

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

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

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

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

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

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

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

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