#BFA1BD

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

Shades of Lilac #BFA1BD

Tints of Lilac #BFA1BD

Color information

#BFA1BD (or 0xBFA1BD) is unknown color: approx Lilac. HEX triplet: BF, A1 and BD. RGB value is (191,161,189). Sum of RGB (Red+Green+Blue) = 191+161+189=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1BD is #405E42. Grayscale: #ADADAD. Windows color (decimal): -4218435 or 12427711. OLE color: 12427711.

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

Color convert

RGB191161189-
CMYK00.160.010.25
HSL304º18.99%69.02%-
HSV(B)304º15.71%74.9%-
XYZ43.4240.2453.62-
YUV173.16136.94140.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 161 (63.28% from 255) = 29.76%
BLUE value IS 189 (74.22% from 255) = 34.94%
R=35.30%
G=29.76%
B=34.94%

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
Decimal19116118900.160.010.2530418.9969.02
HexBFA1BD0101191301345
Octal27724127502013146023105
Binary101111111010000110111101010000111001100110000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA1BD; }

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

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

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

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

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

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

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

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