#BF9AC1

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

Shades of Lilac #BF9AC1

Tints of Lilac #BF9AC1

Color information

#BF9AC1 (or 0xBF9AC1) is unknown color: approx Lilac. HEX triplet: BF, 9A and C1. RGB value is (191,154,193). Sum of RGB (Red+Green+Blue) = 191+154+193=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF9AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9AC1 is #40653E. Grayscale: #A9A9A9. Windows color (decimal): -4220223 or 12688063. OLE color: 12688063.

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

Color convert

RGB191154193-
CMYK0.010.2000.24
HSL296.92º23.93%68.04%-
HSV(B)296.92º20.21%75.69%-
XYZ42.6738.0455.55-
YUV169.51141.26143.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 154 (60.55% from 255) = 28.62%
BLUE value IS 193 (75.78% from 255) = 35.87%
R=35.50%
G=28.62%
B=35.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911541930.010.2000.24296.9223.9368.04
HexBF9AC11140181291844
Octal27723230112403045130104
Binary101111111001101011000001110100011000100101001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9AC1; }

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

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

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

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

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

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

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

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