#BFA1B7

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

Shades of Lily #BFA1B7

Tints of Lily #BFA1B7

Color information

#BFA1B7 (or 0xBFA1B7) is unknown color: approx Lily. HEX triplet: BF, A1 and B7. RGB value is (191,161,183). Sum of RGB (Red+Green+Blue) = 191+161+183=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1B7 is #405E48. Grayscale: #ACACAC. Windows color (decimal): -4218441 or 12034495. OLE color: 12034495.

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

Color convert

RGB191161183-
CMYK00.160.040.25
HSL316º18.99%69.02%-
HSV(B)316º15.71%74.9%-
XYZ42.7839.9950.26-
YUV172.48133.94141.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 183 (71.88% from 255) = 34.21%
R=35.70%
G=30.09%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116118300.160.040.2531618.9969.02
HexBFA1B701041913c1345
Octal27724126702043147423105
Binary10111111101000011011011101000010011001100111100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA1B7; }

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

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

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

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

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

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

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

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