#BF9FBF

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

Shades of Lilac #BF9FBF

Tints of Lilac #BF9FBF

Color information

#BF9FBF (or 0xBF9FBF) is unknown color: approx Lilac. HEX triplet: BF, 9F and BF. RGB value is (191,159,191). Sum of RGB (Red+Green+Blue) = 191+159+191=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF9FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FBF is #406040. Grayscale: #ACACAC. Windows color (decimal): -4218945 or 12558271. OLE color: 12558271.

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

Color convert

RGB191159191-
CMYK00.1700.25
HSL300º20%68.63%-
HSV(B)300º16.75%74.9%-
XYZ43.2939.6354.66-
YUV172.22138.6141.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 159 (62.5% from 255) = 29.39%
BLUE value IS 191 (75% from 255) = 35.30%
R=35.30%
G=29.39%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115919100.1700.253002068.63
HexBF9FBF01101912c1445
Octal27723727702103145424105
Binary101111111001111110111111010001011001100101100101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FBF; }

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

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

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

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

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

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

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

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