#BE93B1

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

Shades of Lily #BE93B1

Tints of Lily #BE93B1

Color information

#BE93B1 (or 0xBE93B1) is unknown color: approx Lily. HEX triplet: BE, 93 and B1. RGB value is (190,147,177). Sum of RGB (Red+Green+Blue) = 190+147+177=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BE93B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE93B1 is #416C4E. Grayscale: #A3A3A3. Windows color (decimal): -4287567 or 11637694. OLE color: 11637694.

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

Color convert

RGB190147177-
CMYK00.230.070.25
HSL318.14º24.86%66.08%-
HSV(B)318.14º22.63%74.51%-
XYZ39.634.9946.26-
YUV163.28135.75147.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 147 (57.81% from 255) = 28.60%
BLUE value IS 177 (69.53% from 255) = 34.44%
R=36.96%
G=28.60%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014717700.230.070.25318.1424.8666.08
HexBE93B101771913e1942
Octal27622326102773147631102
Binary10111110100100111011000101011111111001100111110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE93B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE93B1; }

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

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

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

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

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

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

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

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