#BE9FB3

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

Shades of Lily #BE9FB3

Tints of Lily #BE9FB3

Color information

#BE9FB3 (or 0xBE9FB3) is unknown color: approx Lily. HEX triplet: BE, 9F and B3. RGB value is (190,159,179). Sum of RGB (Red+Green+Blue) = 190+159+179=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FB3 is #41604C. Grayscale: #AAAAAA. Windows color (decimal): -4284493 or 11771838. OLE color: 11771838.

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

Color convert

RGB190159179-
CMYK00.160.060.25
HSL321.29º19.25%68.43%-
HSV(B)321.29º16.32%74.51%-
XYZ41.773947.97-
YUV170.55132.77141.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 179 (70.31% from 255) = 33.90%
R=35.98%
G=30.11%
B=33.90%

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
Decimal19015917900.160.060.25321.2919.2568.43
HexBE9FB30106191411344
Octal27623726302063150123104
Binary10111110100111111011001101000011011001101000001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FB3; }

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

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

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

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

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

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

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

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