#BAA5B4

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

Shades of Lily #BAA5B4

Tints of Lily #BAA5B4

Color information

#BAA5B4 (or 0xBAA5B4) is unknown color: approx Lily. HEX triplet: BA, A5 and B4. RGB value is (186,165,180). Sum of RGB (Red+Green+Blue) = 186+165+180=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA5B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5B4 is #455A4B. Grayscale: #ACACAC. Windows color (decimal): -4545100 or 11838906. OLE color: 11838906.

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

Color convert

RGB186165180-
CMYK00.110.030.27
HSL317.14º13.21%68.82%-
HSV(B)317.14º11.29%72.94%-
XYZ41.9440.6448.81-
YUV172.99131.96137.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 165 (64.84% from 255) = 31.07%
BLUE value IS 180 (70.70% from 255) = 33.90%
R=35.03%
G=31.07%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616518000.110.030.27317.1413.2168.82
HexBAA5B40B31B13dd45
Octal27224526401333347515105
Binary10111010101001011011010001011111101110011110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA5B4; }

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

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

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

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

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

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

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

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