#BF8DC0

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

Shades of Lilac #BF8DC0

Tints of Lilac #BF8DC0

Color information

#BF8DC0 (or 0xBF8DC0) is unknown color: approx Lilac. HEX triplet: BF, 8D and C0. RGB value is (191,141,192). Sum of RGB (Red+Green+Blue) = 191+141+192=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF8DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8DC0 is #40723F. Grayscale: #A1A1A1. Windows color (decimal): -4223552 or 12619199. OLE color: 12619199.

HSL color Cylindrical-coordinate representation of color #BF8DC0: hue angle of 298.82º 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 #BF8DC0 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191141192-
CMYK0.010.2700.25
HSL298.82º28.81%65.29%-
HSV(B)298.82º26.56%75.29%-
XYZ40.5333.9354.28-
YUV161.76145.06148.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 192 (75.39% from 255) = 36.64%
R=36.45%
G=26.91%
B=36.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911411920.010.2700.25298.8228.8165.29
HexBF8DC011B01912b1d41
Octal27721530013303145335101
Binary101111111000110111000000111011011001100101011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8DC0; }

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

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

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

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

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

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

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

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