#B6A3AA

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

Shades of Lily #B6A3AA

Tints of Lily #B6A3AA

Color information

#B6A3AA (or 0xB6A3AA) is unknown color: approx Lily. HEX triplet: B6, A3 and AA. RGB value is (182,163,170). Sum of RGB (Red+Green+Blue) = 182+163+170=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A3AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A3AA is #495C55. Grayscale: #A9A9A9. Windows color (decimal): -4807766 or 11183030. OLE color: 11183030.

HSL color Cylindrical-coordinate representation of color #B6A3AA: hue angle of 337.89º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6A3AA is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB182163170-
CMYK00.100.070.29
HSL337.89º11.52%67.65%-
HSV(B)337.89º10.44%71.37%-
XYZ39.6439.0443.48-
YUV169.48128.29136.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 163 (64.06% from 255) = 31.65%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=35.34%
G=31.65%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216317000.100.070.29337.8911.5267.65
HexB6A3AA0A71D152c44
Octal26624325201273552214104
Binary101101101010001110101010010101111110110101001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A3AA; }

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

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

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

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

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

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

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

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