#BF8FC6

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

Shades of Lilac #BF8FC6

Tints of Lilac #BF8FC6

Color information

#BF8FC6 (or 0xBF8FC6) is unknown color: approx Lilac. HEX triplet: BF, 8F and C6. RGB value is (191,143,198). Sum of RGB (Red+Green+Blue) = 191+143+198=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF8FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FC6 is #407039. Grayscale: #A3A3A3. Windows color (decimal): -4223034 or 13012927. OLE color: 13012927.

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

Color convert

RGB191143198-
CMYK0.040.2800.22
HSL292.36º32.54%66.86%-
HSV(B)292.36º27.78%77.65%-
XYZ41.534.857.96-
YUV163.62147.4147.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 143 (56.25% from 255) = 26.88%
BLUE value IS 198 (77.73% from 255) = 37.22%
R=35.90%
G=26.88%
B=37.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911431980.040.2800.22292.3632.5466.86
HexBF8FC641C0161242143
Octal27721730643402644441103
Binary101111111000111111000110100111000101101001001001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8FC6; }

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

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

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

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

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

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

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

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