#BE9FB9

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

Shades of Lily #BE9FB9

Tints of Lily #BE9FB9

Color information

#BE9FB9 (or 0xBE9FB9) is unknown color: approx Lily. HEX triplet: BE, 9F and B9. RGB value is (190,159,185). Sum of RGB (Red+Green+Blue) = 190+159+185=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FB9 is #416046. Grayscale: #ABABAB. Windows color (decimal): -4284487 or 12165054. OLE color: 12165054.

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

Color convert

RGB190159185-
CMYK00.160.030.25
HSL309.68º19.25%68.43%-
HSV(B)309.68º16.32%74.51%-
XYZ42.3939.2551.24-
YUV171.23135.77141.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 159 (62.5% from 255) = 29.78%
BLUE value IS 185 (72.66% from 255) = 34.64%
R=35.58%
G=29.78%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015918500.160.030.25309.6819.2568.43
HexBE9FB90103191361344
Octal27623727102033146623104
Binary1011111010011111101110010100001111001100110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FB9; }

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

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

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

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

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

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

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

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