#BF8ABF

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

Shades of Lilac #BF8ABF

Tints of Lilac #BF8ABF

Color information

#BF8ABF (or 0xBF8ABF) is unknown color: approx Lilac. HEX triplet: BF, 8A and BF. RGB value is (191,138,191). Sum of RGB (Red+Green+Blue) = 191+138+191=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF8ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8ABF is #407540. Grayscale: #9F9F9F. Windows color (decimal): -4224321 or 12552895. OLE color: 12552895.

HSL color Cylindrical-coordinate representation of color #BF8ABF: hue angle of 300º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF8ABF is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191138191-
CMYK00.2800.25
HSL300º29.28%64.51%-
HSV(B)300º27.75%74.9%-
XYZ39.9833.0153.56-
YUV159.89145.56150.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 191 (75% from 255) = 36.73%
R=36.73%
G=26.54%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113819100.2800.2530029.2864.51
HexBF8ABF01C01912c1d41
Octal27721227703403145435101
Binary101111111000101010111111011100011001100101100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8ABF; }

 p { color: rgb(191,138,191); }

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

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

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

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

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

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

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