#BD8BC2

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

Shades of Lilac #BD8BC2

Tints of Lilac #BD8BC2

Color information

#BD8BC2 (or 0xBD8BC2) is unknown color: approx Lilac. HEX triplet: BD, 8B and C2. RGB value is (189,139,194). Sum of RGB (Red+Green+Blue) = 189+139+194=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD8BC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8BC2 is #42743D. Grayscale: #A0A0A0. Windows color (decimal): -4355134 or 12749757. OLE color: 12749757.

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

Color convert

RGB189139194-
CMYK0.030.2800.24
HSL294.55º31.07%65.29%-
HSV(B)294.55º28.35%76.08%-
XYZ39.9633.1855.34-
YUV160.22147.06148.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 139 (54.69% from 255) = 26.63%
BLUE value IS 194 (76.17% from 255) = 37.16%
R=36.21%
G=26.63%
B=37.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891391940.030.2800.24294.5531.0765.29
HexBD8BC231C0181271f41
Octal27521330233403044737101
Binary1011110110001011110000101111100011000100100111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8BC2; }

 p { color: rgb(189,139,194); }

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

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

 a { background-color: rgb(189,139,194); }

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

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

 span { border-color: rgb(189,139,194); }

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