#BD8FBF

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

Shades of Lilac #BD8FBF

Tints of Lilac #BD8FBF

Color information

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

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

Color convert

RGB189143191-
CMYK0.010.2500.25
HSL297.5º27.27%65.49%-
HSV(B)297.5º25.13%74.9%-
XYZ40.2134.2353.78-
YUV162.23144.24147.1-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891431910.010.2500.25297.527.2765.49
HexBD8FBF11901912a1b41
Octal27521727713103145233101
Binary101111011000111110111111111001011001100101010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8FBF; }

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

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

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

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

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

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

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

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