#BFA8BE

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

Shades of Lilac #BFA8BE

Tints of Lilac #BFA8BE

Color information

#BFA8BE (or 0xBFA8BE) is unknown color: approx Lilac. HEX triplet: BF, A8 and BE. RGB value is (191,168,190). Sum of RGB (Red+Green+Blue) = 191+168+190=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA8BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8BE is #405741. Grayscale: #B1B1B1. Windows color (decimal): -4216642 or 12495039. OLE color: 12495039.

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

Color convert

RGB191168190-
CMYK00.120.010.25
HSL302.61º15.23%70.39%-
HSV(B)302.61º12.04%74.9%-
XYZ44.7842.854.62-
YUV177.38135.12137.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.79%
GREEN value IS 168 (66.02% from 255) = 30.60%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=34.79%
G=30.60%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116819000.120.010.25302.6115.2370.39
HexBFA8BE0C11912ff46
Octal27725027601413145717106
Binary1011111110101000101111100110011100110010111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA8BE; }

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

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

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

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

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

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

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

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