#BF92BF

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

Shades of Lilac #BF92BF

Tints of Lilac #BF92BF

Color information

#BF92BF (or 0xBF92BF) is unknown color: approx Lilac. HEX triplet: BF, 92 and BF. RGB value is (191,146,191). Sum of RGB (Red+Green+Blue) = 191+146+191=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF92BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92BF is #406D40. Grayscale: #A4A4A4. Windows color (decimal): -4222273 or 12554943. OLE color: 12554943.

HSL color Cylindrical-coordinate representation of color #BF92BF: hue angle of 300º degrees, saturation: 0.26, 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 #BF92BF is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191146191-
CMYK00.2400.25
HSL300º26.01%66.08%-
HSV(B)300º23.56%74.9%-
XYZ41.1735.453.95-
YUV164.58142.91146.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 146 (57.42% from 255) = 27.65%
BLUE value IS 191 (75% from 255) = 36.17%
R=36.17%
G=27.65%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114619100.2400.2530026.0166.08
HexBF92BF01801912c1a42
Octal27722227703003145432102
Binary101111111001001010111111011000011001100101100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF92BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF92BF; }

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

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

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

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

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

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

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

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