#BFA4AF

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

Shades of Lily #BFA4AF

Tints of Lily #BFA4AF

Color information

#BFA4AF (or 0xBFA4AF) is unknown color: approx Lily. HEX triplet: BF, A4 and AF. RGB value is (191,164,175). Sum of RGB (Red+Green+Blue) = 191+164+175=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA4AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA4AF is #405B50. Grayscale: #ADADAD. Windows color (decimal): -4217681 or 11510975. OLE color: 11510975.

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

Color convert

RGB191164175-
CMYK00.140.080.25
HSL335.56º17.42%69.61%-
HSV(B)335.56º14.14%74.9%-
XYZ42.540.7246.18-
YUV173.33128.95140.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 164 (64.45% from 255) = 30.94%
BLUE value IS 175 (68.75% from 255) = 33.02%
R=36.04%
G=30.94%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116417500.140.080.25335.5617.4269.61
HexBFA4AF0E8191501146
Octal277244257016103152021106
Binary10111111101001001010111101110100011001101010000100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA4AF; }

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

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

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

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

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

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

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

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