#BD8CC1

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

Shades of Lilac #BD8CC1

Tints of Lilac #BD8CC1

Color information

#BD8CC1 (or 0xBD8CC1) is unknown color: approx Lilac. HEX triplet: BD, 8C and C1. RGB value is (189,140,193). Sum of RGB (Red+Green+Blue) = 189+140+193=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD8CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CC1 is #42733E. Grayscale: #A0A0A0. Windows color (decimal): -4354879 or 12684477. OLE color: 12684477.

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

Color convert

RGB189140193-
CMYK0.020.2700.24
HSL295.47º29.94%65.29%-
HSV(B)295.47º27.46%75.69%-
XYZ39.9933.4354.8-
YUV160.69146.23148.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 140 (55.08% from 255) = 26.82%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=36.21%
G=26.82%
B=36.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891401930.020.2700.24295.4729.9465.29
HexBD8CC121B0181271e41
Octal27521430123303044736101
Binary1011110110001100110000011011011011000100100111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8CC1; }

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

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

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

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

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

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

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

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