#B0A8AD

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

Shades of Lily #B0A8AD

Tints of Lily #B0A8AD

Color information

#B0A8AD (or 0xB0A8AD) is unknown color: approx Lily. HEX triplet: B0, A8 and AD. RGB value is (176,168,173). Sum of RGB (Red+Green+Blue) = 176+168+173=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A8AD is #4F5752. Grayscale: #AAAAAA. Windows color (decimal): -5199699 or 11380912. OLE color: 11380912.

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

Color convert

RGB176168173-
CMYK00.050.020.31
HSL322.5º4.82%67.45%-
HSV(B)322.5º4.55%69.02%-
XYZ39.4540.2545.23-
YUV170.96129.15131.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 168 (66.02% from 255) = 32.50%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=34.04%
G=32.50%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616817300.050.020.31322.54.8267.45
HexB0A8AD0521F143543
Octal260250255052375035103
Binary101100001010100010101101010110111111010000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A8AD; }

 p { color: rgb(176,168,173); }

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

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

 a { background-color: rgb(176,168,173); }

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

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

 span { border-color: rgb(176,168,173); }

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