#BF9AC8

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

Shades of Lilac #BF9AC8

Tints of Lilac #BF9AC8

Color information

#BF9AC8 (or 0xBF9AC8) is unknown color: approx Lilac. HEX triplet: BF, 9A and C8. RGB value is (191,154,200). Sum of RGB (Red+Green+Blue) = 191+154+200=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF9AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9AC8 is #406537. Grayscale: #AAAAAA. Windows color (decimal): -4220216 or 13146815. OLE color: 13146815.

HSL color Cylindrical-coordinate representation of color #BF9AC8: hue angle of 288.26º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF9AC8 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191154200-
CMYK0.040.2300.22
HSL288.26º29.49%69.41%-
HSV(B)288.26º23%78.43%-
XYZ43.4738.3659.76-
YUV170.31144.76142.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 154 (60.55% from 255) = 28.26%
BLUE value IS 200 (78.52% from 255) = 36.70%
R=35.05%
G=28.26%
B=36.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911542000.040.2300.22288.2629.4969.41
HexBF9AC84170161201d45
Octal27723231042702644035105
Binary10111111100110101100100010010111010110100100000111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9AC8; }

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

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

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

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

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

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

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

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