#BA9AAA

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

Shades of Lily #BA9AAA

Tints of Lily #BA9AAA

Color information

#BA9AAA (or 0xBA9AAA) is unknown color: approx Lily. HEX triplet: BA, 9A and AA. RGB value is (186,154,170). Sum of RGB (Red+Green+Blue) = 186+154+170=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9AAA is #456555. Grayscale: #A5A5A5. Windows color (decimal): -4547926 or 11180730. OLE color: 11180730.

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

Color convert

RGB186154170-
CMYK00.170.090.27
HSL330º18.82%66.67%-
HSV(B)330º17.2%72.94%-
XYZ39.0636.4543.01-
YUV165.39130.6142.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 154 (60.55% from 255) = 30.20%
BLUE value IS 170 (66.80% from 255) = 33.33%
R=36.47%
G=30.20%
B=33.33%

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
Decimal18615417000.170.090.2733018.8266.67
HexBA9AAA01191B14a1343
Octal272232252021113351223103
Binary101110101001101010101010010001100111011101001010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9AAA; }

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

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

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

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

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

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

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

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