#B3A5AB

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

Shades of Lily #B3A5AB

Tints of Lily #B3A5AB

Color information

#B3A5AB (or 0xB3A5AB) is unknown color: approx Lily. HEX triplet: B3, A5 and AB. RGB value is (179,165,171). Sum of RGB (Red+Green+Blue) = 179+165+171=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A5AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A5AB is #4C5A54. Grayscale: #A9A9A9. Windows color (decimal): -5003861 or 11249075. OLE color: 11249075.

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

Color convert

RGB179165171-
CMYK00.080.040.30
HSL334.29º8.43%67.45%-
HSV(B)334.29º7.82%70.2%-
XYZ39.439.4344.06-
YUV169.87128.64134.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.76%
GREEN value IS 165 (64.84% from 255) = 32.04%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=34.76%
G=32.04%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916517100.080.040.30334.298.4367.45
HexB3A5AB0841E14e843
Octal26324525301043651610103
Binary101100111010010110101011010001001111010100111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A5AB; }

 p { color: rgb(179,165,171); }

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

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

 a { background-color: rgb(179,165,171); }

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

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

 span { border-color: rgb(179,165,171); }

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