#BD8FBE

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

Shades of Lilac #BD8FBE

Tints of Lilac #BD8FBE

Color information

#BD8FBE (or 0xBD8FBE) is unknown color: approx Lilac. HEX triplet: BD, 8F and BE. RGB value is (189,143,190). Sum of RGB (Red+Green+Blue) = 189+143+190=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD8FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FBE is #427041. Grayscale: #A1A1A1. Windows color (decimal): -4354114 or 12488637. OLE color: 12488637.

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

Color convert

RGB189143190-
CMYK0.010.2500.25
HSL298.72º26.55%65.29%-
HSV(B)298.72º24.74%74.51%-
XYZ40.134.1853.2-
YUV162.11143.74147.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 143 (56.25% from 255) = 27.39%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=36.21%
G=27.39%
B=36.40%

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
Decimal1891431900.010.2500.25298.7226.5565.29
HexBD8FBE11901912b1b41
Octal27521727613103145333101
Binary101111011000111110111110111001011001100101011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8FBE; }

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

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

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

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

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

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

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

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