#BFA3AC

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

Shades of Lily #BFA3AC

Tints of Lily #BFA3AC

Color information

#BFA3AC (or 0xBFA3AC) is unknown color: approx Lily. HEX triplet: BF, A3 and AC. RGB value is (191,163,172). Sum of RGB (Red+Green+Blue) = 191+163+172=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA3AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA3AC is #405C53. Grayscale: #ACACAC. Windows color (decimal): -4217940 or 11314111. OLE color: 11314111.

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

Color convert

RGB191163172-
CMYK00.150.100.25
HSL340.71º17.95%69.41%-
HSV(B)340.71º14.66%74.9%-
XYZ42.0340.2544.58-
YUV172.4127.78141.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 163 (64.06% from 255) = 30.99%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=36.31%
G=30.99%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116317200.150.100.25340.7117.9569.41
HexBFA3AC0FA191551245
Octal277243254017123152522105
Binary10111111101000111010110001111101011001101010101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA3AC; }

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

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

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

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

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

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

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

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