#BE93B3

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

Shades of Lily #BE93B3

Tints of Lily #BE93B3

Color information

#BE93B3 (or 0xBE93B3) is unknown color: approx Lily. HEX triplet: BE, 93 and B3. RGB value is (190,147,179). Sum of RGB (Red+Green+Blue) = 190+147+179=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BE93B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93B3 is #416C4C. Grayscale: #A3A3A3. Windows color (decimal): -4287565 or 11768766. OLE color: 11768766.

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

Color convert

RGB190147179-
CMYK00.230.060.25
HSL315.35º24.86%66.08%-
HSV(B)315.35º22.63%74.51%-
XYZ39.8135.0747.32-
YUV163.5136.75146.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 147 (57.81% from 255) = 28.49%
BLUE value IS 179 (70.31% from 255) = 34.69%
R=36.82%
G=28.49%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014717900.230.060.25315.3524.8666.08
HexBE93B301761913b1942
Octal27622326302763147331102
Binary10111110100100111011001101011111011001100111011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE93B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE93B3; }

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

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

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

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

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

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

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

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