#BF8FBE

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

Shades of Lilac #BF8FBE

Tints of Lilac #BF8FBE

Color information

#BF8FBE (or 0xBF8FBE) is unknown color: approx Lilac. HEX triplet: BF, 8F and BE. RGB value is (191,143,190). Sum of RGB (Red+Green+Blue) = 191+143+190=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FBE is #407041. Grayscale: #A2A2A2. Windows color (decimal): -4223042 or 12488639. OLE color: 12488639.

HSL color Cylindrical-coordinate representation of color #BF8FBE: hue angle of 301.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF8FBE is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB191143190-
CMYK00.250.010.25
HSL301.25º27.27%65.49%-
HSV(B)301.25º25.13%74.9%-
XYZ40.634.4453.22-
YUV162.71143.4148.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 143 (56.25% from 255) = 27.29%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=36.45%
G=27.29%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114319000.250.010.25301.2527.2765.49
HexBF8FBE01911912d1b41
Octal27721727603113145533101
Binary101111111000111110111110011001111001100101101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8FBE; }

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

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

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

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

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

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

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

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