#B9A2B4

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

Shades of Lily #B9A2B4

Tints of Lily #B9A2B4

Color information

#B9A2B4 (or 0xB9A2B4) is unknown color: approx Lily. HEX triplet: B9, A2 and B4. RGB value is (185,162,180). Sum of RGB (Red+Green+Blue) = 185+162+180=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A2B4 is #465D4B. Grayscale: #AAAAAA. Windows color (decimal): -4611404 or 11838137. OLE color: 11838137.

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

Color convert

RGB185162180-
CMYK00.120.030.27
HSL313.04º14.11%68.04%-
HSV(B)313.04º12.43%72.55%-
XYZ41.1739.4548.62-
YUV170.93133.12138.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.10%
GREEN value IS 162 (63.67% from 255) = 30.74%
BLUE value IS 180 (70.70% from 255) = 34.16%
R=35.10%
G=30.74%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516218000.120.030.27313.0414.1168.04
HexB9A2B40C31B139e44
Octal27124226401433347116104
Binary10111001101000101011010001100111101110011100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A2B4; }

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

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

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

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

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

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

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

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