#B991BD

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

Shades of Lilac #B991BD

Tints of Lilac #B991BD

Color information

#B991BD (or 0xB991BD) is unknown color: approx Lilac. HEX triplet: B9, 91 and BD. RGB value is (185,145,189). Sum of RGB (Red+Green+Blue) = 185+145+189=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 189 - color contains mainly: blue. Hex color #B991BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991BD is #466E42. Grayscale: #A1A1A1. Windows color (decimal): -4615747 or 12423609. OLE color: 12423609.

HSL color Cylindrical-coordinate representation of color #B991BD: hue angle of 294.55º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B991BD is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185145189-
CMYK0.020.2300.26
HSL294.55º25%65.49%-
HSV(B)294.55º23.28%74.12%-
XYZ39.3234.2452.68-
YUV161.98143.25144.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.65%
GREEN value IS 145 (57.03% from 255) = 27.94%
BLUE value IS 189 (74.22% from 255) = 36.42%
R=35.65%
G=27.94%
B=36.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851451890.020.2300.26294.552565.49
HexB991BD21701A1271941
Octal27122127522703244731101
Binary1011100110010001101111011010111011010100100111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B991BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B991BD; }

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

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

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

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

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

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

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

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