#BFA2B7

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

Shades of Lily #BFA2B7

Tints of Lily #BFA2B7

Color information

#BFA2B7 (or 0xBFA2B7) is unknown color: approx Lily. HEX triplet: BF, A2 and B7. RGB value is (191,162,183). Sum of RGB (Red+Green+Blue) = 191+162+183=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA2B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA2B7 is #405D48. Grayscale: #ADADAD. Windows color (decimal): -4218185 or 12034751. OLE color: 12034751.

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

Color convert

RGB191162183-
CMYK00.150.040.25
HSL316.55º18.47%69.22%-
HSV(B)316.55º15.18%74.9%-
XYZ42.9540.3450.32-
YUV173.06133.61140.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 162 (63.67% from 255) = 30.22%
BLUE value IS 183 (71.88% from 255) = 34.14%
R=35.63%
G=30.22%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116218300.150.040.25316.5518.4769.22
HexBFA2B70F41913d1245
Octal27724226701743147522105
Binary1011111110100010101101110111110011001100111101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA2B7; }

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

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

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

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

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

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

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

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