#BF84C2

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

Shades of Lilac #BF84C2

Tints of Lilac #BF84C2

Color information

#BF84C2 (or 0xBF84C2) is unknown color: approx Lilac. HEX triplet: BF, 84 and C2. RGB value is (191,132,194). Sum of RGB (Red+Green+Blue) = 191+132+194=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF84C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF84C2 is #407B3D. Grayscale: #9C9C9C. Windows color (decimal): -4225854 or 12747967. OLE color: 12747967.

HSL color Cylindrical-coordinate representation of color #BF84C2: hue angle of 297.1º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF84C2 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191132194-
CMYK0.020.3200.24
HSL297.1º33.7%63.92%-
HSV(B)297.1º31.96%76.08%-
XYZ39.4731.4755.03-
YUV156.71149.05152.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 132 (51.95% from 255) = 25.53%
BLUE value IS 194 (76.17% from 255) = 37.52%
R=36.94%
G=25.53%
B=37.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911321940.020.3200.24297.133.763.92
HexBF84C22200181292240
Octal27720430224003045142100
Binary101111111000010011000010101000000110001001010011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF84C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF84C2; }

 p { color: rgb(191,132,194); }

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

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

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

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

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

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

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