#B9AAB2

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

Shades of Lily #B9AAB2

Tints of Lily #B9AAB2

Color information

#B9AAB2 (or 0xB9AAB2) is unknown color: approx Lily. HEX triplet: B9, AA and B2. RGB value is (185,170,178). Sum of RGB (Red+Green+Blue) = 185+170+178=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AAB2 is #46554D. Grayscale: #AFAFAF. Windows color (decimal): -4609358 or 11709113. OLE color: 11709113.

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

Color convert

RGB185170178-
CMYK00.080.040.27
HSL328º9.68%69.61%-
HSV(B)328º8.11%72.55%-
XYZ42.4242.2848.04-
YUV175.4129.47134.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 178 (69.92% from 255) = 33.40%
R=34.71%
G=31.89%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517017800.080.040.273289.6869.61
HexB9AAB20841B148a46
Octal27125226201043351012106
Binary101110011010101010110010010001001101110100100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AAB2; }

 p { color: rgb(185,170,178); }

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

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

 a { background-color: rgb(185,170,178); }

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

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

 span { border-color: rgb(185,170,178); }

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