#BA9DB2

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

Shades of Lily #BA9DB2

Tints of Lily #BA9DB2

Color information

#BA9DB2 (or 0xBA9DB2) is unknown color: approx Lily. HEX triplet: BA, 9D and B2. RGB value is (186,157,178). Sum of RGB (Red+Green+Blue) = 186+157+178=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9DB2 is #45624D. Grayscale: #A8A8A8. Windows color (decimal): -4547150 or 11705786. OLE color: 11705786.

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

Color convert

RGB186157178-
CMYK00.160.040.27
HSL316.55º17.37%67.25%-
HSV(B)316.55º15.59%72.94%-
XYZ40.3437.7747.28-
YUV168.06133.61140.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 178 (69.92% from 255) = 34.17%
R=35.70%
G=30.13%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615717800.160.040.27316.5517.3767.25
HexBA9DB201041B13d1143
Octal27223526202043347521103
Binary10111010100111011011001001000010011011100111101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DB2; }

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

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

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

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

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

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

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

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