#BFA5B9

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

Shades of Lily #BFA5B9

Tints of Lily #BFA5B9

Color information

#BFA5B9 (or 0xBFA5B9) is unknown color: approx Lily. HEX triplet: BF, A5 and B9. RGB value is (191,165,185). Sum of RGB (Red+Green+Blue) = 191+165+185=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA5B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5B9 is #405A46. Grayscale: #AEAEAE. Windows color (decimal): -4217415 or 12166591. OLE color: 12166591.

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

Color convert

RGB191165185-
CMYK00.140.030.25
HSL313.85º16.88%69.8%-
HSV(B)313.85º13.61%74.9%-
XYZ43.741.4951.6-
YUV175.05133.61139.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 165 (64.84% from 255) = 30.50%
BLUE value IS 185 (72.66% from 255) = 34.20%
R=35.30%
G=30.50%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116518500.140.030.25313.8516.8869.8
HexBFA5B90E31913a1146
Octal27724527101633147221106
Binary101111111010010110111001011101111001100111010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA5B9; }

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

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

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

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

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

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

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

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