#B2A1AA

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

Shades of Lily #B2A1AA

Tints of Lily #B2A1AA

Color information

#B2A1AA (or 0xB2A1AA) is unknown color: approx Lily. HEX triplet: B2, A1 and AA. RGB value is (178,161,170). Sum of RGB (Red+Green+Blue) = 178+161+170=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A1AA is #4D5E55. Grayscale: #A7A7A7. Windows color (decimal): -5070422 or 11182514. OLE color: 11182514.

HSL color Cylindrical-coordinate representation of color #B2A1AA: hue angle of 328.24º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2A1AA is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB178161170-
CMYK00.100.040.30
HSL328.24º9.94%66.47%-
HSV(B)328.24º9.55%69.8%-
XYZ38.3637.8643.32-
YUV167.11129.63135.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.97%
GREEN value IS 161 (63.28% from 255) = 31.63%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=34.97%
G=31.63%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816117000.100.040.30328.249.9466.47
HexB2A1AA0A41E148a42
Octal26224125201243651012102
Binary101100101010000110101010010101001111010100100010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A1AA; }

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

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

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

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

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

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

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

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