#BA9DB1

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

Shades of Lily #BA9DB1

Tints of Lily #BA9DB1

Color information

#BA9DB1 (or 0xBA9DB1) is unknown color: approx Lily. HEX triplet: BA, 9D and B1. RGB value is (186,157,177). Sum of RGB (Red+Green+Blue) = 186+157+177=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9DB1 is #45624E. Grayscale: #A7A7A7. Windows color (decimal): -4547151 or 11640250. OLE color: 11640250.

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

Color convert

RGB186157177-
CMYK00.160.050.27
HSL318.62º17.37%67.25%-
HSV(B)318.62º15.59%72.94%-
XYZ40.2437.7346.76-
YUV167.95133.11140.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 177 (69.53% from 255) = 34.04%
R=35.77%
G=30.19%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615717700.160.050.27318.6217.3767.25
HexBA9DB101051B13f1143
Octal27223526102053347721103
Binary10111010100111011011000101000010111011100111111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DB1; }

 p { color: rgb(186,157,177); }

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

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

 a { background-color: rgb(186,157,177); }

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

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

 span { border-color: rgb(186,157,177); }

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