#BFA7BF

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

Shades of Lilac #BFA7BF

Tints of Lilac #BFA7BF

Color information

#BFA7BF (or 0xBFA7BF) is unknown color: approx Lilac. HEX triplet: BF, A7 and BF. RGB value is (191,167,191). Sum of RGB (Red+Green+Blue) = 191+167+191=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BFA7BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA7BF is #405840. Grayscale: #B0B0B0. Windows color (decimal): -4216897 or 12560319. OLE color: 12560319.

HSL color Cylindrical-coordinate representation of color #BFA7BF: hue angle of 300º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFA7BF is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191167191-
CMYK00.1300.25
HSL300º15.79%70.2%-
HSV(B)300º12.57%74.9%-
XYZ44.7142.4855.13-
YUV176.91135.95138.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.79%
GREEN value IS 167 (65.62% from 255) = 30.42%
BLUE value IS 191 (75% from 255) = 34.79%
R=34.79%
G=30.42%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116719100.1300.2530015.7970.2
HexBFA7BF0D01912c1046
Octal27724727701503145420106
Binary10111111101001111011111101101011001100101100100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA7BF; }

 p { color: rgb(191,167,191); }

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

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

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

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

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

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

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