#BA92AD

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

Shades of Lily #BA92AD

Tints of Lily #BA92AD

Color information

#BA92AD (or 0xBA92AD) is unknown color: approx Lily. HEX triplet: BA, 92 and AD. RGB value is (186,146,173). Sum of RGB (Red+Green+Blue) = 186+146+173=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BA92AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA92AD is #456D52. Grayscale: #A0A0A0. Windows color (decimal): -4549971 or 11375290. OLE color: 11375290.

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

Color convert

RGB186146173-
CMYK00.220.070.27
HSL319.5º22.47%65.1%-
HSV(B)319.5º21.51%72.94%-
XYZ38.0734.0144.09-
YUV161.04134.75145.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=36.83%
G=28.91%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614617300.220.070.27319.522.4765.1
HexBA92AD01671B1401641
Octal27222225502673350026101
Binary10111010100100101010110101011011111011101000000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA92AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA92AD; }

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

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

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

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

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

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

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

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