#BA92AB

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

Shades of Lily #BA92AB

Tints of Lily #BA92AB

Color information

#BA92AB (or 0xBA92AB) is unknown color: approx Lily. HEX triplet: BA, 92 and AB. RGB value is (186,146,171). Sum of RGB (Red+Green+Blue) = 186+146+171=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BA92AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA92AB is #456D54. Grayscale: #A0A0A0. Windows color (decimal): -4549973 or 11244218. OLE color: 11244218.

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

Color convert

RGB186146171-
CMYK00.220.080.27
HSL322.5º22.47%65.1%-
HSV(B)322.5º21.51%72.94%-
XYZ37.8833.9443.08-
YUV160.81133.75145.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 146 (57.42% from 255) = 29.03%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=36.98%
G=29.03%
B=34.00%

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
Decimal18614617100.220.080.27322.522.4765.1
HexBA92AB01681B1421641
Octal272222253026103350226101
Binary101110101001001010101011010110100011011101000010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA92AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA92AB; }

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

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

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

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

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

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

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

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