#BA99B1

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

Shades of Lily #BA99B1

Tints of Lily #BA99B1

Color information

#BA99B1 (or 0xBA99B1) is unknown color: approx Lily. HEX triplet: BA, 99 and B1. RGB value is (186,153,177). Sum of RGB (Red+Green+Blue) = 186+153+177=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA99B1 is #45664E. Grayscale: #A5A5A5. Windows color (decimal): -4548175 or 11639226. OLE color: 11639226.

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

Color convert

RGB186153177-
CMYK00.180.050.27
HSL316.36º19.3%66.47%-
HSV(B)316.36º17.74%72.94%-
XYZ39.5836.446.53-
YUV165.6134.43142.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 153 (60.16% from 255) = 29.65%
BLUE value IS 177 (69.53% from 255) = 34.30%
R=36.05%
G=29.65%
B=34.30%

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
Decimal18615317700.180.050.27316.3619.366.47
HexBA99B101251B13c1342
Octal27223126102253347423102
Binary10111010100110011011000101001010111011100111100100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99B1; }

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

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

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

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

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

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

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

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