#BF9AC0

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

Shades of Lilac #BF9AC0

Tints of Lilac #BF9AC0

Color information

#BF9AC0 (or 0xBF9AC0) is unknown color: approx Lilac. HEX triplet: BF, 9A and C0. RGB value is (191,154,192). Sum of RGB (Red+Green+Blue) = 191+154+192=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF9AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9AC0 is #40653F. Grayscale: #A9A9A9. Windows color (decimal): -4220224 or 12622527. OLE color: 12622527.

HSL color Cylindrical-coordinate representation of color #BF9AC0: hue angle of 298.42º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF9AC0 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191154192-
CMYK0.010.2000.25
HSL298.42º23.17%67.84%-
HSV(B)298.42º19.79%75.29%-
XYZ42.5637.9954.96-
YUV169.4140.76143.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.57%
GREEN value IS 154 (60.55% from 255) = 28.68%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=35.57%
G=28.68%
B=35.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911541920.010.2000.25298.4223.1767.84
HexBF9AC011401912a1744
Octal27723230012403145227104
Binary101111111001101011000000110100011001100101010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9AC0; }

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

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

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

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

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

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

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

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