COLOR #BA8EDE

HEX: #BA8EDE
RGB: (186,142,222)

Color info

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

RGB color model

#BA8EDE color RGB value is (186,142,222).

  • red value is 186;
  • green value is 142;
  • blue value is 222.
RGB:
(186,142,222)
(73%,56%,87%)

RGB channels and saturation

R 186 of 255 = 73%
G 142 of 255 = 56%
B 222 of 255 = 87%

186
142
222

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

Portions of RGB colors in percentages

R + G + B =
186 + 142 + 222 = 550 (100%)
R 186 of 550 ~ 33.82%
G 142 of 550 ~ 25.82%
B 222 of 550 ~ 40.36%

%33.82
%25.82
%40.36

CMYK color model

#BA8EDE color CMYK value is (16,36,0,13).

  • cyan value is 16.22%
  • magenta value is 36.04%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(16,36,0,13)
C16M36Y0K13 
(16%,36%,0%,13%)
(0.16/0.36/0.00/0.13)	

CMYK percentages

%16.22
%36.04
%0
%12.94

Codes

Color #BA8EDE in popluar color models

BA8EDE
RGB186142222
HSL273°54.79%71.37%
HSB/HSV273°36.04%87.06%
CMYK16.22%36.04%0.00%
12.94%

Color #BA8EDE in popluar number systems.

HEXBA8EDE
Decimal186142222
Binary101110101000111011011110
Octal272216336

Shades and tints

Shades of #BA8EDE

#BA8EDE
(186,142,222)
#AA82CA
(170,130,202)
#9A76B6
(154,118,182)
#8A6AA2
(138,106,162)
#7A5E8E
(122,94,142)
#6A527A
(106,82,122)
#5A4666
(90,70,102)
#4A3A52
(74,58,82)
#3A2E3E
(58,46,62)
#2A222A
(42,34,42)
#1A1616
(26,22,22)
#000000
(0,0,0)

Tints of #BA8EDE

#BA8EDE
(186,142,222)
#C098E1
(192,152,225)
#C6A2E4
(198,162,228)
#CCACE7
(204,172,231)
#D2B6EA
(210,182,234)
#D8C0ED
(216,192,237)
#DECAF0
(222,202,240)
#E4D4F3
(228,212,243)
#EADEF6
(234,222,246)
#F0E8F9
(240,232,249)
#F6F2FC
(246,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA8EDE color. Also use rgb(186,142,222) instead hex code.

Text Font Color

.myTextColor { color: #BA8EDE; }

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

This text font color is #BA8EDE.


Background Color

.myBgColor { background-color: #BA8EDE; }

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

This div background color is #BA8EDE.


Border color

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

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

This div border color is #BA8EDE.


Opacity

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

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

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

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

This text has shadow with #BA8EDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8EDE on black background.


Color preview on white background

This text has color #BA8EDE on white background.



Black color preview on #BA8EDE background

This text has black color on #BA8EDE background.


White color preview on #BA8EDE background

This text has white color on #BA8EDE background.