#B9AEB2

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

Shades of Lily #B9AEB2

Tints of Lily #B9AEB2

Color information

#B9AEB2 (or 0xB9AEB2) is unknown color: approx Lily. HEX triplet: B9, AE and B2. RGB value is (185,174,178). Sum of RGB (Red+Green+Blue) = 185+174+178=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AEB2 is #46514D. Grayscale: #B1B1B1. Windows color (decimal): -4608334 or 11710137. OLE color: 11710137.

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

Color convert

RGB185174178-
CMYK00.060.040.27
HSL338.18º7.28%70.39%-
HSV(B)338.18º5.95%72.55%-
XYZ43.1843.848.3-
YUV177.74128.14133.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.45%
GREEN value IS 174 (68.36% from 255) = 32.40%
BLUE value IS 178 (69.92% from 255) = 33.15%
R=34.45%
G=32.40%
B=33.15%

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
Decimal18517417800.060.040.27338.187.2870.39
HexB9AEB20641B152746
Octal271256262064335227106
Binary1011100110101110101100100110100110111010100101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEB2; }

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

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

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

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

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

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

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

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