#BFA0C0

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

Shades of Lilac #BFA0C0

Tints of Lilac #BFA0C0

Color information

#BFA0C0 (or 0xBFA0C0) is unknown color: approx Lilac. HEX triplet: BF, A0 and C0. RGB value is (191,160,192). Sum of RGB (Red+Green+Blue) = 191+160+192=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFA0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0C0 is #405F3F. Grayscale: #ACACAC. Windows color (decimal): -4218688 or 12624063. OLE color: 12624063.

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

Color convert

RGB191160192-
CMYK0.010.1700.25
HSL298.12º20.25%69.02%-
HSV(B)298.12º16.67%75.29%-
XYZ43.5740.0255.3-
YUV172.92138.77140.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 160 (62.89% from 255) = 29.47%
BLUE value IS 192 (75.39% from 255) = 35.36%
R=35.17%
G=29.47%
B=35.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911601920.010.1700.25298.1220.2569.02
HexBFA0C011101912a1445
Octal27724030012103145224105
Binary101111111010000011000000110001011001100101010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA0C0; }

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

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

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

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

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

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

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

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