#BD8ABF

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

Shades of Lilac #BD8ABF

Tints of Lilac #BD8ABF

Color information

#BD8ABF (or 0xBD8ABF) is unknown color: approx Lilac. HEX triplet: BD, 8A and BF. RGB value is (189,138,191). Sum of RGB (Red+Green+Blue) = 189+138+191=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD8ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8ABF is #427540. Grayscale: #9F9F9F. Windows color (decimal): -4355393 or 12552893. OLE color: 12552893.

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

Color convert

RGB189138191-
CMYK0.010.2800.25
HSL297.74º29.28%64.51%-
HSV(B)297.74º27.75%74.9%-
XYZ39.4832.7653.53-
YUV159.29145.9149.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 138 (54.30% from 255) = 26.64%
BLUE value IS 191 (75% from 255) = 36.87%
R=36.49%
G=26.64%
B=36.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891381910.010.2800.25297.7429.2864.51
HexBD8ABF11C01912a1d41
Octal27521227713403145235101
Binary101111011000101010111111111100011001100101010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8ABF; }

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

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

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

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

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

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

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

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