#BFA9B7

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

Shades of Lily #BFA9B7

Tints of Lily #BFA9B7

Color information

#BFA9B7 (or 0xBFA9B7) is unknown color: approx Lily. HEX triplet: BF, A9 and B7. RGB value is (191,169,183). Sum of RGB (Red+Green+Blue) = 191+169+183=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA9B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA9B7 is #405648. Grayscale: #B1B1B1. Windows color (decimal): -4216393 or 12036543. OLE color: 12036543.

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

Color convert

RGB191169183-
CMYK00.120.040.25
HSL321.82º14.67%70.59%-
HSV(B)321.82º11.52%74.9%-
XYZ44.2242.8750.74-
YUV177.17131.29137.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 169 (66.41% from 255) = 31.12%
BLUE value IS 183 (71.88% from 255) = 33.70%
R=35.17%
G=31.12%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116918300.120.040.25321.8214.6770.59
HexBFA9B70C419142f47
Octal27725126701443150217107
Binary101111111010100110110111011001001100110100001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA9B7; }

 p { color: rgb(191,169,183); }

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

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

 a { background-color: rgb(191,169,183); }

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

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

 span { border-color: rgb(191,169,183); }

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