#BA9FAD

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

Shades of Lily #BA9FAD

Tints of Lily #BA9FAD

Color information

#BA9FAD (or 0xBA9FAD) is unknown color: approx Lily. HEX triplet: BA, 9F and AD. RGB value is (186,159,173). Sum of RGB (Red+Green+Blue) = 186+159+173=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9FAD is #456052. Grayscale: #A8A8A8. Windows color (decimal): -4546643 or 11378618. OLE color: 11378618.

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

Color convert

RGB186159173-
CMYK00.150.070.27
HSL328.89º16.36%67.65%-
HSV(B)328.89º14.52%72.94%-
XYZ40.1938.2544.8-
YUV168.67130.45140.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=35.91%
G=30.69%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615917300.150.070.27328.8916.3667.65
HexBA9FAD0F71B1491044
Octal27223725501773351120104
Binary1011101010011111101011010111111111011101001001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9FAD; }

 p { color: rgb(186,159,173); }

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

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

 a { background-color: rgb(186,159,173); }

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

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

 span { border-color: rgb(186,159,173); }

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