#BFA3BE

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

Shades of Lilac #BFA3BE

Tints of Lilac #BFA3BE

Color information

#BFA3BE (or 0xBFA3BE) is unknown color: approx Lilac. HEX triplet: BF, A3 and BE. RGB value is (191,163,190). Sum of RGB (Red+Green+Blue) = 191+163+190=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA3BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA3BE is #405C41. Grayscale: #AEAEAE. Windows color (decimal): -4217922 or 12493759. OLE color: 12493759.

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

Color convert

RGB191163190-
CMYK00.150.010.25
HSL302.14º17.95%69.41%-
HSV(B)302.14º14.66%74.9%-
XYZ43.8840.9954.31-
YUV174.45136.78139.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 163 (64.06% from 255) = 29.96%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=35.11%
G=29.96%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116319000.150.010.25302.1417.9569.41
HexBFA3BE0F11912e1245
Octal27724327601713145622105
Binary10111111101000111011111001111111001100101110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA3BE; }

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

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

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

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

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

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

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

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