#BFA4BE

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

Shades of Lilac #BFA4BE

Tints of Lilac #BFA4BE

Color information

#BFA4BE (or 0xBFA4BE) is unknown color: approx Lilac. HEX triplet: BF, A4 and BE. RGB value is (191,164,190). Sum of RGB (Red+Green+Blue) = 191+164+190=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA4BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA4BE is #405B41. Grayscale: #AEAEAE. Windows color (decimal): -4217666 or 12494015. OLE color: 12494015.

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

Color convert

RGB191164190-
CMYK00.140.010.25
HSL302.22º17.42%69.61%-
HSV(B)302.22º14.14%74.9%-
XYZ44.0641.3454.37-
YUV175.04136.45139.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 164 (64.45% from 255) = 30.09%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=35.05%
G=30.09%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116419000.140.010.25302.2217.4269.61
HexBFA4BE0E11912e1146
Octal27724427601613145621106
Binary10111111101001001011111001110111001100101110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA4BE; }

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

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

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

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

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

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

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

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