#B6A0AD

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

Shades of Lily #B6A0AD

Tints of Lily #B6A0AD

Color information

#B6A0AD (or 0xB6A0AD) is unknown color: approx Lily. HEX triplet: B6, A0 and AD. RGB value is (182,160,173). Sum of RGB (Red+Green+Blue) = 182+160+173=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A0AD is #495F52. Grayscale: #A8A8A8. Windows color (decimal): -4808531 or 11378870. OLE color: 11378870.

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

Color convert

RGB182160173-
CMYK00.120.050.29
HSL324.55º13.1%67.06%-
HSV(B)324.55º12.09%71.37%-
XYZ39.4138.144.81-
YUV168.06130.79137.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 160 (62.89% from 255) = 31.07%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=35.34%
G=31.07%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216017300.120.050.29324.5513.167.06
HexB6A0AD0C51D145d43
Octal26624025501453550515103
Binary101101101010000010101101011001011110110100010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A0AD; }

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

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

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

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

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

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

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

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