#B9AAAF

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

Shades of Lily #B9AAAF

Tints of Lily #B9AAAF

Color information

#B9AAAF (or 0xB9AAAF) is unknown color: approx Lily. HEX triplet: B9, AA and AF. RGB value is (185,170,175). Sum of RGB (Red+Green+Blue) = 185+170+175=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AAAF is #465550. Grayscale: #AFAFAF. Windows color (decimal): -4609361 or 11512505. OLE color: 11512505.

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

Color convert

RGB185170175-
CMYK00.080.050.27
HSL340º9.68%69.61%-
HSV(B)340º8.11%72.55%-
XYZ42.1242.1646.47-
YUV175.05127.97135.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.91%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 175 (68.75% from 255) = 33.02%
R=34.91%
G=32.08%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517017500.080.050.273409.6869.61
HexB9AAAF0851B154a46
Octal27125225701053352412106
Binary101110011010101010101111010001011101110101010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AAAF; }

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

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

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

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

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

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

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

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