#B9A9B4

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

Shades of Lily #B9A9B4

Tints of Lily #B9A9B4

Color information

#B9A9B4 (or 0xB9A9B4) is unknown color: approx Lily. HEX triplet: B9, A9 and B4. RGB value is (185,169,180). Sum of RGB (Red+Green+Blue) = 185+169+180=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A9B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A9B4 is #46564B. Grayscale: #AFAFAF. Windows color (decimal): -4609612 or 11839929. OLE color: 11839929.

HSL color Cylindrical-coordinate representation of color #B9A9B4: hue angle of 318.75º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9A9B4 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB185169180-
CMYK00.090.030.27
HSL318.75º10.26%69.41%-
HSV(B)318.75º8.65%72.55%-
XYZ42.4341.9949.05-
YUV175.04130.8135.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 169 (66.41% from 255) = 31.65%
BLUE value IS 180 (70.70% from 255) = 33.71%
R=34.64%
G=31.65%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516918000.090.030.27318.7510.2669.41
HexB9A9B40931B13fa45
Octal27125126401133347712105
Binary10111001101010011011010001001111101110011111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A9B4; }

 p { color: rgb(185,169,180); }

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

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

 a { background-color: rgb(185,169,180); }

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

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

 span { border-color: rgb(185,169,180); }

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