#BFA1AF

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

Shades of Lily #BFA1AF

Tints of Lily #BFA1AF

Color information

#BFA1AF (or 0xBFA1AF) is unknown color: approx Lily. HEX triplet: BF, A1 and AF. RGB value is (191,161,175). Sum of RGB (Red+Green+Blue) = 191+161+175=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA1AF is #405E50. Grayscale: #ABABAB. Windows color (decimal): -4218449 or 11510207. OLE color: 11510207.

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

Color convert

RGB191161175-
CMYK00.160.080.25
HSL332º18.99%69.02%-
HSV(B)332º15.71%74.9%-
XYZ41.9739.6646-
YUV171.57129.94141.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 161 (63.28% from 255) = 30.55%
BLUE value IS 175 (68.75% from 255) = 33.21%
R=36.24%
G=30.55%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116117500.160.080.2533218.9969.02
HexBFA1AF01081914c1345
Octal277241257020103151423105
Binary101111111010000110101111010000100011001101001100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA1AF; }

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

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

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

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

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

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

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

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