#BA99AD

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

Shades of Lily #BA99AD

Tints of Lily #BA99AD

Color information

#BA99AD (or 0xBA99AD) is unknown color: approx Lily. HEX triplet: BA, 99 and AD. RGB value is (186,153,173). Sum of RGB (Red+Green+Blue) = 186+153+173=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA99AD is #456652. Grayscale: #A5A5A5. Windows color (decimal): -4548179 or 11377082. OLE color: 11377082.

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

Color convert

RGB186153173-
CMYK00.180.070.27
HSL323.64º19.3%66.47%-
HSV(B)323.64º17.74%72.94%-
XYZ39.1836.2444.46-
YUV165.15132.43142.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=36.33%
G=29.88%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615317300.180.070.27323.6419.366.47
HexBA99AD01271B1441342
Octal27223125502273350423102
Binary10111010100110011010110101001011111011101000100100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99AD; }

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

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

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

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

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

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

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

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