#B6A9AE

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

Shades of Lily #B6A9AE

Tints of Lily #B6A9AE

Color information

#B6A9AE (or 0xB6A9AE) is unknown color: approx Lily. HEX triplet: B6, A9 and AE. RGB value is (182,169,174). Sum of RGB (Red+Green+Blue) = 182+169+174=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A9AE is #495651. Grayscale: #ADADAD. Windows color (decimal): -4806226 or 11446710. OLE color: 11446710.

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

Color convert

RGB182169174-
CMYK00.070.040.29
HSL336.92º8.18%68.82%-
HSV(B)336.92º7.14%71.37%-
XYZ41.1241.3845.86-
YUV173.46128.31134.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.67%
GREEN value IS 169 (66.41% from 255) = 32.19%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=34.67%
G=32.19%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216917400.070.040.29336.928.1868.82
HexB6A9AE0741D151845
Octal2662512560743552110105
Binary10110110101010011010111001111001110110101000110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A9AE; }

 p { color: rgb(182,169,174); }

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

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

 a { background-color: rgb(182,169,174); }

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

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

 span { border-color: rgb(182,169,174); }

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