#BA9CAE

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

Shades of Lily #BA9CAE

Tints of Lily #BA9CAE

Color information

#BA9CAE (or 0xBA9CAE) is unknown color: approx Lily. HEX triplet: BA, 9C and AE. RGB value is (186,156,174). Sum of RGB (Red+Green+Blue) = 186+156+174=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9CAE is #456351. Grayscale: #A6A6A6. Windows color (decimal): -4547410 or 11443386. OLE color: 11443386.

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

Color convert

RGB186156174-
CMYK00.160.060.27
HSL324º17.86%67.06%-
HSV(B)324º16.13%72.94%-
XYZ39.7837.2745.14-
YUV167.02131.94141.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 156 (61.33% from 255) = 30.23%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=36.05%
G=30.23%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615617400.160.060.2732417.8667.06
HexBA9CAE01061B1441243
Octal27223425602063350422103
Binary10111010100111001010111001000011011011101000100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CAE; }

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

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

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

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

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

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

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

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