#BFA3AF

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

Shades of Lily #BFA3AF

Tints of Lily #BFA3AF

Color information

#BFA3AF (or 0xBFA3AF) is unknown color: approx Lily. HEX triplet: BF, A3 and AF. RGB value is (191,163,175). Sum of RGB (Red+Green+Blue) = 191+163+175=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA3AF is #405C50. Grayscale: #ACACAC. Windows color (decimal): -4217937 or 11510719. OLE color: 11510719.

HSL color Cylindrical-coordinate representation of color #BFA3AF: hue angle of 334.29º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFA3AF is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB191163175-
CMYK00.150.080.25
HSL334.29º17.95%69.41%-
HSV(B)334.29º14.66%74.9%-
XYZ42.3240.3746.12-
YUV172.74129.28141.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.11%
GREEN value IS 163 (64.06% from 255) = 30.81%
BLUE value IS 175 (68.75% from 255) = 33.08%
R=36.11%
G=30.81%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116317500.150.080.25334.2917.9569.41
HexBFA3AF0F81914e1245
Octal277243257017103151622105
Binary10111111101000111010111101111100011001101001110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA3AF; }

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

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

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

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

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

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

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

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