#B1A1AC

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

Shades of Lily #B1A1AC

Tints of Lily #B1A1AC

Color information

#B1A1AC (or 0xB1A1AC) is unknown color: approx Lily. HEX triplet: B1, A1 and AC. RGB value is (177,161,172). Sum of RGB (Red+Green+Blue) = 177+161+172=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A1AC is #4E5E53. Grayscale: #A7A7A7. Windows color (decimal): -5135956 or 11313585. OLE color: 11313585.

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

Color convert

RGB177161172-
CMYK00.090.030.31
HSL318.75º9.3%66.27%-
HSV(B)318.75º9.04%69.41%-
XYZ38.3237.8244.31-
YUV167.04130.8135.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.71%
GREEN value IS 161 (63.28% from 255) = 31.57%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=34.71%
G=31.57%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716117200.090.030.31318.759.366.27
HexB1A1AC0931F13f942
Octal26124125401133747711102
Binary10110001101000011010110001001111111110011111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A1AC; }

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

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

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

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

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

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

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

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