COLOR #BA9BD2

HEX: #BA9BD2
RGB: (186,155,210)

Color info

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

RGB color model

#BA9BD2 color RGB value is (186,155,210).

  • red value is 186;
  • green value is 155;
  • blue value is 210.
RGB:
(186,155,210)
(73%,61%,82%)

RGB channels and saturation

R 186 of 255 = 73%
G 155 of 255 = 61%
B 210 of 255 = 82%

186
155
210

R + G + B ~ 72%. #BA9BD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 155 + 210 = 551 (100%)
R 186 of 551 ~ 33.76%
G 155 of 551 ~ 28.13%
B 210 of 551 ~ 38.11%

%33.76
%28.13
%38.11

CMYK color model

#BA9BD2 color CMYK value is (11,26,0,18).

  • cyan value is 11.43%
  • magenta value is 26.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(11,26,0,18)
C11M26Y0K18 
(11%,26%,0%,18%)
(0.11/0.26/0.00/0.18)	

CMYK percentages

%11.43
%26.19
%0
%17.65

Codes

Color #BA9BD2 in popluar color models

BA9BD2
RGB186155210
HSL274°37.93%71.57%
HSB/HSV274°26.19%82.35%
CMYK11.43%26.19%0.00%
17.65%

Color #BA9BD2 in popluar number systems.

HEXBA9BD2
Decimal186155210
Binary101110101001101111010010
Octal272233322

Shades and tints

Shades of #BA9BD2

#BA9BD2
(186,155,210)
#AA8DBF
(170,141,191)
#9A7FAC
(154,127,172)
#8A7199
(138,113,153)
#7A6386
(122,99,134)
#6A5573
(106,85,115)
#5A4760
(90,71,96)
#4A394D
(74,57,77)
#3A2B3A
(58,43,58)
#2A1D27
(42,29,39)
#1A0F14
(26,15,20)
#000000
(0,0,0)

Tints of #BA9BD2

#BA9BD2
(186,155,210)
#C0A4D6
(192,164,214)
#C6ADDA
(198,173,218)
#CCB6DE
(204,182,222)
#D2BFE2
(210,191,226)
#D8C8E6
(216,200,230)
#DED1EA
(222,209,234)
#E4DAEE
(228,218,238)
#EAE3F2
(234,227,242)
#F0ECF6
(240,236,246)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9BD2 color. Also use rgb(186,155,210) instead hex code.

Text Font Color

.myTextColor { color: #BA9BD2; }

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

This text font color is #BA9BD2.


Background Color

.myBgColor { background-color: #BA9BD2; }

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

This div background color is #BA9BD2.


Border color

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

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

This div border color is #BA9BD2.


Opacity

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

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

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

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

This text has shadow with #BA9BD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9BD2 on black background.


Color preview on white background

This text has color #BA9BD2 on white background.



Black color preview on #BA9BD2 background

This text has black color on #BA9BD2 background.


White color preview on #BA9BD2 background

This text has white color on #BA9BD2 background.