#BF9FAE

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

Shades of Lily #BF9FAE

Tints of Lily #BF9FAE

Color information

#BF9FAE (or 0xBF9FAE) is unknown color: approx Lily. HEX triplet: BF, 9F and AE. RGB value is (191,159,174). Sum of RGB (Red+Green+Blue) = 191+159+174=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9FAE is #406051. Grayscale: #AAAAAA. Windows color (decimal): -4218962 or 11444159. OLE color: 11444159.

HSL color Cylindrical-coordinate representation of color #BF9FAE: hue angle of 331.88º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BF9FAE is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB191159174-
CMYK00.170.090.25
HSL331.88º20%68.63%-
HSV(B)331.88º16.75%74.9%-
XYZ41.5238.9345.37-
YUV170.28130.1142.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=36.45%
G=30.34%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115917400.170.090.25331.882068.63
HexBF9FAE01191914c1445
Octal277237256021113151424105
Binary101111111001111110101110010001100111001101001100101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FAE; }

 p { color: rgb(191,159,174); }

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

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

 a { background-color: rgb(191,159,174); }

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

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

 span { border-color: rgb(191,159,174); }

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