#B9A9AE

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

Shades of Lily #B9A9AE

Tints of Lily #B9A9AE

Color information

#B9A9AE (or 0xB9A9AE) is unknown color: approx Lily. HEX triplet: B9, A9 and AE. RGB value is (185,169,174). Sum of RGB (Red+Green+Blue) = 185+169+174=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A9AE is #465651. Grayscale: #AEAEAE. Windows color (decimal): -4609618 or 11446713. OLE color: 11446713.

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

Color convert

RGB185169174-
CMYK00.090.060.27
HSL341.25º10.26%69.41%-
HSV(B)341.25º8.65%72.55%-
XYZ41.8441.7545.9-
YUV174.35127.8135.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.04%
GREEN value IS 169 (66.41% from 255) = 32.01%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=35.04%
G=32.01%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516917400.090.060.27341.2510.2669.41
HexB9A9AE0961B155a45
Octal27125125601163352512105
Binary101110011010100110101110010011101101110101010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A9AE; }

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

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

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

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

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

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

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

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