#BC9ABD

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

Shades of Lilac #BC9ABD

Tints of Lilac #BC9ABD

Color information

#BC9ABD (or 0xBC9ABD) is unknown color: approx Lilac. HEX triplet: BC, 9A and BD. RGB value is (188,154,189). Sum of RGB (Red+Green+Blue) = 188+154+189=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC9ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ABD is #436542. Grayscale: #A8A8A8. Windows color (decimal): -4416835 or 12425916. OLE color: 12425916.

HSL color Cylindrical-coordinate representation of color #BC9ABD: hue angle of 298.29º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BC9ABD is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188154189-
CMYK0.010.1900.26
HSL298.29º20.96%67.25%-
HSV(B)298.29º18.52%74.12%-
XYZ41.4837.4853.19-
YUV168.16139.76142.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 189 (74.22% from 255) = 35.59%
R=35.40%
G=29.00%
B=35.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881541890.010.1900.26298.2920.9667.25
HexBC9ABD11301A12a1543
Octal27423227512303245225103
Binary101111001001101010111101110011011010100101010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9ABD; }

 p { color: rgb(188,154,189); }

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

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

 a { background-color: rgb(188,154,189); }

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

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

 span { border-color: rgb(188,154,189); }

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