#BF8EC9

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

Shades of Lilac #BF8EC9

Tints of Lilac #BF8EC9

Color information

#BF8EC9 (or 0xBF8EC9) is unknown color: approx Lilac. HEX triplet: BF, 8E and C9. RGB value is (191,142,201). Sum of RGB (Red+Green+Blue) = 191+142+201=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF8EC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EC9 is #407136. Grayscale: #A3A3A3. Windows color (decimal): -4223287 or 13209279. OLE color: 13209279.

HSL color Cylindrical-coordinate representation of color #BF8EC9: hue angle of 289.83º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF8EC9 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191142201-
CMYK0.050.2900.21
HSL289.83º35.33%67.25%-
HSV(B)289.83º29.35%78.82%-
XYZ41.734.6459.75-
YUV163.38149.23147.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 142 (55.86% from 255) = 26.59%
BLUE value IS 201 (78.91% from 255) = 37.64%
R=35.77%
G=26.59%
B=37.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911422010.050.2900.21289.8335.3367.25
HexBF8EC951D0151222343
Octal27721631153502544243103
Binary101111111000111011001001101111010101011001000101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8EC9; }

 p { color: rgb(191,142,201); }

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

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

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

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

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

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

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