#BF91C0

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

Shades of Lilac #BF91C0

Tints of Lilac #BF91C0

Color information

#BF91C0 (or 0xBF91C0) is unknown color: approx Lilac. HEX triplet: BF, 91 and C0. RGB value is (191,145,192). Sum of RGB (Red+Green+Blue) = 191+145+192=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF91C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91C0 is #406E3F. Grayscale: #A3A3A3. Windows color (decimal): -4222528 or 12620223. OLE color: 12620223.

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

Color convert

RGB191145192-
CMYK0.010.2400.25
HSL298.72º27.17%66.08%-
HSV(B)298.72º24.48%75.29%-
XYZ41.1335.1354.48-
YUV164.11143.74147.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 145 (57.03% from 255) = 27.46%
BLUE value IS 192 (75.39% from 255) = 36.36%
R=36.17%
G=27.46%
B=36.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911451920.010.2400.25298.7227.1766.08
HexBF91C011801912b1b42
Octal27722130013003145333102
Binary101111111001000111000000111000011001100101011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF91C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF91C0; }

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

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

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

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

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

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

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

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