#BFA0BA

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

Shades of Lilac #BFA0BA

Tints of Lilac #BFA0BA

Color information

#BFA0BA (or 0xBFA0BA) is unknown color: approx Lilac. HEX triplet: BF, A0 and BA. RGB value is (191,160,186). Sum of RGB (Red+Green+Blue) = 191+160+186=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0BA is #405F45. Grayscale: #ACACAC. Windows color (decimal): -4218694 or 12230847. OLE color: 12230847.

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

Color convert

RGB191160186-
CMYK00.160.030.25
HSL309.68º19.5%68.82%-
HSV(B)309.68º16.23%74.9%-
XYZ42.9239.7651.87-
YUV172.23135.77141.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.57%
GREEN value IS 160 (62.89% from 255) = 29.80%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=35.57%
G=29.80%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116018600.160.030.25309.6819.568.82
HexBFA0BA0103191361345
Octal27724027202033146623105
Binary1011111110100000101110100100001111001100110110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA0BA; }

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

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

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

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

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

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

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

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