#BFA4BB

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

Shades of Lilac #BFA4BB

Tints of Lilac #BFA4BB

Color information

#BFA4BB (or 0xBFA4BB) is unknown color: approx Lilac. HEX triplet: BF, A4 and BB. RGB value is (191,164,187). Sum of RGB (Red+Green+Blue) = 191+164+187=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA4BB is #405B44. Grayscale: #AEAEAE. Windows color (decimal): -4217669 or 12297407. OLE color: 12297407.

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

Color convert

RGB191164187-
CMYK00.140.020.25
HSL308.89º17.42%69.61%-
HSV(B)308.89º14.14%74.9%-
XYZ43.7341.2252.66-
YUV174.7134.95139.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 164 (64.45% from 255) = 30.26%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=35.24%
G=30.26%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116418700.140.020.25308.8917.4269.61
HexBFA4BB0E2191351146
Octal27724427301623146521106
Binary101111111010010010111011011101011001100110101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA4BB; }

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

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

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

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

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

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

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

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