#BF8AC4

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

Shades of Lilac #BF8AC4

Tints of Lilac #BF8AC4

Color information

#BF8AC4 (or 0xBF8AC4) is unknown color: approx Lilac. HEX triplet: BF, 8A and C4. RGB value is (191,138,196). Sum of RGB (Red+Green+Blue) = 191+138+196=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF8AC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8AC4 is #40753B. Grayscale: #A0A0A0. Windows color (decimal): -4224316 or 12880575. OLE color: 12880575.

HSL color Cylindrical-coordinate representation of color #BF8AC4: hue angle of 294.83º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF8AC4 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB191138196-
CMYK0.030.3000.23
HSL294.83º32.95%65.49%-
HSV(B)294.83º29.59%76.86%-
XYZ40.5433.2456.5-
YUV160.46148.06149.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 138 (54.30% from 255) = 26.29%
BLUE value IS 196 (76.95% from 255) = 37.33%
R=36.38%
G=26.29%
B=37.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911381960.030.3000.23294.8332.9565.49
HexBF8AC431E0171272141
Octal27721230433602744741101
Binary10111111100010101100010011111100101111001001111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8AC4; }

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

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

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

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

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

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

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

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