#BF8BBF

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

Shades of Lilac #BF8BBF

Tints of Lilac #BF8BBF

Color information

#BF8BBF (or 0xBF8BBF) is unknown color: approx Lilac. HEX triplet: BF, 8B and BF. RGB value is (191,139,191). Sum of RGB (Red+Green+Blue) = 191+139+191=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF8BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8BBF is #407440. Grayscale: #A0A0A0. Windows color (decimal): -4224065 or 12553151. OLE color: 12553151.

HSL color Cylindrical-coordinate representation of color #BF8BBF: 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.27%. Process color model (Four color, CMYK) of #BF8BBF is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191139191-
CMYK00.2700.25
HSL300º28.89%64.71%-
HSV(B)300º27.23%74.9%-
XYZ40.1233.353.6-
YUV160.48145.23149.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 139 (54.69% from 255) = 26.68%
BLUE value IS 191 (75% from 255) = 36.66%
R=36.66%
G=26.68%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113919100.2700.2530028.8964.71
HexBF8BBF01B01912c1d41
Octal27721327703303145435101
Binary101111111000101110111111011011011001100101100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8BBF; }

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

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

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

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

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

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

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

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