#B9A9B6

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

Shades of Lily #B9A9B6

Tints of Lily #B9A9B6

Color information

#B9A9B6 (or 0xB9A9B6) is unknown color: approx Lily. HEX triplet: B9, A9 and B6. RGB value is (185,169,182). Sum of RGB (Red+Green+Blue) = 185+169+182=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A9B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A9B6 is #465649. Grayscale: #AFAFAF. Windows color (decimal): -4609610 or 11971001. OLE color: 11971001.

HSL color Cylindrical-coordinate representation of color #B9A9B6: hue angle of 311.25º 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 #B9A9B6 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB185169182-
CMYK00.090.020.27
HSL311.25º10.26%69.41%-
HSV(B)311.25º8.65%72.55%-
XYZ42.6442.0750.13-
YUV175.27131.8134.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 169 (66.41% from 255) = 31.53%
BLUE value IS 182 (71.48% from 255) = 33.96%
R=34.51%
G=31.53%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516918200.090.020.27311.2510.2669.41
HexB9A9B60921B137a45
Octal27125126601123346712105
Binary10111001101010011011011001001101101110011011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A9B6; }

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

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

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

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

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

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

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

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