#BE97B4

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

Shades of Lily #BE97B4

Tints of Lily #BE97B4

Color information

#BE97B4 (or 0xBE97B4) is unknown color: approx Lily. HEX triplet: BE, 97 and B4. RGB value is (190,151,180). Sum of RGB (Red+Green+Blue) = 190+151+180=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BE97B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE97B4 is #41684B. Grayscale: #A5A5A5. Windows color (decimal): -4286540 or 11835326. OLE color: 11835326.

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

Color convert

RGB190151180-
CMYK00.210.050.25
HSL315.38º23.08%66.86%-
HSV(B)315.38º20.53%74.51%-
XYZ40.5436.3848.06-
YUV165.97135.92145.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 151 (59.38% from 255) = 28.98%
BLUE value IS 180 (70.70% from 255) = 34.55%
R=36.47%
G=28.98%
B=34.55%

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
Decimal19015118000.210.050.25315.3823.0866.86
HexBE97B401551913b1743
Octal27622726402553147327103
Binary10111110100101111011010001010110111001100111011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE97B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE97B4; }

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

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

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

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

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

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

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

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