#B0A9AC

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

Shades of Lily #B0A9AC

Tints of Lily #B0A9AC

Color information

#B0A9AC (or 0xB0A9AC) is unknown color: approx Lily. HEX triplet: B0, A9 and AC. RGB value is (176,169,172). Sum of RGB (Red+Green+Blue) = 176+169+172=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A9AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A9AC is #4F5653. Grayscale: #ABABAB. Windows color (decimal): -5199444 or 11315632. OLE color: 11315632.

HSL color Cylindrical-coordinate representation of color #B0A9AC: hue angle of 334.29º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B0A9AC is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB176169172-
CMYK00.040.020.31
HSL334.29º4.24%67.65%-
HSV(B)334.29º3.98%69.02%-
XYZ39.5440.5844.78-
YUV171.44128.32131.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 169 (66.41% from 255) = 32.69%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=34.04%
G=32.69%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616917200.040.020.31334.294.2467.65
HexB0A9AC0421F14e444
Octal260251254042375164104
Binary101100001010100110101100010010111111010011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A9AC; }

 p { color: rgb(176,169,172); }

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

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

 a { background-color: rgb(176,169,172); }

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

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

 span { border-color: rgb(176,169,172); }

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