#B9AEB1

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

Shades of Lily #B9AEB1

Tints of Lily #B9AEB1

Color information

#B9AEB1 (or 0xB9AEB1) is unknown color: approx Lily. HEX triplet: B9, AE and B1. RGB value is (185,174,177). Sum of RGB (Red+Green+Blue) = 185+174+177=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AEB1 is #46514E. Grayscale: #B1B1B1. Windows color (decimal): -4608335 or 11644601. OLE color: 11644601.

HSL color Cylindrical-coordinate representation of color #B9AEB1: hue angle of 343.64º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B9AEB1 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB185174177-
CMYK00.060.040.27
HSL343.64º7.28%70.39%-
HSV(B)343.64º5.95%72.55%-
XYZ43.0843.7647.77-
YUV177.63127.64133.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 177 (69.53% from 255) = 33.02%
R=34.51%
G=32.46%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517417700.060.040.27343.647.2870.39
HexB9AEB10641B158746
Octal271256261064335307106
Binary1011100110101110101100010110100110111010110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEB1; }

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

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

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

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

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

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

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

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