#BA9CAA

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

Shades of Lily #BA9CAA

Tints of Lily #BA9CAA

Color information

#BA9CAA (or 0xBA9CAA) is unknown color: approx Lily. HEX triplet: BA, 9C and AA. RGB value is (186,156,170). Sum of RGB (Red+Green+Blue) = 186+156+170=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9CAA is #456355. Grayscale: #A6A6A6. Windows color (decimal): -4547414 or 11181242. OLE color: 11181242.

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

Color convert

RGB186156170-
CMYK00.160.090.27
HSL332º17.86%67.06%-
HSV(B)332º16.13%72.94%-
XYZ39.3937.1243.12-
YUV166.57129.94141.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 156 (61.33% from 255) = 30.47%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=36.33%
G=30.47%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615617000.160.090.2733217.8667.06
HexBA9CAA01091B14c1243
Octal272234252020113351422103
Binary101110101001110010101010010000100111011101001100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CAA; }

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

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

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

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

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

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

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

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