#BAA2B1

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

Shades of Lily #BAA2B1

Tints of Lily #BAA2B1

Color information

#BAA2B1 (or 0xBAA2B1) is unknown color: approx Lily. HEX triplet: BA, A2 and B1. RGB value is (186,162,177). Sum of RGB (Red+Green+Blue) = 186+162+177=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA2B1 is #455D4E. Grayscale: #AAAAAA. Windows color (decimal): -4545871 or 11641530. OLE color: 11641530.

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

Color convert

RGB186162177-
CMYK00.130.050.27
HSL322.5º14.81%68.24%-
HSV(B)322.5º12.9%72.94%-
XYZ41.1139.4547.04-
YUV170.89131.45138.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 162 (63.67% from 255) = 30.86%
BLUE value IS 177 (69.53% from 255) = 33.71%
R=35.43%
G=30.86%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616217700.130.050.27322.514.8168.24
HexBAA2B10D51B142f44
Octal27224226101553350217104
Binary101110101010001010110001011011011101110100001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA2B1; }

 p { color: rgb(186,162,177); }

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

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

 a { background-color: rgb(186,162,177); }

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

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

 span { border-color: rgb(186,162,177); }

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