#BF94C2

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

Shades of Lilac #BF94C2

Tints of Lilac #BF94C2

Color information

#BF94C2 (or 0xBF94C2) is unknown color: approx Lilac. HEX triplet: BF, 94 and C2. RGB value is (191,148,194). Sum of RGB (Red+Green+Blue) = 191+148+194=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF94C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94C2 is #406B3D. Grayscale: #A5A5A5. Windows color (decimal): -4221758 or 12752063. OLE color: 12752063.

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

Color convert

RGB191148194-
CMYK0.020.2400.24
HSL296.09º27.38%67.06%-
HSV(B)296.09º23.71%76.08%-
XYZ41.8136.1555.81-
YUV166.1143.75145.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.83%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 194 (76.17% from 255) = 36.40%
R=35.83%
G=27.77%
B=36.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911481940.020.2400.24296.0927.3867.06
HexBF94C22180181281b43
Octal27722430223003045033103
Binary1011111110010100110000101011000011000100101000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF94C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF94C2; }

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

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

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

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

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

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

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

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