#BE9EAB

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

Shades of Lily #BE9EAB

Tints of Lily #BE9EAB

Color information

#BE9EAB (or 0xBE9EAB) is unknown color: approx Lily. HEX triplet: BE, 9E and AB. RGB value is (190,158,171). Sum of RGB (Red+Green+Blue) = 190+158+171=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9EAB is #416154. Grayscale: #A9A9A9. Windows color (decimal): -4284757 or 11247294. OLE color: 11247294.

HSL color Cylindrical-coordinate representation of color #BE9EAB: hue angle of 335.62º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BE9EAB is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB190158171-
CMYK00.170.100.25
HSL335.62º19.75%68.24%-
HSV(B)335.62º16.84%74.51%-
XYZ40.8138.3443.78-
YUV169.05129.1142.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 158 (62.11% from 255) = 30.44%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=36.61%
G=30.44%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015817100.170.100.25335.6219.7568.24
HexBE9EAB011A191501444
Octal276236253021123152024104
Binary101111101001111010101011010001101011001101010000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9EAB; }

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

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

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

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

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

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

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

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