#BFA6BB

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

Shades of Lilac #BFA6BB

Tints of Lilac #BFA6BB

Color information

#BFA6BB (or 0xBFA6BB) is unknown color: approx Lilac. HEX triplet: BF, A6 and BB. RGB value is (191,166,187). Sum of RGB (Red+Green+Blue) = 191+166+187=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA6BB is #405944. Grayscale: #AFAFAF. Windows color (decimal): -4217157 or 12297919. OLE color: 12297919.

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

Color convert

RGB191166187-
CMYK00.130.020.25
HSL309.6º16.34%70%-
HSV(B)309.6º13.09%74.9%-
XYZ44.0941.9452.78-
YUV175.87134.28138.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 166 (65.23% from 255) = 30.51%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=35.11%
G=30.51%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116618700.130.020.25309.616.3470
HexBFA6BB0D2191361046
Octal27724627301523146620106
Binary101111111010011010111011011011011001100110110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA6BB; }

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

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

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

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

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

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

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

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