#BF8FBD

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

Shades of Lilac #BF8FBD

Tints of Lilac #BF8FBD

Color information

#BF8FBD (or 0xBF8FBD) is unknown color: approx Lilac. HEX triplet: BF, 8F and BD. RGB value is (191,143,189). Sum of RGB (Red+Green+Blue) = 191+143+189=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FBD is #407042. Grayscale: #A2A2A2. Windows color (decimal): -4223043 or 12423103. OLE color: 12423103.

HSL color Cylindrical-coordinate representation of color #BF8FBD: hue angle of 302.5º 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 #BF8FBD is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB191143189-
CMYK00.250.010.25
HSL302.5º27.27%65.49%-
HSV(B)302.5º25.13%74.9%-
XYZ40.4934.452.65-
YUV162.6142.9148.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 143 (56.25% from 255) = 27.34%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=36.52%
G=27.34%
B=36.14%

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
Decimal19114318900.250.010.25302.527.2765.49
HexBF8FBD01911912e1b41
Octal27721727503113145633101
Binary101111111000111110111101011001111001100101110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8FBD; }

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

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

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

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

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

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

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

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