#BD8EC5

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

Shades of Lilac #BD8EC5

Tints of Lilac #BD8EC5

Color information

#BD8EC5 (or 0xBD8EC5) is unknown color: approx Lilac. HEX triplet: BD, 8E and C5. RGB value is (189,142,197). Sum of RGB (Red+Green+Blue) = 189+142+197=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD8EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8EC5 is #42713A. Grayscale: #A2A2A2. Windows color (decimal): -4354363 or 12947133. OLE color: 12947133.

HSL color Cylindrical-coordinate representation of color #BD8EC5: hue angle of 291.27º degrees, saturation: 0.32, 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 #BD8EC5 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB189142197-
CMYK0.040.2800.23
HSL291.27º32.16%66.47%-
HSV(B)291.27º27.92%77.25%-
XYZ40.7434.257.28-
YUV162.32147.57147.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 142 (55.86% from 255) = 26.89%
BLUE value IS 197 (77.34% from 255) = 37.31%
R=35.80%
G=26.89%
B=37.31%

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
Decimal1891421970.040.2800.23291.2732.1666.47
HexBD8EC541C0171232042
Octal27521630543402744340102
Binary101111011000111011000101100111000101111001000111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8EC5; }

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

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

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

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

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

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

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

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