#BA9BAD

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

Shades of Lily #BA9BAD

Tints of Lily #BA9BAD

Color information

#BA9BAD (or 0xBA9BAD) is unknown color: approx Lily. HEX triplet: BA, 9B and AD. RGB value is (186,155,173). Sum of RGB (Red+Green+Blue) = 186+155+173=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9BAD is #456452. Grayscale: #A6A6A6. Windows color (decimal): -4547667 or 11377594. OLE color: 11377594.

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

Color convert

RGB186155173-
CMYK00.170.070.27
HSL325.16º18.34%66.86%-
HSV(B)325.16º16.67%72.94%-
XYZ39.5136.944.57-
YUV166.32131.77142.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 155 (60.94% from 255) = 30.16%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=36.19%
G=30.16%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615517300.170.070.27325.1618.3466.86
HexBA9BAD01171B1451243
Octal27223325502173350522103
Binary10111010100110111010110101000111111011101000101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9BAD; }

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

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

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

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

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

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

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

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