#BAA5B6

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

Shades of Lily #BAA5B6

Tints of Lily #BAA5B6

Color information

#BAA5B6 (or 0xBAA5B6) is unknown color: approx Lily. HEX triplet: BA, A5 and B6. RGB value is (186,165,182). Sum of RGB (Red+Green+Blue) = 186+165+182=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA5B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5B6 is #455A49. Grayscale: #ADADAD. Windows color (decimal): -4545098 or 11969978. OLE color: 11969978.

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

Color convert

RGB186165182-
CMYK00.110.020.27
HSL311.43º13.21%68.82%-
HSV(B)311.43º11.29%72.94%-
XYZ42.1540.7349.9-
YUV173.22132.96137.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 165 (64.84% from 255) = 30.96%
BLUE value IS 182 (71.48% from 255) = 34.15%
R=34.90%
G=30.96%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616518200.110.020.27311.4313.2168.82
HexBAA5B60B21B137d45
Octal27224526601323346715105
Binary10111010101001011011011001011101101110011011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA5B6; }

 p { color: rgb(186,165,182); }

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

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

 a { background-color: rgb(186,165,182); }

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

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

 span { border-color: rgb(186,165,182); }

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