#BE91AF

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

Shades of Lily #BE91AF

Tints of Lily #BE91AF

Color information

#BE91AF (or 0xBE91AF) is unknown color: approx Lily. HEX triplet: BE, 91 and AF. RGB value is (190,145,175). Sum of RGB (Red+Green+Blue) = 190+145+175=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BE91AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE91AF is #416E50. Grayscale: #A1A1A1. Windows color (decimal): -4288081 or 11506110. OLE color: 11506110.

HSL color Cylindrical-coordinate representation of color #BE91AF: hue angle of 320º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE91AF is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB190145175-
CMYK00.240.080.25
HSL320º25.71%65.69%-
HSV(B)320º23.68%74.51%-
XYZ39.134.2945.12-
YUV161.87135.41148.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 145 (57.03% from 255) = 28.43%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=37.25%
G=28.43%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014517500.240.080.2532025.7165.69
HexBE91AF0188191401a42
Octal276221257030103150032102
Binary101111101001000110101111011000100011001101000000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE91AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE91AF; }

 p { color: rgb(190,145,175); }

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

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

 a { background-color: rgb(190,145,175); }

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

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

 span { border-color: rgb(190,145,175); }

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