#BE9FB2

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

Shades of Lily #BE9FB2

Tints of Lily #BE9FB2

Color information

#BE9FB2 (or 0xBE9FB2) is unknown color: approx Lily. HEX triplet: BE, 9F and B2. RGB value is (190,159,178). Sum of RGB (Red+Green+Blue) = 190+159+178=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9FB2 is #41604D. Grayscale: #AAAAAA. Windows color (decimal): -4284494 or 11706302. OLE color: 11706302.

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

Color convert

RGB190159178-
CMYK00.160.060.25
HSL323.23º19.25%68.43%-
HSV(B)323.23º16.32%74.51%-
XYZ41.6738.9647.44-
YUV170.44132.27141.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 178 (69.92% from 255) = 33.78%
R=36.05%
G=30.17%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015917800.160.060.25323.2319.2568.43
HexBE9FB20106191431344
Octal27623726202063150323104
Binary10111110100111111011001001000011011001101000011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FB2; }

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

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

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

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

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

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

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

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