#BFA5B1

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

Shades of Lily #BFA5B1

Tints of Lily #BFA5B1

Color information

#BFA5B1 (or 0xBFA5B1) is unknown color: approx Lily. HEX triplet: BF, A5 and B1. RGB value is (191,165,177). Sum of RGB (Red+Green+Blue) = 191+165+177=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA5B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA5B1 is #405A4E. Grayscale: #AEAEAE. Windows color (decimal): -4217423 or 11642303. OLE color: 11642303.

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

Color convert

RGB191165177-
CMYK00.140.070.25
HSL332.31º16.88%69.8%-
HSV(B)332.31º13.61%74.9%-
XYZ42.8841.1647.28-
YUV174.14129.61140.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.83%
GREEN value IS 165 (64.84% from 255) = 30.96%
BLUE value IS 177 (69.53% from 255) = 33.21%
R=35.83%
G=30.96%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116517700.140.070.25332.3116.8869.8
HexBFA5B10E71914c1146
Octal27724526101673151421106
Binary1011111110100101101100010111011111001101001100100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA5B1; }

 p { color: rgb(191,165,177); }

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

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

 a { background-color: rgb(191,165,177); }

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

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

 span { border-color: rgb(191,165,177); }

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