#BD8DC5

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

Shades of Lilac #BD8DC5

Tints of Lilac #BD8DC5

Color information

#BD8DC5 (or 0xBD8DC5) is unknown color: approx Lilac. HEX triplet: BD, 8D and C5. RGB value is (189,141,197). Sum of RGB (Red+Green+Blue) = 189+141+197=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD8DC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DC5 is #42723A. Grayscale: #A1A1A1. Windows color (decimal): -4354619 or 12946877. OLE color: 12946877.

HSL color Cylindrical-coordinate representation of color #BD8DC5: hue angle of 291.43º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD8DC5 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB189141197-
CMYK0.040.2800.23
HSL291.43º32.56%66.27%-
HSV(B)291.43º28.43%77.25%-
XYZ40.5933.957.23-
YUV161.74147.9147.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 197 (77.34% from 255) = 37.38%
R=35.86%
G=26.76%
B=37.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891411970.040.2800.23291.4332.5666.27
HexBD8DC541C0171232142
Octal27521530543402744341102
Binary101111011000110111000101100111000101111001000111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8DC5; }

 p { color: rgb(189,141,197); }

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

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

 a { background-color: rgb(189,141,197); }

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

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

 span { border-color: rgb(189,141,197); }

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