#B1A3AC

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

Shades of Lily #B1A3AC

Tints of Lily #B1A3AC

Color information

#B1A3AC (or 0xB1A3AC) is unknown color: approx Lily. HEX triplet: B1, A3 and AC. RGB value is (177,163,172). Sum of RGB (Red+Green+Blue) = 177+163+172=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A3AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A3AC is #4E5C53. Grayscale: #A8A8A8. Windows color (decimal): -5135444 or 11314097. OLE color: 11314097.

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

Color convert

RGB177163172-
CMYK00.080.030.31
HSL321.43º8.24%66.67%-
HSV(B)321.43º7.91%69.41%-
XYZ38.6838.5244.43-
YUV168.21130.14134.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 163 (64.06% from 255) = 31.84%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=34.57%
G=31.84%
B=33.59%

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
Decimal17716317200.080.030.31321.438.2466.67
HexB1A3AC0831F141843
Octal26124325401033750110103
Binary10110001101000111010110001000111111110100000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A3AC; }

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

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

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

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

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

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

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

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