#BFA7BE

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

Shades of Lilac #BFA7BE

Tints of Lilac #BFA7BE

Color information

#BFA7BE (or 0xBFA7BE) is unknown color: approx Lilac. HEX triplet: BF, A7 and BE. RGB value is (191,167,190). Sum of RGB (Red+Green+Blue) = 191+167+190=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA7BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA7BE is #405841. Grayscale: #B0B0B0. Windows color (decimal): -4216898 or 12494783. OLE color: 12494783.

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

Color convert

RGB191167190-
CMYK00.130.010.25
HSL302.5º15.79%70.2%-
HSV(B)302.5º12.57%74.9%-
XYZ44.642.4354.55-
YUV176.8135.45138.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.85%
GREEN value IS 167 (65.62% from 255) = 30.47%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=34.85%
G=30.47%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116719000.130.010.25302.515.7970.2
HexBFA7BE0D11912e1046
Octal27724727601513145620106
Binary10111111101001111011111001101111001100101110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA7BE; }

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

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

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

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

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

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

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

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