#BD8ABE

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

Shades of Lilac #BD8ABE

Tints of Lilac #BD8ABE

Color information

#BD8ABE (or 0xBD8ABE) is unknown color: approx Lilac. HEX triplet: BD, 8A and BE. RGB value is (189,138,190). Sum of RGB (Red+Green+Blue) = 189+138+190=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD8ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8ABE is #427541. Grayscale: #9F9F9F. Windows color (decimal): -4355394 or 12487357. OLE color: 12487357.

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

Color convert

RGB189138190-
CMYK0.010.2700.25
HSL298.85º28.57%64.31%-
HSV(B)298.85º27.37%74.51%-
XYZ39.3732.7152.95-
YUV159.18145.4149.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 138 (54.30% from 255) = 26.69%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=36.56%
G=26.69%
B=36.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891381900.010.2700.25298.8528.5764.31
HexBD8ABE11B01912b1d40
Octal27521227613303145335100
Binary101111011000101010111110111011011001100101011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8ABE; }

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

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

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

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

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

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

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

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