#BFA6BF

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

Shades of Lilac #BFA6BF

Tints of Lilac #BFA6BF

Color information

#BFA6BF (or 0xBFA6BF) is unknown color: approx Lilac. HEX triplet: BF, A6 and BF. RGB value is (191,166,191). Sum of RGB (Red+Green+Blue) = 191+166+191=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BFA6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA6BF is #405940. Grayscale: #B0B0B0. Windows color (decimal): -4217153 or 12560063. OLE color: 12560063.

HSL color Cylindrical-coordinate representation of color #BFA6BF: 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 #BFA6BF is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191166191-
CMYK00.1300.25
HSL300º16.34%70%-
HSV(B)300º13.09%74.9%-
XYZ44.5342.1155.07-
YUV176.32136.28138.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.85%
GREEN value IS 166 (65.23% from 255) = 30.29%
BLUE value IS 191 (75% from 255) = 34.85%
R=34.85%
G=30.29%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116619100.1300.2530016.3470
HexBFA6BF0D01912c1046
Octal27724627701503145420106
Binary10111111101001101011111101101011001100101100100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA6BF; }

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

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

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

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

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

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

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

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