#BFA2C1

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

Shades of Lilac #BFA2C1

Tints of Lilac #BFA2C1

Color information

#BFA2C1 (or 0xBFA2C1) is unknown color: approx Lilac. HEX triplet: BF, A2 and C1. RGB value is (191,162,193). Sum of RGB (Red+Green+Blue) = 191+162+193=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFA2C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA2C1 is #405D3E. Grayscale: #AEAEAE. Windows color (decimal): -4218175 or 12690111. OLE color: 12690111.

HSL color Cylindrical-coordinate representation of color #BFA2C1: hue angle of 296.13º degrees, saturation: 0.2, 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 #BFA2C1 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191162193-
CMYK0.010.1600.24
HSL296.13º20%69.61%-
HSV(B)296.13º16.06%75.69%-
XYZ44.0340.7756-
YUV174.2138.61139.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 162 (63.67% from 255) = 29.67%
BLUE value IS 193 (75.78% from 255) = 35.35%
R=34.98%
G=29.67%
B=35.35%

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
Decimal1911621930.010.1600.24296.132069.61
HexBFA2C11100181281446
Octal27724230112003045024106
Binary101111111010001011000001110000011000100101000101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA2C1; }

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

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

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

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

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

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

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

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