#BD89C1

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

Shades of Lilac #BD89C1

Tints of Lilac #BD89C1

Color information

#BD89C1 (or 0xBD89C1) is unknown color: approx Lilac. HEX triplet: BD, 89 and C1. RGB value is (189,137,193). Sum of RGB (Red+Green+Blue) = 189+137+193=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD89C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD89C1 is #42763E. Grayscale: #9E9E9E. Windows color (decimal): -4355647 or 12683709. OLE color: 12683709.

HSL color Cylindrical-coordinate representation of color #BD89C1: hue angle of 295.71º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD89C1 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189137193-
CMYK0.020.2900.24
HSL295.71º31.11%64.71%-
HSV(B)295.71º29.02%75.69%-
XYZ39.5632.5654.65-
YUV158.93147.23149.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 137 (53.91% from 255) = 26.40%
BLUE value IS 193 (75.78% from 255) = 37.19%
R=36.42%
G=26.40%
B=37.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891371930.020.2900.24295.7131.1164.71
HexBD89C121D0181281f41
Octal27521130123503045037101
Binary1011110110001001110000011011101011000100101000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD89C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD89C1; }

 p { color: rgb(189,137,193); }

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

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

 a { background-color: rgb(189,137,193); }

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

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

 span { border-color: rgb(189,137,193); }

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