#BFA0BB

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

Shades of Lilac #BFA0BB

Tints of Lilac #BFA0BB

Color information

#BFA0BB (or 0xBFA0BB) is unknown color: approx Lilac. HEX triplet: BF, A0 and BB. RGB value is (191,160,187). Sum of RGB (Red+Green+Blue) = 191+160+187=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0BB is #405F44. Grayscale: #ACACAC. Windows color (decimal): -4218693 or 12296383. OLE color: 12296383.

HSL color Cylindrical-coordinate representation of color #BFA0BB: hue angle of 307.74º 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 #BFA0BB is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB191160187-
CMYK00.160.020.25
HSL307.74º19.5%68.82%-
HSV(B)307.74º16.23%74.9%-
XYZ43.0339.8152.43-
YUV172.35136.27141.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 160 (62.89% from 255) = 29.74%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=35.50%
G=29.74%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116018700.160.020.25307.7419.568.82
HexBFA0BB0102191341345
Octal27724027302023146423105
Binary1011111110100000101110110100001011001100110100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA0BB; }

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

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

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

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

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

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

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

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