#BF8ACB

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

Shades of Lilac #BF8ACB

Tints of Lilac #BF8ACB

Color information

#BF8ACB (or 0xBF8ACB) is unknown color: approx Lilac. HEX triplet: BF, 8A and CB. RGB value is (191,138,203). Sum of RGB (Red+Green+Blue) = 191+138+203=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF8ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8ACB is #407534. Grayscale: #A1A1A1. Windows color (decimal): -4224309 or 13339327. OLE color: 13339327.

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

Color convert

RGB191138203-
CMYK0.060.3200.20
HSL288.92º38.46%66.86%-
HSV(B)288.92º32.02%79.61%-
XYZ41.3533.5760.8-
YUV161.26151.56149.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 138 (54.30% from 255) = 25.94%
BLUE value IS 203 (79.69% from 255) = 38.16%
R=35.90%
G=25.94%
B=38.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911382030.060.3200.20288.9238.4666.86
HexBF8ACB6200141212643
Octal27721231364002444146103
Binary1011111110001010110010111101000000101001001000011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8ACB; }

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

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

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

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

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

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

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

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