#BD8CC3

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

Shades of Lilac #BD8CC3

Tints of Lilac #BD8CC3

Color information

#BD8CC3 (or 0xBD8CC3) is unknown color: approx Lilac. HEX triplet: BD, 8C and C3. RGB value is (189,140,195). Sum of RGB (Red+Green+Blue) = 189+140+195=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD8CC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CC3 is #42733C. Grayscale: #A0A0A0. Windows color (decimal): -4354877 or 12815549. OLE color: 12815549.

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

Color convert

RGB189140195-
CMYK0.030.2800.24
HSL293.45º31.43%65.69%-
HSV(B)293.45º28.21%76.47%-
XYZ40.2133.5255.98-
YUV160.92147.23148.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 140 (55.08% from 255) = 26.72%
BLUE value IS 195 (76.56% from 255) = 37.21%
R=36.07%
G=26.72%
B=37.21%

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
Decimal1891401950.030.2800.24293.4531.4365.69
HexBD8CC331C0181251f42
Octal27521430333403044537102
Binary1011110110001100110000111111100011000100100101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8CC3; }

 p { color: rgb(189,140,195); }

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

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

 a { background-color: rgb(189,140,195); }

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

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

 span { border-color: rgb(189,140,195); }

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