#BAA1B2

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

Shades of Lily #BAA1B2

Tints of Lily #BAA1B2

Color information

#BAA1B2 (or 0xBAA1B2) is unknown color: approx Lily. HEX triplet: BA, A1 and B2. RGB value is (186,161,178). Sum of RGB (Red+Green+Blue) = 186+161+178=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA1B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA1B2 is #455E4D. Grayscale: #AAAAAA. Windows color (decimal): -4546126 or 11706810. OLE color: 11706810.

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

Color convert

RGB186161178-
CMYK00.130.040.27
HSL319.2º15.34%68.04%-
HSV(B)319.2º13.44%72.94%-
XYZ41.0339.1447.51-
YUV170.41132.28139.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 161 (63.28% from 255) = 30.67%
BLUE value IS 178 (69.92% from 255) = 33.90%
R=35.43%
G=30.67%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616117800.130.040.27319.215.3468.04
HexBAA1B20D41B13ff44
Octal27224126201543347717104
Binary101110101010000110110010011011001101110011111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA1B2; }

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

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

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

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

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

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

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

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