#B991BE

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

Shades of Lilac #B991BE

Tints of Lilac #B991BE

Color information

#B991BE (or 0xB991BE) is unknown color: approx Lilac. HEX triplet: B9, 91 and BE. RGB value is (185,145,190). Sum of RGB (Red+Green+Blue) = 185+145+190=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #B991BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991BE is #466E41. Grayscale: #A1A1A1. Windows color (decimal): -4615746 or 12489145. OLE color: 12489145.

HSL color Cylindrical-coordinate representation of color #B991BE: hue angle of 293.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B991BE is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185145190-
CMYK0.030.2400.25
HSL293.33º25.71%65.69%-
HSV(B)293.33º23.68%74.51%-
XYZ39.4334.2853.25-
YUV162.09143.75144.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 145 (57.03% from 255) = 27.88%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=35.58%
G=27.88%
B=36.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851451900.030.2400.25293.3325.7165.69
HexB991BE3180191251a42
Octal27122127633003144532102
Binary1011100110010001101111101111000011001100100101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B991BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B991BE; }

 p { color: rgb(185,145,190); }

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

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

 a { background-color: rgb(185,145,190); }

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

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

 span { border-color: rgb(185,145,190); }

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