#BA92AE

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

Shades of Lily #BA92AE

Tints of Lily #BA92AE

Color information

#BA92AE (or 0xBA92AE) is unknown color: approx Lily. HEX triplet: BA, 92 and AE. RGB value is (186,146,174). Sum of RGB (Red+Green+Blue) = 186+146+174=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BA92AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA92AE is #456D51. Grayscale: #A1A1A1. Windows color (decimal): -4549970 or 11440826. OLE color: 11440826.

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

Color convert

RGB186146174-
CMYK00.220.060.27
HSL318º22.47%65.1%-
HSV(B)318º21.51%72.94%-
XYZ38.1734.0544.61-
YUV161.15135.25145.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 146 (57.42% from 255) = 28.85%
BLUE value IS 174 (68.36% from 255) = 34.39%
R=36.76%
G=28.85%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614617400.220.060.2731822.4765.1
HexBA92AE01661B13e1641
Octal27222225602663347626101
Binary10111010100100101010111001011011011011100111110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA92AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA92AE; }

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

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

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

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

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

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

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

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