#BE93AB

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

Shades of Lily #BE93AB

Tints of Lily #BE93AB

Color information

#BE93AB (or 0xBE93AB) is unknown color: approx Lily. HEX triplet: BE, 93 and AB. RGB value is (190,147,171). Sum of RGB (Red+Green+Blue) = 190+147+171=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BE93AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE93AB is #416C54. Grayscale: #A2A2A2. Windows color (decimal): -4287573 or 11244478. OLE color: 11244478.

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

Color convert

RGB190147171-
CMYK00.230.100.25
HSL326.51º24.86%66.08%-
HSV(B)326.51º22.63%74.51%-
XYZ39.0234.7543.18-
YUV162.59132.75147.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=37.40%
G=28.94%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014717100.230.100.25326.5124.8666.08
HexBE93AB017A191471942
Octal276223253027123150731102
Binary101111101001001110101011010111101011001101000111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE93AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE93AB; }

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

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

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

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

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

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

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

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