#B1A3AB

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

Shades of Lily #B1A3AB

Tints of Lily #B1A3AB

Color information

#B1A3AB (or 0xB1A3AB) is unknown color: approx Lily. HEX triplet: B1, A3 and AB. RGB value is (177,163,171). Sum of RGB (Red+Green+Blue) = 177+163+171=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A3AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A3AB is #4E5C54. Grayscale: #A8A8A8. Windows color (decimal): -5135445 or 11248561. OLE color: 11248561.

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

Color convert

RGB177163171-
CMYK00.080.030.31
HSL325.71º8.24%66.67%-
HSV(B)325.71º7.91%69.41%-
XYZ38.5838.4843.92-
YUV168.1129.64134.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.64%
GREEN value IS 163 (64.06% from 255) = 31.90%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=34.64%
G=31.90%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716317100.080.030.31325.718.2466.67
HexB1A3AB0831F146843
Octal26124325301033750610103
Binary10110001101000111010101101000111111110100011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A3AB; }

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

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

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

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

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

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

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

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