#BF9ABF

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

Shades of Lilac #BF9ABF

Tints of Lilac #BF9ABF

Color information

#BF9ABF (or 0xBF9ABF) is unknown color: approx Lilac. HEX triplet: BF, 9A and BF. RGB value is (191,154,191). Sum of RGB (Red+Green+Blue) = 191+154+191=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF9ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9ABF is #406540. Grayscale: #A9A9A9. Windows color (decimal): -4220225 or 12556991. OLE color: 12556991.

HSL color Cylindrical-coordinate representation of color #BF9ABF: hue angle of 300º 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 #BF9ABF is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191154191-
CMYK00.1900.25
HSL300º22.42%67.65%-
HSV(B)300º19.37%74.9%-
XYZ42.4537.9554.38-
YUV169.28140.26143.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 154 (60.55% from 255) = 28.73%
BLUE value IS 191 (75% from 255) = 35.63%
R=35.63%
G=28.73%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115419100.1900.2530022.4267.65
HexBF9ABF01301912c1644
Octal27723227702303145426104
Binary101111111001101010111111010011011001100101100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9ABF; }

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

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

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

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

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

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

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

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