#B5A6AB

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

Shades of Lily #B5A6AB

Tints of Lily #B5A6AB

Color information

#B5A6AB (or 0xB5A6AB) is unknown color: approx Lily. HEX triplet: B5, A6 and AB. RGB value is (181,166,171). Sum of RGB (Red+Green+Blue) = 181+166+171=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A6AB is #4A5954. Grayscale: #ABABAB. Windows color (decimal): -4872533 or 11249333. OLE color: 11249333.

HSL color Cylindrical-coordinate representation of color #B5A6AB: hue angle of 340º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5A6AB is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB181166171-
CMYK00.080.060.29
HSL340º9.2%68.04%-
HSV(B)340º8.29%70.98%-
XYZ40.0440.0444.15-
YUV171.05127.97135.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.94%
GREEN value IS 166 (65.23% from 255) = 32.05%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=34.94%
G=32.05%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116617100.080.060.293409.268.04
HexB5A6AB0861D154944
Octal26524625301063552411104
Binary101101011010011010101011010001101110110101010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A6AB; }

 p { color: rgb(181,166,171); }

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

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

 a { background-color: rgb(181,166,171); }

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

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

 span { border-color: rgb(181,166,171); }

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