#B0A0AB

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

Shades of Lily #B0A0AB

Tints of Lily #B0A0AB

Color information

#B0A0AB (or 0xB0A0AB) is unknown color: approx Lily. HEX triplet: B0, A0 and AB. RGB value is (176,160,171). Sum of RGB (Red+Green+Blue) = 176+160+171=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A0AB is #4F5F54. Grayscale: #A6A6A6. Windows color (decimal): -5201749 or 11247792. OLE color: 11247792.

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

Color convert

RGB176160171-
CMYK00.090.030.31
HSL318.75º9.2%65.88%-
HSV(B)318.75º9.09%69.02%-
XYZ37.8337.3143.74-
YUV166.04130.8135.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.71%
GREEN value IS 160 (62.89% from 255) = 31.56%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=34.71%
G=31.56%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616017100.090.030.31318.759.265.88
HexB0A0AB0931F13f942
Octal26024025301133747711102
Binary10110000101000001010101101001111111110011111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A0AB; }

 p { color: rgb(176,160,171); }

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

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

 a { background-color: rgb(176,160,171); }

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

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

 span { border-color: rgb(176,160,171); }

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