#B1A4AB

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

Shades of Lily #B1A4AB

Tints of Lily #B1A4AB

Color information

#B1A4AB (or 0xB1A4AB) is unknown color: approx Lily. HEX triplet: B1, A4 and AB. RGB value is (177,164,171). Sum of RGB (Red+Green+Blue) = 177+164+171=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A4AB is #4E5B54. Grayscale: #A8A8A8. Windows color (decimal): -5135189 or 11248817. OLE color: 11248817.

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

Color convert

RGB177164171-
CMYK00.070.030.31
HSL327.69º7.69%66.86%-
HSV(B)327.69º7.34%69.41%-
XYZ38.7638.8443.98-
YUV168.68129.31133.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 164 (64.45% from 255) = 32.03%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=34.57%
G=32.03%
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
Decimal17716417100.070.030.31327.697.6966.86
HexB1A4AB0731F148843
Octal2612442530733751010103
Binary1011000110100100101010110111111111110100100010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A4AB; }

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

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

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

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

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

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

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

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