#BA9EA9

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

Shades of Lily #BA9EA9

Tints of Lily #BA9EA9

Color information

#BA9EA9 (or 0xBA9EA9) is unknown color: approx Lily. HEX triplet: BA, 9E and A9. RGB value is (186,158,169). Sum of RGB (Red+Green+Blue) = 186+158+169=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9EA9 is #456156. Grayscale: #A7A7A7. Windows color (decimal): -4546903 or 11116218. OLE color: 11116218.

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

Color convert

RGB186158169-
CMYK00.150.090.27
HSL336.43º16.87%67.45%-
HSV(B)336.43º15.05%72.94%-
XYZ39.6437.7642.73-
YUV167.63128.78141.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 169 (66.41% from 255) = 32.94%
R=36.26%
G=30.80%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615816900.150.090.27336.4316.8767.45
HexBA9EA90F91B1501143
Octal272236251017113352021103
Binary10111010100111101010100101111100111011101010000100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EA9; }

 p { color: rgb(186,158,169); }

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

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

 a { background-color: rgb(186,158,169); }

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

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

 span { border-color: rgb(186,158,169); }

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