#BA9FC3

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

Shades of Lola #BA9FC3

Tints of Lola #BA9FC3

Color information

#BA9FC3 (or 0xBA9FC3) is unknown color: approx Lola. HEX triplet: BA, 9F and C3. RGB value is (186,159,195). Sum of RGB (Red+Green+Blue) = 186+159+195=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA9FC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FC3 is #45603C. Grayscale: #ABABAB. Windows color (decimal): -4546621 or 12820410. OLE color: 12820410.

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

Color convert

RGB186159195-
CMYK0.050.1800.24
HSL285º23.08%69.41%-
HSV(B)285º18.46%76.47%-
XYZ42.539.1856.95-
YUV171.18141.45138.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 159 (62.5% from 255) = 29.44%
BLUE value IS 195 (76.56% from 255) = 36.11%
R=34.44%
G=29.44%
B=36.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861591950.050.1800.2428523.0869.41
HexBA9FC351201811d1745
Octal27223730352203043527105
Binary10111010100111111100001110110010011000100011101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9FC3; }

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

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

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

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

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

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

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

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