#BFA5BF

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

Shades of Lilac #BFA5BF

Tints of Lilac #BFA5BF

Color information

#BFA5BF (or 0xBFA5BF) is unknown color: approx Lilac. HEX triplet: BF, A5 and BF. RGB value is (191,165,191). Sum of RGB (Red+Green+Blue) = 191+165+191=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BFA5BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5BF is #405A40. Grayscale: #AFAFAF. Windows color (decimal): -4217409 or 12559807. OLE color: 12559807.

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

Color convert

RGB191165191-
CMYK00.1400.25
HSL300º16.88%69.8%-
HSV(B)300º13.61%74.9%-
XYZ44.3441.7555.01-
YUV175.74136.61138.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 165 (64.84% from 255) = 30.16%
BLUE value IS 191 (75% from 255) = 34.92%
R=34.92%
G=30.16%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116519100.1400.2530016.8869.8
HexBFA5BF0E01912c1146
Octal27724527701603145421106
Binary10111111101001011011111101110011001100101100100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA5BF; }

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

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

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

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

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

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

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

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