#BE97B5

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

Shades of Lily #BE97B5

Tints of Lily #BE97B5

Color information

#BE97B5 (or 0xBE97B5) is unknown color: approx Lily. HEX triplet: BE, 97 and B5. RGB value is (190,151,181). Sum of RGB (Red+Green+Blue) = 190+151+181=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BE97B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE97B5 is #41684A. Grayscale: #A5A5A5. Windows color (decimal): -4286539 or 11900862. OLE color: 11900862.

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

Color convert

RGB190151181-
CMYK00.210.050.25
HSL313.85º23.08%66.86%-
HSV(B)313.85º20.53%74.51%-
XYZ40.6436.4248.6-
YUV166.08136.42145.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 151 (59.38% from 255) = 28.93%
BLUE value IS 181 (71.09% from 255) = 34.67%
R=36.40%
G=28.93%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015118100.210.050.25313.8523.0866.86
HexBE97B501551913a1743
Octal27622726502553147227103
Binary10111110100101111011010101010110111001100111010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE97B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE97B5; }

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

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

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

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

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

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

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

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