#B9AEB3

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

Shades of Lily #B9AEB3

Tints of Lily #B9AEB3

Color information

#B9AEB3 (or 0xB9AEB3) is unknown color: approx Lily. HEX triplet: B9, AE and B3. RGB value is (185,174,179). Sum of RGB (Red+Green+Blue) = 185+174+179=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEB3 is #46514C. Grayscale: #B1B1B1. Windows color (decimal): -4608333 or 11775673. OLE color: 11775673.

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

Color convert

RGB185174179-
CMYK00.060.030.27
HSL332.73º7.28%70.39%-
HSV(B)332.73º5.95%72.55%-
XYZ43.2843.8448.83-
YUV177.86128.64133.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.39%
GREEN value IS 174 (68.36% from 255) = 32.34%
BLUE value IS 179 (70.31% from 255) = 33.27%
R=34.39%
G=32.34%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517417900.060.030.27332.737.2870.39
HexB9AEB30631B14d746
Octal271256263063335157106
Binary101110011010111010110011011011110111010011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEB3; }

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

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

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

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

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

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

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

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