#B6A1AE

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

Shades of Lily #B6A1AE

Tints of Lily #B6A1AE

Color information

#B6A1AE (or 0xB6A1AE) is unknown color: approx Lily. HEX triplet: B6, A1 and AE. RGB value is (182,161,174). Sum of RGB (Red+Green+Blue) = 182+161+174=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A1AE is #495E51. Grayscale: #A8A8A8. Windows color (decimal): -4808274 or 11444662. OLE color: 11444662.

HSL color Cylindrical-coordinate representation of color #B6A1AE: hue angle of 322.86º 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 #B6A1AE is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB182161174-
CMYK00.120.040.29
HSL322.86º12.57%67.25%-
HSV(B)322.86º11.54%71.37%-
XYZ39.6838.4945.38-
YUV168.76130.96137.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.20%
GREEN value IS 161 (63.28% from 255) = 31.14%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=35.20%
G=31.14%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216117400.120.040.29322.8612.5767.25
HexB6A1AE0C41D143d43
Octal26624125601443550315103
Binary101101101010000110101110011001001110110100001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A1AE; }

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

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

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

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

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

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

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

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