#BAA4B2

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

Shades of Lily #BAA4B2

Tints of Lily #BAA4B2

Color information

#BAA4B2 (or 0xBAA4B2) is unknown color: approx Lily. HEX triplet: BA, A4 and B2. RGB value is (186,164,178). Sum of RGB (Red+Green+Blue) = 186+164+178=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA4B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA4B2 is #455B4D. Grayscale: #ACACAC. Windows color (decimal): -4545358 or 11707578. OLE color: 11707578.

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

Color convert

RGB186164178-
CMYK00.120.040.27
HSL321.82º13.75%68.63%-
HSV(B)321.82º11.83%72.94%-
XYZ41.5640.247.69-
YUV172.17131.29137.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 164 (64.45% from 255) = 31.06%
BLUE value IS 178 (69.92% from 255) = 33.71%
R=35.23%
G=31.06%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616417800.120.040.27321.8213.7568.63
HexBAA4B20C41B142e45
Octal27224426201443350216105
Binary101110101010010010110010011001001101110100001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA4B2; }

 p { color: rgb(186,164,178); }

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

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

 a { background-color: rgb(186,164,178); }

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

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

 span { border-color: rgb(186,164,178); }

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