#B6A8AE

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

Shades of Lily #B6A8AE

Tints of Lily #B6A8AE

Color information

#B6A8AE (or 0xB6A8AE) is unknown color: approx Lily. HEX triplet: B6, A8 and AE. RGB value is (182,168,174). Sum of RGB (Red+Green+Blue) = 182+168+174=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A8AE is #495751. Grayscale: #ACACAC. Windows color (decimal): -4806482 or 11446454. OLE color: 11446454.

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

Color convert

RGB182168174-
CMYK00.080.040.29
HSL334.29º8.75%68.63%-
HSV(B)334.29º7.69%71.37%-
XYZ40.9341.0145.8-
YUV172.87128.64134.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.73%
GREEN value IS 168 (66.02% from 255) = 32.06%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=34.73%
G=32.06%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216817400.080.040.29334.298.7568.63
HexB6A8AE0841D14e945
Octal26625025601043551611105
Binary101101101010100010101110010001001110110100111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A8AE; }

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

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

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

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

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

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

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

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