COLOR #BA9FE1

HEX: #BA9FE1
RGB: (186,159,225)

Color info

#BA9FE1 contains mainly red and blue colors. Web safe color of #BA9FE1 is #CC99CC (or #C9C).

RGB color model

#BA9FE1 color RGB value is (186,159,225).

  • red value is 186;
  • green value is 159;
  • blue value is 225.
RGB:
(186,159,225)
(73%,62%,88%)

RGB channels and saturation

R 186 of 255 = 73%
G 159 of 255 = 62%
B 225 of 255 = 88%

186
159
225

R + G + B ~ 74%. #BA9FE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 159 + 225 = 570 (100%)
R 186 of 570 ~ 32.63%
G 159 of 570 ~ 27.89%
B 225 of 570 ~ 39.47%

%32.63
%27.89
%39.47

CMYK color model

#BA9FE1 color CMYK value is (17,29,0,12).

  • cyan value is 17.33%
  • magenta value is 29.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(17,29,0,12)
C17M29Y0K12 
(17%,29%,0%,12%)
(0.17/0.29/0.00/0.12)	

CMYK percentages

%17.33
%29.33
%0
%11.76

Codes

Color #BA9FE1 in popluar color models

BA9FE1
RGB186159225
HSL265°52.38%75.29%
HSB/HSV265°29.33%88.24%
CMYK17.33%29.33%0.00%
11.76%

Color #BA9FE1 in popluar number systems.

HEXBA9FE1
Decimal186159225
Binary101110101001111111100001
Octal272237341

Shades and tints

Shades of #BA9FE1

#BA9FE1
(186,159,225)
#AA91CD
(170,145,205)
#9A83B9
(154,131,185)
#8A75A5
(138,117,165)
#7A6791
(122,103,145)
#6A597D
(106,89,125)
#5A4B69
(90,75,105)
#4A3D55
(74,61,85)
#3A2F41
(58,47,65)
#2A212D
(42,33,45)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #BA9FE1

#BA9FE1
(186,159,225)
#C0A7E3
(192,167,227)
#C6AFE5
(198,175,229)
#CCB7E7
(204,183,231)
#D2BFE9
(210,191,233)
#D8C7EB
(216,199,235)
#DECFED
(222,207,237)
#E4D7EF
(228,215,239)
#EADFF1
(234,223,241)
#F0E7F3
(240,231,243)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9FE1 color. Also use rgb(186,159,225) instead hex code.

Text Font Color

.myTextColor { color: #BA9FE1; }

<p style="color:#BA9FE1">This sample text font color is #BA9FE1.</p>

This text font color is #BA9FE1.


Background Color

.myBgColor { background-color: #BA9FE1; }

<div style="background-color:#BA9FE1">Inner text</div>

This div background color is #BA9FE1.


Border color

.myBorderColor { border: 1px solid #BA9FE1; }

<div style="border:3px solid #BA9FE1">Div</div>

This div border color is #BA9FE1.


Opacity

.myOpacity80 { color: #BA9FE1; opacity: 0.8; }

<p style="color:#BA9FE1;opacity:0.8;">80%</p>

Text with #BA9FE1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BA9FE1;}

<p style="text-shadow: 3px 3px 1px #BA9FE1">Text here.</p>

This text has shadow with #BA9FE1 color.

.textShadow {text-shadow: 3px 3px 1px #BA9FE1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BA9FE1, 5px 5px 20px red">Text here.</p>

This text has shadow with #BA9FE1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BA9FE1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BA9FE1, Direction=45, Strength=4)">Text</p>

This text has shadow with #BA9FE1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BA9FE1;
  -webkit-box-shadow:	1px 1px 3px 2px #BA9FE1;
  box-shadow:		1px 1px 3px 2px #BA9FE1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BA9FE1;
-webkit-box-shadow: 1px 1px 3px 2px #BA9FE1;
box-shadow:1px 1px 3px 2px #BA9FE1;">
Div content here</div>
This div box has shadow with color #BA9FE1.

Preview

Color preview on black background

This text has color #BA9FE1 on black background.


Color preview on white background

This text has color #BA9FE1 on white background.



Black color preview on #BA9FE1 background

This text has black color on #BA9FE1 background.


White color preview on #BA9FE1 background

This text has white color on #BA9FE1 background.