#B1AEB0

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

Shades of Lily #B1AEB0

Tints of Lily #B1AEB0

Color information

#B1AEB0 (or 0xB1AEB0) is unknown color: approx Lily. HEX triplet: B1, AE and B0. RGB value is (177,174,176). Sum of RGB (Red+Green+Blue) = 177+174+176=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AEB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AEB0 is #4E514F. Grayscale: #AFAFAF. Windows color (decimal): -5132624 or 11579057. OLE color: 11579057.

HSL color Cylindrical-coordinate representation of color #B1AEB0: hue angle of 320º degrees, saturation: 0.02, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B1AEB0 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB177174176-
CMYK00.020.010.31
HSL320º1.89%68.82%-
HSV(B)320º1.69%69.41%-
XYZ41.142.7547.16-
YUV175.12128.49129.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 176 (69.14% from 255) = 33.40%
R=33.59%
G=33.02%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717417600.020.010.313201.8968.82
HexB1AEB00211F140245
Octal261256260021375002105
Binary101100011010111010110000010111111101000000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEB0; }

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

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

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

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

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

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

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

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