#BA96AE

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

Shades of Lily #BA96AE

Tints of Lily #BA96AE

Color information

#BA96AE (or 0xBA96AE) is unknown color: approx Lily. HEX triplet: BA, 96 and AE. RGB value is (186,150,174). Sum of RGB (Red+Green+Blue) = 186+150+174=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BA96AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA96AE is #456951. Grayscale: #A3A3A3. Windows color (decimal): -4548946 or 11441850. OLE color: 11441850.

HSL color Cylindrical-coordinate representation of color #BA96AE: hue angle of 320º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BA96AE is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB186150174-
CMYK00.190.060.27
HSL320º20.69%65.88%-
HSV(B)320º19.35%72.94%-
XYZ38.835.3144.81-
YUV163.5133.93144.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 150 (58.98% from 255) = 29.41%
BLUE value IS 174 (68.36% from 255) = 34.12%
R=36.47%
G=29.41%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615017400.190.060.2732020.6965.88
HexBA96AE01361B1401542
Octal27222625602363350025102
Binary10111010100101101010111001001111011011101000000101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA96AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA96AE; }

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

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

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

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

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

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

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

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