#BFA3C1

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

Shades of Lilac #BFA3C1

Tints of Lilac #BFA3C1

Color information

#BFA3C1 (or 0xBFA3C1) is unknown color: approx Lilac. HEX triplet: BF, A3 and C1. RGB value is (191,163,193). Sum of RGB (Red+Green+Blue) = 191+163+193=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFA3C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA3C1 is #405C3E. Grayscale: #AEAEAE. Windows color (decimal): -4217919 or 12690367. OLE color: 12690367.

HSL color Cylindrical-coordinate representation of color #BFA3C1: hue angle of 296º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFA3C1 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191163193-
CMYK0.010.1600.24
HSL296º19.48%69.8%-
HSV(B)296º15.54%75.69%-
XYZ44.2141.1256.06-
YUV174.79138.28139.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 163 (64.06% from 255) = 29.80%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=34.92%
G=29.80%
B=35.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911631930.010.1600.2429619.4869.8
HexBFA3C11100181281346
Octal27724330112003045023106
Binary101111111010001111000001110000011000100101000100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA3C1; }

 p { color: rgb(191,163,193); }

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

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

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

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

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

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

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