#B9A4B1

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

Shades of Lily #B9A4B1

Tints of Lily #B9A4B1

Color information

#B9A4B1 (or 0xB9A4B1) is unknown color: approx Lily. HEX triplet: B9, A4 and B1. RGB value is (185,164,177). Sum of RGB (Red+Green+Blue) = 185+164+177=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A4B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A4B1 is #465B4E. Grayscale: #ABABAB. Windows color (decimal): -4610895 or 11642041. OLE color: 11642041.

HSL color Cylindrical-coordinate representation of color #B9A4B1: hue angle of 322.86º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9A4B1 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB185164177-
CMYK00.110.040.27
HSL322.86º13.04%68.43%-
HSV(B)322.86º11.35%72.55%-
XYZ41.2240.0447.15-
YUV171.76130.96137.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.17%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 177 (69.53% from 255) = 33.65%
R=35.17%
G=31.18%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516417700.110.040.27322.8613.0468.43
HexB9A4B10B41B143d44
Octal27124426101343350315104
Binary101110011010010010110001010111001101110100001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A4B1; }

 p { color: rgb(185,164,177); }

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

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

 a { background-color: rgb(185,164,177); }

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

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

 span { border-color: rgb(185,164,177); }

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