#BAA0B5

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

Shades of Lily #BAA0B5

Tints of Lily #BAA0B5

Color information

#BAA0B5 (or 0xBAA0B5) is unknown color: approx Lily. HEX triplet: BA, A0 and B5. RGB value is (186,160,181). Sum of RGB (Red+Green+Blue) = 186+160+181=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA0B5 is #455F4A. Grayscale: #AAAAAA. Windows color (decimal): -4546379 or 11903162. OLE color: 11903162.

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

Color convert

RGB186160181-
CMYK00.140.030.27
HSL311.54º15.85%67.84%-
HSV(B)311.54º13.98%72.94%-
XYZ41.1638.9249.06-
YUV170.17134.11139.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 160 (62.89% from 255) = 30.36%
BLUE value IS 181 (71.09% from 255) = 34.35%
R=35.29%
G=30.36%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616018100.140.030.27311.5415.8567.84
HexBAA0B50E31B1381044
Octal27224026501633347020104
Binary101110101010000010110101011101111011100111000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA0B5; }

 p { color: rgb(186,160,181); }

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

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

 a { background-color: rgb(186,160,181); }

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

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

 span { border-color: rgb(186,160,181); }

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