#BC9ABF

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

Shades of Lilac #BC9ABF

Tints of Lilac #BC9ABF

Color information

#BC9ABF (or 0xBC9ABF) is unknown color: approx Lilac. HEX triplet: BC, 9A and BF. RGB value is (188,154,191). Sum of RGB (Red+Green+Blue) = 188+154+191=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC9ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ABF is #436540. Grayscale: #A8A8A8. Windows color (decimal): -4416833 or 12556988. OLE color: 12556988.

HSL color Cylindrical-coordinate representation of color #BC9ABF: hue angle of 295.14º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BC9ABF is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188154191-
CMYK0.020.1900.25
HSL295.14º22.42%67.65%-
HSV(B)295.14º19.37%74.9%-
XYZ41.737.5654.34-
YUV168.38140.76141.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 154 (60.55% from 255) = 28.89%
BLUE value IS 191 (75% from 255) = 35.83%
R=35.27%
G=28.89%
B=35.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881541910.020.1900.25295.1422.4267.65
HexBC9ABF2130191271644
Octal27423227722303144726104
Binary1011110010011010101111111010011011001100100111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9ABF; }

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

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

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

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

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

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

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

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