#BA9DAB

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

Shades of Lily #BA9DAB

Tints of Lily #BA9DAB

Color information

#BA9DAB (or 0xBA9DAB) is unknown color: approx Lily. HEX triplet: BA, 9D and AB. RGB value is (186,157,171). Sum of RGB (Red+Green+Blue) = 186+157+171=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9DAB is #456254. Grayscale: #A7A7A7. Windows color (decimal): -4547157 or 11247034. OLE color: 11247034.

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

Color convert

RGB186157171-
CMYK00.160.080.27
HSL331.03º17.37%67.25%-
HSV(B)331.03º15.59%72.94%-
XYZ39.6637.4943.67-
YUV167.27130.11141.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 157 (61.72% from 255) = 30.54%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=36.19%
G=30.54%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615717100.160.080.27331.0317.3767.25
HexBA9DAB01081B14b1143
Octal272235253020103351321103
Binary101110101001110110101011010000100011011101001011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DAB; }

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

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

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

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

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

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

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

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