#BF8ACA

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

Shades of Lilac #BF8ACA

Tints of Lilac #BF8ACA

Color information

#BF8ACA (or 0xBF8ACA) is unknown color: approx Lilac. HEX triplet: BF, 8A and CA. RGB value is (191,138,202). Sum of RGB (Red+Green+Blue) = 191+138+202=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF8ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8ACA is #407535. Grayscale: #A0A0A0. Windows color (decimal): -4224310 or 13273791. OLE color: 13273791.

HSL color Cylindrical-coordinate representation of color #BF8ACA: hue angle of 289.69º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF8ACA is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191138202-
CMYK0.050.3200.21
HSL289.69º37.65%66.67%-
HSV(B)289.69º31.68%79.22%-
XYZ41.2433.5260.17-
YUV161.14151.06149.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 138 (54.30% from 255) = 25.99%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=35.97%
G=25.99%
B=38.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911382020.050.3200.21289.6937.6566.67
HexBF8ACA5200151222643
Octal27721231254002544246103
Binary1011111110001010110010101011000000101011001000101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8ACA; }

 p { color: rgb(191,138,202); }

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

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

 a { background-color: rgb(191,138,202); }

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

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

 span { border-color: rgb(191,138,202); }

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