#BA9CAD

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

Shades of Lily #BA9CAD

Tints of Lily #BA9CAD

Color information

#BA9CAD (or 0xBA9CAD) is unknown color: approx Lily. HEX triplet: BA, 9C and AD. RGB value is (186,156,173). Sum of RGB (Red+Green+Blue) = 186+156+173=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9CAD is #456352. Grayscale: #A6A6A6. Windows color (decimal): -4547411 or 11377850. OLE color: 11377850.

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

Color convert

RGB186156173-
CMYK00.160.070.27
HSL326º17.86%67.06%-
HSV(B)326º16.13%72.94%-
XYZ39.6837.2344.63-
YUV166.91131.44141.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 156 (61.33% from 255) = 30.29%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=36.12%
G=30.29%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615617300.160.070.2732617.8667.06
HexBA9CAD01071B1461243
Octal27223425502073350622103
Binary10111010100111001010110101000011111011101000110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CAD; }

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

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

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

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

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

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

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

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