COLOR #BA9EC4

HEX: #BA9EC4
RGB: (186,158,196)

Color info

#BA9EC4 contains red, green and blue colors in about the same proportion. Web safe color of #BA9EC4 is #CC99CC (or #C9C).

RGB color model

#BA9EC4 color RGB value is (186,158,196).

  • red value is 186;
  • green value is 158;
  • blue value is 196.
RGB:
(186,158,196)
(73%,62%,77%)

RGB channels and saturation

R 186 of 255 = 73%
G 158 of 255 = 62%
B 196 of 255 = 77%

186
158
196

R + G + B ~ 71%. #BA9EC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 158 + 196 = 540 (100%)
R 186 of 540 ~ 34.44%
G 158 of 540 ~ 29.26%
B 196 of 540 ~ 36.3%

%34.44
%29.26
%36.3

CMYK color model

#BA9EC4 color CMYK value is (5,19,0,23).

  • cyan value is 5.10%
  • magenta value is 19.39%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(5,19,0,23)
C5M19Y0K23 
(5%,19%,0%,23%)
(0.05/0.19/0.00/0.23)	

CMYK percentages

%5.1
%19.39
%0
%23.14

Codes

Color #BA9EC4 in popluar color models

BA9EC4
RGB186158196
HSL284°24.36%69.41%
HSB/HSV284°19.39%76.86%
CMYK5.10%19.39%0.00%
23.14%

Color #BA9EC4 in popluar number systems.

HEXBA9EC4
Decimal186158196
Binary101110101001111011000100
Octal272236304

Shades and tints

Shades of #BA9EC4

#BA9EC4
(186,158,196)
#AA90B3
(170,144,179)
#9A82A2
(154,130,162)
#8A7491
(138,116,145)
#7A6680
(122,102,128)
#6A586F
(106,88,111)
#5A4A5E
(90,74,94)
#4A3C4D
(74,60,77)
#3A2E3C
(58,46,60)
#2A202B
(42,32,43)
#1A121A
(26,18,26)
#000000
(0,0,0)

Tints of #BA9EC4

#BA9EC4
(186,158,196)
#C0A6C9
(192,166,201)
#C6AECE
(198,174,206)
#CCB6D3
(204,182,211)
#D2BED8
(210,190,216)
#D8C6DD
(216,198,221)
#DECEE2
(222,206,226)
#E4D6E7
(228,214,231)
#EADEEC
(234,222,236)
#F0E6F1
(240,230,241)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9EC4 color. Also use rgb(186,158,196) instead hex code.

Text Font Color

.myTextColor { color: #BA9EC4; }

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

This text font color is #BA9EC4.


Background Color

.myBgColor { background-color: #BA9EC4; }

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

This div background color is #BA9EC4.


Border color

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

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

This div border color is #BA9EC4.


Opacity

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

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

Text with #BA9EC4 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 #BA9EC4;}

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

This text has shadow with #BA9EC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9EC4 on black background.


Color preview on white background

This text has color #BA9EC4 on white background.



Black color preview on #BA9EC4 background

This text has black color on #BA9EC4 background.


White color preview on #BA9EC4 background

This text has white color on #BA9EC4 background.