#BFA3C0

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

Shades of Lilac #BFA3C0

Tints of Lilac #BFA3C0

Color information

#BFA3C0 (or 0xBFA3C0) is unknown color: approx Lilac. HEX triplet: BF, A3 and C0. RGB value is (191,163,192). Sum of RGB (Red+Green+Blue) = 191+163+192=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFA3C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA3C0 is #405C3F. Grayscale: #AEAEAE. Windows color (decimal): -4217920 or 12624831. OLE color: 12624831.

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

Color convert

RGB191163192-
CMYK0.010.1500.25
HSL297.93º18.71%69.61%-
HSV(B)297.93º15.1%75.29%-
XYZ44.141.0855.47-
YUV174.68137.78139.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 163 (64.06% from 255) = 29.85%
BLUE value IS 192 (75.39% from 255) = 35.16%
R=34.98%
G=29.85%
B=35.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911631920.010.1500.25297.9318.7169.61
HexBFA3C01F01912a1346
Octal27724330011703145223106
Binary10111111101000111100000011111011001100101010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA3C0; }

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

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

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

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

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

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

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

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