#BA99A8

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

Shades of Lily #BA99A8

Tints of Lily #BA99A8

Color information

#BA99A8 (or 0xBA99A8) is unknown color: approx Lily. HEX triplet: BA, 99 and A8. RGB value is (186,153,168). Sum of RGB (Red+Green+Blue) = 186+153+168=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA99A8 is #456657. Grayscale: #A4A4A4. Windows color (decimal): -4548184 or 11049402. OLE color: 11049402.

HSL color Cylindrical-coordinate representation of color #BA99A8: hue angle of 332.73º degrees, saturation: 0.19, 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 #BA99A8 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB186153168-
CMYK00.180.100.27
HSL332.73º19.3%66.47%-
HSV(B)332.73º17.74%72.94%-
XYZ38.7136.0541.96-
YUV164.58129.93143.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.69%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 168 (66.02% from 255) = 33.14%
R=36.69%
G=30.18%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615316800.180.100.27332.7319.366.47
HexBA99A8012A1B14d1342
Octal272231250022123351523102
Binary101110101001100110101000010010101011011101001101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99A8; }

 p { color: rgb(186,153,168); }

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

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

 a { background-color: rgb(186,153,168); }

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

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

 span { border-color: rgb(186,153,168); }

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