#B0A3AA

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

Shades of Lily #B0A3AA

Tints of Lily #B0A3AA

Color information

#B0A3AA (or 0xB0A3AA) is unknown color: approx Lily. HEX triplet: B0, A3 and AA. RGB value is (176,163,170). Sum of RGB (Red+Green+Blue) = 176+163+170=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A3AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A3AA is #4F5C55. Grayscale: #A7A7A7. Windows color (decimal): -5200982 or 11183024. OLE color: 11183024.

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

Color convert

RGB176163170-
CMYK00.070.030.31
HSL327.69º7.6%66.47%-
HSV(B)327.69º7.39%69.02%-
XYZ38.2638.3343.41-
YUV167.68129.31133.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.58%
GREEN value IS 163 (64.06% from 255) = 32.02%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=34.58%
G=32.02%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616317000.070.030.31327.697.666.47
HexB0A3AA0731F148842
Octal2602432520733751010102
Binary1011000010100011101010100111111111110100100010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A3AA; }

 p { color: rgb(176,163,170); }

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

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

 a { background-color: rgb(176,163,170); }

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

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

 span { border-color: rgb(176,163,170); }

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