#B1A3AA

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

Shades of Lily #B1A3AA

Tints of Lily #B1A3AA

Color information

#B1A3AA (or 0xB1A3AA) is unknown color: approx Lily. HEX triplet: B1, A3 and AA. RGB value is (177,163,170). Sum of RGB (Red+Green+Blue) = 177+163+170=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A3AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A3AA is #4E5C55. Grayscale: #A7A7A7. Windows color (decimal): -5135446 or 11183025. OLE color: 11183025.

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

Color convert

RGB177163170-
CMYK00.080.040.31
HSL330º8.24%66.67%-
HSV(B)330º7.91%69.41%-
XYZ38.4838.4443.42-
YUV167.98129.14134.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.71%
GREEN value IS 163 (64.06% from 255) = 31.96%
BLUE value IS 170 (66.80% from 255) = 33.33%
R=34.71%
G=31.96%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716317000.080.040.313308.2466.67
HexB1A3AA0841F14a843
Octal26124325201043751210103
Binary101100011010001110101010010001001111110100101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A3AA; }

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

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

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

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

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

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

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

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