#B991AB

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

Shades of Lily #B991AB

Tints of Lily #B991AB

Color information

#B991AB (or 0xB991AB) is unknown color: approx Lily. HEX triplet: B9, 91 and AB. RGB value is (185,145,171). Sum of RGB (Red+Green+Blue) = 185+145+171=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 185 - color contains mainly: red. Hex color #B991AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B991AB is #466E54. Grayscale: #9F9F9F. Windows color (decimal): -4615765 or 11243961. OLE color: 11243961.

HSL color Cylindrical-coordinate representation of color #B991AB: hue angle of 321º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B991AB is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB185145171-
CMYK00.220.080.27
HSL321º22.22%64.71%-
HSV(B)321º21.62%72.55%-
XYZ37.4833.5143.02-
YUV159.92134.25145.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=36.93%
G=28.94%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514517100.220.080.2732122.2264.71
HexB991AB01681B1411641
Octal271221253026103350126101
Binary101110011001000110101011010110100011011101000001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B991AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B991AB; }

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

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

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

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

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

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

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

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