#BA99B0

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

Shades of Lily #BA99B0

Tints of Lily #BA99B0

Color information

#BA99B0 (or 0xBA99B0) is unknown color: approx Lily. HEX triplet: BA, 99 and B0. RGB value is (186,153,176). Sum of RGB (Red+Green+Blue) = 186+153+176=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA99B0 is #45664F. Grayscale: #A5A5A5. Windows color (decimal): -4548176 or 11573690. OLE color: 11573690.

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

Color convert

RGB186153176-
CMYK00.180.050.27
HSL318.18º19.3%66.47%-
HSV(B)318.18º17.74%72.94%-
XYZ39.4836.3646.01-
YUV165.49133.93142.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 153 (60.16% from 255) = 29.71%
BLUE value IS 176 (69.14% from 255) = 34.17%
R=36.12%
G=29.71%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615317600.180.050.27318.1819.366.47
HexBA99B001251B13e1342
Octal27223126002253347623102
Binary10111010100110011011000001001010111011100111110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99B0; }

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

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

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

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

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

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

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

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