#B1A1AA

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

Shades of Lily #B1A1AA

Tints of Lily #B1A1AA

Color information

#B1A1AA (or 0xB1A1AA) is unknown color: approx Lily. HEX triplet: B1, A1 and AA. RGB value is (177,161,170). Sum of RGB (Red+Green+Blue) = 177+161+170=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A1AA is #4E5E55. Grayscale: #A6A6A6. Windows color (decimal): -5135958 or 11182513. OLE color: 11182513.

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

Color convert

RGB177161170-
CMYK00.090.040.31
HSL326.25º9.3%66.27%-
HSV(B)326.25º9.04%69.41%-
XYZ38.1337.7443.3-
YUV166.81129.8135.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.84%
GREEN value IS 161 (63.28% from 255) = 31.69%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=34.84%
G=31.69%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716117000.090.040.31326.259.366.27
HexB1A1AA0941F146942
Octal26124125201143750611102
Binary101100011010000110101010010011001111110100011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A1AA; }

 p { color: rgb(177,161,170); }

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

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

 a { background-color: rgb(177,161,170); }

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

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

 span { border-color: rgb(177,161,170); }

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