#BFA0C2

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

Shades of Lilac #BFA0C2

Tints of Lilac #BFA0C2

Color information

#BFA0C2 (or 0xBFA0C2) is unknown color: approx Lilac. HEX triplet: BF, A0 and C2. RGB value is (191,160,194). Sum of RGB (Red+Green+Blue) = 191+160+194=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFA0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0C2 is #405F3D. Grayscale: #ADADAD. Windows color (decimal): -4218686 or 12755135. OLE color: 12755135.

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

Color convert

RGB191160194-
CMYK0.020.1800.24
HSL294.71º21.79%69.41%-
HSV(B)294.71º17.53%76.08%-
XYZ43.7940.1156.47-
YUV173.14139.77140.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 160 (62.89% from 255) = 29.36%
BLUE value IS 194 (76.17% from 255) = 35.60%
R=35.05%
G=29.36%
B=35.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911601940.020.1800.24294.7121.7969.41
HexBFA0C22120181271645
Octal27724030222203044726105
Binary1011111110100000110000101010010011000100100111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA0C2; }

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

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

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

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

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

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

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

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