#B6AEB1

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

Shades of Lily #B6AEB1

Tints of Lily #B6AEB1

Color information

#B6AEB1 (or 0xB6AEB1) is unknown color: approx Lily. HEX triplet: B6, AE and B1. RGB value is (182,174,177). Sum of RGB (Red+Green+Blue) = 182+174+177=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AEB1 is #49514E. Grayscale: #B0B0B0. Windows color (decimal): -4804943 or 11644598. OLE color: 11644598.

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

Color convert

RGB182174177-
CMYK00.040.030.29
HSL337.5º5.19%69.8%-
HSV(B)337.5º4.4%71.37%-
XYZ42.3643.3947.74-
YUV176.73128.15131.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.15%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 177 (69.53% from 255) = 33.21%
R=34.15%
G=32.65%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217417700.040.030.29337.55.1969.8
HexB6AEB10431D152546
Octal266256261043355225106
Binary101101101010111010110001010011111011010100101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEB1; }

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

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

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

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

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

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

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

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