#B6A6AD

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

Shades of Lily #B6A6AD

Tints of Lily #B6A6AD

Color information

#B6A6AD (or 0xB6A6AD) is unknown color: approx Lily. HEX triplet: B6, A6 and AD. RGB value is (182,166,173). Sum of RGB (Red+Green+Blue) = 182+166+173=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A6AD is #495952. Grayscale: #ABABAB. Windows color (decimal): -4806995 or 11380406. OLE color: 11380406.

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

Color convert

RGB182166173-
CMYK00.090.050.29
HSL333.75º9.88%68.24%-
HSV(B)333.75º8.79%71.37%-
XYZ40.4740.2345.17-
YUV171.58128.8135.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 166 (65.23% from 255) = 31.86%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=34.93%
G=31.86%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216617300.090.050.29333.759.8868.24
HexB6A6AD0951D14ea44
Octal26624625501153551612104
Binary101101101010011010101101010011011110110100111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A6AD; }

 p { color: rgb(182,166,173); }

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

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

 a { background-color: rgb(182,166,173); }

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

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

 span { border-color: rgb(182,166,173); }

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