COLOR #BA9ECA

HEX: #BA9ECA
RGB: (186,158,202)

Color info

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

RGB color model

#BA9ECA color RGB value is (186,158,202).

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

RGB channels and saturation

R 186 of 255 = 73%
G 158 of 255 = 62%
B 202 of 255 = 79%

186
158
202

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

Portions of RGB colors in percentages

R + G + B =
186 + 158 + 202 = 546 (100%)
R 186 of 546 ~ 34.07%
G 158 of 546 ~ 28.94%
B 202 of 546 ~ 37%

%34.07
%28.94
%37

CMYK color model

#BA9ECA color CMYK value is (8,22,0,21).

  • cyan value is 7.92%
  • magenta value is 21.78%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(8,22,0,21)
C8M22Y0K21 
(8%,22%,0%,21%)
(0.08/0.22/0.00/0.21)	

CMYK percentages

%7.92
%21.78
%0
%20.78

Codes

Color #BA9ECA in popluar color models

BA9ECA
RGB186158202
HSL278°29.33%70.59%
HSB/HSV278°21.78%79.22%
CMYK7.92%21.78%0.00%
20.78%

Color #BA9ECA in popluar number systems.

HEXBA9ECA
Decimal186158202
Binary101110101001111011001010
Octal272236312

Shades and tints

Shades of #BA9ECA

#BA9ECA
(186,158,202)
#AA90B8
(170,144,184)
#9A82A6
(154,130,166)
#8A7494
(138,116,148)
#7A6682
(122,102,130)
#6A5870
(106,88,112)
#5A4A5E
(90,74,94)
#4A3C4C
(74,60,76)
#3A2E3A
(58,46,58)
#2A2028
(42,32,40)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #BA9ECA

#BA9ECA
(186,158,202)
#C0A6CE
(192,166,206)
#C6AED2
(198,174,210)
#CCB6D6
(204,182,214)
#D2BEDA
(210,190,218)
#D8C6DE
(216,198,222)
#DECEE2
(222,206,226)
#E4D6E6
(228,214,230)
#EADEEA
(234,222,234)
#F0E6EE
(240,230,238)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9ECA; }

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

This text font color is #BA9ECA.


Background Color

.myBgColor { background-color: #BA9ECA; }

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

This div background color is #BA9ECA.


Border color

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

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

This div border color is #BA9ECA.


Opacity

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

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

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

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

This text has shadow with #BA9ECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9ECA on black background.


Color preview on white background

This text has color #BA9ECA on white background.



Black color preview on #BA9ECA background

This text has black color on #BA9ECA background.


White color preview on #BA9ECA background

This text has white color on #BA9ECA background.