#BFA5BE

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

Shades of Lilac #BFA5BE

Tints of Lilac #BFA5BE

Color information

#BFA5BE (or 0xBFA5BE) is unknown color: approx Lilac. HEX triplet: BF, A5 and BE. RGB value is (191,165,190). Sum of RGB (Red+Green+Blue) = 191+165+190=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5BE is #405A41. Grayscale: #AFAFAF. Windows color (decimal): -4217410 or 12494271. OLE color: 12494271.

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

Color convert

RGB191165190-
CMYK00.140.010.25
HSL302.31º16.88%69.8%-
HSV(B)302.31º13.61%74.9%-
XYZ44.2441.754.43-
YUV175.62136.11138.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 165 (64.84% from 255) = 30.22%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=34.98%
G=30.22%
B=34.80%

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
Decimal19116519000.140.010.25302.3116.8869.8
HexBFA5BE0E11912e1146
Octal27724527601613145621106
Binary10111111101001011011111001110111001100101110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA5BE; }

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

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

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

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

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

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

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

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