#BF8FA9

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

Shades of Lily #BF8FA9

Tints of Lily #BF8FA9

Color information

#BF8FA9 (or 0xBF8FA9) is unknown color: approx Lily. HEX triplet: BF, 8F and A9. RGB value is (191,143,169). Sum of RGB (Red+Green+Blue) = 191+143+169=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8FA9 is #407056. Grayscale: #A0A0A0. Windows color (decimal): -4223063 or 11112383. OLE color: 11112383.

HSL color Cylindrical-coordinate representation of color #BF8FA9: hue angle of 327.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF8FA9 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB191143169-
CMYK00.250.120.25
HSL327.5º27.27%65.49%-
HSV(B)327.5º25.13%74.9%-
XYZ38.4733.5941.99-
YUV160.32132.9149.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 143 (56.25% from 255) = 28.43%
BLUE value IS 169 (66.41% from 255) = 33.60%
R=37.97%
G=28.43%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114316900.250.120.25327.527.2765.49
HexBF8FA9019C191481b41
Octal277217251031143151033101
Binary101111111000111110101001011001110011001101001000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8FA9; }

 p { color: rgb(191,143,169); }

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

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

 a { background-color: rgb(191,143,169); }

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

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

 span { border-color: rgb(191,143,169); }

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