#BFA0AF

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

Shades of Lily #BFA0AF

Tints of Lily #BFA0AF

Color information

#BFA0AF (or 0xBFA0AF) is unknown color: approx Lily. HEX triplet: BF, A0 and AF. RGB value is (191,160,175). Sum of RGB (Red+Green+Blue) = 191+160+175=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA0AF is #405F50. Grayscale: #AAAAAA. Windows color (decimal): -4218705 or 11509951. OLE color: 11509951.

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

Color convert

RGB191160175-
CMYK00.160.080.25
HSL330.97º19.5%68.82%-
HSV(B)330.97º16.23%74.9%-
XYZ41.7939.3145.94-
YUV170.98130.27142.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=36.31%
G=30.42%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116017500.160.080.25330.9719.568.82
HexBFA0AF01081914b1345
Octal277240257020103151323105
Binary101111111010000010101111010000100011001101001011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA0AF; }

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

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

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

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

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

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

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

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