#BA92AC

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

Shades of Lily #BA92AC

Tints of Lily #BA92AC

Color information

#BA92AC (or 0xBA92AC) is unknown color: approx Lily. HEX triplet: BA, 92 and AC. RGB value is (186,146,172). Sum of RGB (Red+Green+Blue) = 186+146+172=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BA92AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA92AC is #456D53. Grayscale: #A0A0A0. Windows color (decimal): -4549972 or 11309754. OLE color: 11309754.

HSL color Cylindrical-coordinate representation of color #BA92AC: hue angle of 321º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA92AC is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB186146172-
CMYK00.220.080.27
HSL321º22.47%65.1%-
HSV(B)321º21.51%72.94%-
XYZ37.9733.9843.59-
YUV160.92134.25145.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 146 (57.42% from 255) = 28.97%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=36.90%
G=28.97%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614617200.220.080.2732122.4765.1
HexBA92AC01681B1411641
Octal272222254026103350126101
Binary101110101001001010101100010110100011011101000001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA92AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA92AC; }

 p { color: rgb(186,146,172); }

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

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

 a { background-color: rgb(186,146,172); }

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

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

 span { border-color: rgb(186,146,172); }

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