#BF8DC7

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

Shades of Lilac #BF8DC7

Tints of Lilac #BF8DC7

Color information

#BF8DC7 (or 0xBF8DC7) is unknown color: approx Lilac. HEX triplet: BF, 8D and C7. RGB value is (191,141,199). Sum of RGB (Red+Green+Blue) = 191+141+199=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 199 - color contains mainly: blue. Hex color #BF8DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8DC7 is #407238. Grayscale: #A2A2A2. Windows color (decimal): -4223545 or 13077951. OLE color: 13077951.

HSL color Cylindrical-coordinate representation of color #BF8DC7: hue angle of 291.72º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF8DC7 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191141199-
CMYK0.040.2900.22
HSL291.72º34.12%66.67%-
HSV(B)291.72º29.15%78.04%-
XYZ41.3234.2558.47-
YUV162.56148.56148.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 199 (78.12% from 255) = 37.48%
R=35.97%
G=26.55%
B=37.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911411990.040.2900.22291.7234.1266.67
HexBF8DC741D0161242243
Octal27721530743502644442103
Binary101111111000110111000111100111010101101001001001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8DC7; }

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

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

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

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

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

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

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

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