#BFA6BE

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

Shades of Lilac #BFA6BE

Tints of Lilac #BFA6BE

Color information

#BFA6BE (or 0xBFA6BE) is unknown color: approx Lilac. HEX triplet: BF, A6 and BE. RGB value is (191,166,190). Sum of RGB (Red+Green+Blue) = 191+166+190=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA6BE is #405941. Grayscale: #B0B0B0. Windows color (decimal): -4217154 or 12494527. OLE color: 12494527.

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

Color convert

RGB191166190-
CMYK00.130.010.25
HSL302.4º16.34%70%-
HSV(B)302.4º13.09%74.9%-
XYZ44.4242.0754.49-
YUV176.21135.78138.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 166 (65.23% from 255) = 30.35%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=34.92%
G=30.35%
B=34.73%

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
Decimal19116619000.130.010.25302.416.3470
HexBFA6BE0D11912e1046
Octal27724627601513145620106
Binary10111111101001101011111001101111001100101110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA6BE; }

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

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

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

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

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

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

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

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