#BA9FC1

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

Shades of Lola #BA9FC1

Tints of Lola #BA9FC1

Color information

#BA9FC1 (or 0xBA9FC1) is unknown color: approx Lola. HEX triplet: BA, 9F and C1. RGB value is (186,159,193). Sum of RGB (Red+Green+Blue) = 186+159+193=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA9FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FC1 is #45603E. Grayscale: #AAAAAA. Windows color (decimal): -4546623 or 12689338. OLE color: 12689338.

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

Color convert

RGB186159193-
CMYK0.040.1800.24
HSL287.65º21.52%69.02%-
HSV(B)287.65º17.62%75.69%-
XYZ42.2739.0955.77-
YUV170.95140.45138.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 159 (62.5% from 255) = 29.55%
BLUE value IS 193 (75.78% from 255) = 35.87%
R=34.57%
G=29.55%
B=35.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861591930.040.1800.24287.6521.5269.02
HexBA9FC14120181201645
Octal27223730142203044026105
Binary10111010100111111100000110010010011000100100000101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9FC1; }

 p { color: rgb(186,159,193); }

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

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

 a { background-color: rgb(186,159,193); }

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

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

 span { border-color: rgb(186,159,193); }

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