#BA9DB0

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

Shades of Lily #BA9DB0

Tints of Lily #BA9DB0

Color information

#BA9DB0 (or 0xBA9DB0) is unknown color: approx Lily. HEX triplet: BA, 9D and B0. RGB value is (186,157,176). Sum of RGB (Red+Green+Blue) = 186+157+176=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9DB0 is #45624F. Grayscale: #A7A7A7. Windows color (decimal): -4547152 or 11574714. OLE color: 11574714.

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

Color convert

RGB186157176-
CMYK00.160.050.27
HSL320.69º17.37%67.25%-
HSV(B)320.69º15.59%72.94%-
XYZ40.1437.6946.23-
YUV167.84132.61140.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 157 (61.72% from 255) = 30.25%
BLUE value IS 176 (69.14% from 255) = 33.91%
R=35.84%
G=30.25%
B=33.91%

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
Decimal18615717600.160.050.27320.6917.3767.25
HexBA9DB001051B1411143
Octal27223526002053350121103
Binary10111010100111011011000001000010111011101000001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DB0; }

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

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

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

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

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

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

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

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