#BF8FCA

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

Shades of Lilac #BF8FCA

Tints of Lilac #BF8FCA

Color information

#BF8FCA (or 0xBF8FCA) is unknown color: approx Lilac. HEX triplet: BF, 8F and CA. RGB value is (191,143,202). Sum of RGB (Red+Green+Blue) = 191+143+202=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF8FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FCA is #407035. Grayscale: #A3A3A3. Windows color (decimal): -4223030 or 13275071. OLE color: 13275071.

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

Color convert

RGB191143202-
CMYK0.050.2900.21
HSL288.81º35.76%67.65%-
HSV(B)288.81º29.21%79.22%-
XYZ41.9734.9960.42-
YUV164.08149.4147.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 143 (56.25% from 255) = 26.68%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=35.63%
G=26.68%
B=37.69%

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
Decimal1911432020.050.2900.21288.8135.7667.65
HexBF8FCA51D0151212444
Octal27721731253502544144104
Binary101111111000111111001010101111010101011001000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8FCA; }

 p { color: rgb(191,143,202); }

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

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

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

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

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

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

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