#BE9FAB

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

Shades of Lily #BE9FAB

Tints of Lily #BE9FAB

Color information

#BE9FAB (or 0xBE9FAB) is unknown color: approx Lily. HEX triplet: BE, 9F and AB. RGB value is (190,159,171). Sum of RGB (Red+Green+Blue) = 190+159+171=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9FAB is #416054. Grayscale: #A9A9A9. Windows color (decimal): -4284501 or 11247550. OLE color: 11247550.

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

Color convert

RGB190159171-
CMYK00.160.100.25
HSL336.77º19.25%68.43%-
HSV(B)336.77º16.32%74.51%-
XYZ40.9838.6843.83-
YUV169.64128.77142.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=36.54%
G=30.58%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015917100.160.100.25336.7719.2568.43
HexBE9FAB010A191511344
Octal276237253020123152123104
Binary101111101001111110101011010000101011001101010001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FAB; }

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

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

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

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

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

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

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

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