#B0A3AC

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

Shades of Lily #B0A3AC

Tints of Lily #B0A3AC

Color information

#B0A3AC (or 0xB0A3AC) is unknown color: approx Lily. HEX triplet: B0, A3 and AC. RGB value is (176,163,172). Sum of RGB (Red+Green+Blue) = 176+163+172=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A3AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A3AC is #4F5C53. Grayscale: #A7A7A7. Windows color (decimal): -5200980 or 11314096. OLE color: 11314096.

HSL color Cylindrical-coordinate representation of color #B0A3AC: hue angle of 318.46º 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 #B0A3AC is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB176163172-
CMYK00.070.020.31
HSL318.46º7.6%66.47%-
HSV(B)318.46º7.39%69.02%-
XYZ38.4538.444.42-
YUV167.91130.31133.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 163 (64.06% from 255) = 31.90%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=34.44%
G=31.90%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616317200.070.020.31318.467.666.47
HexB0A3AC0721F13e842
Octal2602432540723747610102
Binary1011000010100011101011000111101111110011111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A3AC; }

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

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

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

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

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

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

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

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