#BFA1BE

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

Shades of Lilac #BFA1BE

Tints of Lilac #BFA1BE

Color information

#BFA1BE (or 0xBFA1BE) is unknown color: approx Lilac. HEX triplet: BF, A1 and BE. RGB value is (191,161,190). Sum of RGB (Red+Green+Blue) = 191+161+190=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1BE is #405E41. Grayscale: #ADADAD. Windows color (decimal): -4218434 or 12493247. OLE color: 12493247.

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

Color convert

RGB191161190-
CMYK00.160.010.25
HSL302º18.99%69.02%-
HSV(B)302º15.71%74.9%-
XYZ43.5240.2854.2-
YUV173.28137.44140.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 161 (63.28% from 255) = 29.70%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=35.24%
G=29.70%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116119000.160.010.2530218.9969.02
HexBFA1BE01011912e1345
Octal27724127602013145623105
Binary101111111010000110111110010000111001100101110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA1BE; }

 p { color: rgb(191,161,190); }

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

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

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

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

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

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

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