#BA9BAA

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

Shades of Lily #BA9BAA

Tints of Lily #BA9BAA

Color information

#BA9BAA (or 0xBA9BAA) is unknown color: approx Lily. HEX triplet: BA, 9B and AA. RGB value is (186,155,170). Sum of RGB (Red+Green+Blue) = 186+155+170=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9BAA is #456455. Grayscale: #A5A5A5. Windows color (decimal): -4547670 or 11180986. OLE color: 11180986.

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

Color convert

RGB186155170-
CMYK00.170.090.27
HSL330.97º18.34%66.86%-
HSV(B)330.97º16.67%72.94%-
XYZ39.2336.7843.06-
YUV165.98130.27142.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 155 (60.94% from 255) = 30.33%
BLUE value IS 170 (66.80% from 255) = 33.27%
R=36.40%
G=30.33%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615517000.170.090.27330.9718.3466.86
HexBA9BAA01191B14b1243
Octal272233252021113351322103
Binary101110101001101110101010010001100111011101001011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9BAA; }

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

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

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

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

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

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

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

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