#B9A2AD

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

Shades of Lily #B9A2AD

Tints of Lily #B9A2AD

Color information

#B9A2AD (or 0xB9A2AD) is unknown color: approx Lily. HEX triplet: B9, A2 and AD. RGB value is (185,162,173). Sum of RGB (Red+Green+Blue) = 185+162+173=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A2AD is #465D52. Grayscale: #AAAAAA. Windows color (decimal): -4611411 or 11379385. OLE color: 11379385.

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

Color convert

RGB185162173-
CMYK00.120.060.27
HSL331.3º14.11%68.04%-
HSV(B)331.3º12.43%72.55%-
XYZ40.4739.1744.96-
YUV170.13129.62138.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 162 (63.67% from 255) = 31.15%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=35.58%
G=31.15%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516217300.120.060.27331.314.1168.04
HexB9A2AD0C61B14be44
Octal27124225501463351316104
Binary101110011010001010101101011001101101110100101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A2AD; }

 p { color: rgb(185,162,173); }

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

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

 a { background-color: rgb(185,162,173); }

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

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

 span { border-color: rgb(185,162,173); }

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