#BA99C2

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

Shades of Lola #BA99C2

Tints of Lola #BA99C2

Color information

#BA99C2 (or 0xBA99C2) is unknown color: approx Lola. HEX triplet: BA, 99 and C2. RGB value is (186,153,194). Sum of RGB (Red+Green+Blue) = 186+153+194=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA99C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99C2 is #45663D. Grayscale: #A7A7A7. Windows color (decimal): -4548158 or 12753338. OLE color: 12753338.

HSL color Cylindrical-coordinate representation of color #BA99C2: hue angle of 288.29º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA99C2 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186153194-
CMYK0.040.2100.24
HSL288.29º25.15%68.04%-
HSV(B)288.29º21.13%76.08%-
XYZ41.3837.1256.02-
YUV167.54142.93141.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 153 (60.16% from 255) = 28.71%
BLUE value IS 194 (76.17% from 255) = 36.40%
R=34.90%
G=28.71%
B=36.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861531940.040.2100.24288.2925.1568.04
HexBA99C24150181201944
Octal27223130242503044031104
Binary10111010100110011100001010010101011000100100000110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99C2; }

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

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

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

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

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

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

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

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