#BF9FAF

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

Shades of Lily #BF9FAF

Tints of Lily #BF9FAF

Color information

#BF9FAF (or 0xBF9FAF) is unknown color: approx Lily. HEX triplet: BF, 9F and AF. RGB value is (191,159,175). Sum of RGB (Red+Green+Blue) = 191+159+175=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9FAF is #406050. Grayscale: #AAAAAA. Windows color (decimal): -4218961 or 11509695. OLE color: 11509695.

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

Color convert

RGB191159175-
CMYK00.170.080.25
HSL330º20%68.63%-
HSV(B)330º16.75%74.9%-
XYZ41.6238.9745.89-
YUV170.39130.6142.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 159 (62.5% from 255) = 30.29%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=36.38%
G=30.29%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115917500.170.080.253302068.63
HexBF9FAF01181914a1445
Octal277237257021103151224105
Binary101111111001111110101111010001100011001101001010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FAF; }

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

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

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

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

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

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

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

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