#BA98AC

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

Shades of Lily #BA98AC

Tints of Lily #BA98AC

Color information

#BA98AC (or 0xBA98AC) is unknown color: approx Lily. HEX triplet: BA, 98 and AC. RGB value is (186,152,172). Sum of RGB (Red+Green+Blue) = 186+152+172=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BA98AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA98AC is #456753. Grayscale: #A4A4A4. Windows color (decimal): -4548436 or 11311290. OLE color: 11311290.

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

Color convert

RGB186152172-
CMYK00.180.080.27
HSL324.71º19.77%66.27%-
HSV(B)324.71º18.28%72.94%-
XYZ38.9235.8743.9-
YUV164.45132.26143.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=36.47%
G=29.80%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615217200.180.080.27324.7119.7766.27
HexBA98AC01281B1451442
Octal272230254022103350524102
Binary101110101001100010101100010010100011011101000101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98AC; }

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

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

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

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

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

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

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

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