#B1A3AD

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

Shades of Lily #B1A3AD

Tints of Lily #B1A3AD

Color information

#B1A3AD (or 0xB1A3AD) is unknown color: approx Lily. HEX triplet: B1, A3 and AD. RGB value is (177,163,173). Sum of RGB (Red+Green+Blue) = 177+163+173=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A3AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A3AD is #4E5C52. Grayscale: #A8A8A8. Windows color (decimal): -5135443 or 11379633. OLE color: 11379633.

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

Color convert

RGB177163173-
CMYK00.080.020.31
HSL317.14º8.24%66.67%-
HSV(B)317.14º7.91%69.41%-
XYZ38.7738.5644.93-
YUV168.33130.64134.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.50%
GREEN value IS 163 (64.06% from 255) = 31.77%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=34.50%
G=31.77%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716317300.080.020.31317.148.2466.67
HexB1A3AD0821F13d843
Octal26124325501023747510103
Binary10110001101000111010110101000101111110011110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A3AD; }

 p { color: rgb(177,163,173); }

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

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

 a { background-color: rgb(177,163,173); }

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

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

 span { border-color: rgb(177,163,173); }

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