#BE97B1

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

Shades of Lily #BE97B1

Tints of Lily #BE97B1

Color information

#BE97B1 (or 0xBE97B1) is unknown color: approx Lily. HEX triplet: BE, 97 and B1. RGB value is (190,151,177). Sum of RGB (Red+Green+Blue) = 190+151+177=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BE97B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE97B1 is #41684E. Grayscale: #A5A5A5. Windows color (decimal): -4286543 or 11638718. OLE color: 11638718.

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

Color convert

RGB190151177-
CMYK00.210.070.25
HSL320º23.08%66.86%-
HSV(B)320º20.53%74.51%-
XYZ40.2436.2546.47-
YUV165.62134.42145.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 151 (59.38% from 255) = 29.15%
BLUE value IS 177 (69.53% from 255) = 34.17%
R=36.68%
G=29.15%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015117700.210.070.2532023.0866.86
HexBE97B10157191401743
Octal27622726102573150027103
Binary10111110100101111011000101010111111001101000000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE97B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE97B1; }

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

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

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

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

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

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

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

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