#BFA5B7

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

Shades of Lily #BFA5B7

Tints of Lily #BFA5B7

Color information

#BFA5B7 (or 0xBFA5B7) is unknown color: approx Lily. HEX triplet: BF, A5 and B7. RGB value is (191,165,183). Sum of RGB (Red+Green+Blue) = 191+165+183=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA5B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5B7 is #405A48. Grayscale: #AEAEAE. Windows color (decimal): -4217417 or 12035519. OLE color: 12035519.

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

Color convert

RGB191165183-
CMYK00.140.040.25
HSL318.46º16.88%69.8%-
HSV(B)318.46º13.61%74.9%-
XYZ43.4941.4150.5-
YUV174.83132.61139.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 165 (64.84% from 255) = 30.61%
BLUE value IS 183 (71.88% from 255) = 33.95%
R=35.44%
G=30.61%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116518300.140.040.25318.4616.8869.8
HexBFA5B70E41913e1146
Octal27724526701643147621106
Binary1011111110100101101101110111010011001100111110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA5B7; }

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

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

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

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

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

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

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

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