COLOR #BA9DED

HEX: #BA9DED RGB: (186,157,237)

Color info

#BA9DED contains mainly red and blue colors. Web safe color of #BA9DED is #CC99FF (or #C9F).

RGB color model

#BA9DED color RGB value is (186,157,237).

RGB: (186,157,237) (73%, 62%, 93%)

RGB channels and saturation

R 186 of 255 = 73%
G 157 of 255 = 62%
B 237 of 255 = 93%

186
157
237

R + G + B ~ 76%. #BA9DED is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 157 + 237 = 580 (100%)
R 186 of 580 ~ 32.07%
G 157 of 580 ~ 27.07%
B 237 of 580 ~ 40.86'%

%32.07
%27.07
%40.86

CMYK color model

#BA9DED color CMYK value is (22,34,0,7).

  • cyan value is 21.52%
  • magenta value is 33.76%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (22,34,0,7)
C22M34Y0K7 (22%, 34%, 0%, 7%)
(0.22 / 0.34 / 0.00 / 0.07)

CMYK percentages

%21.52
%33.76
%0
%7.06

Codes

Color #BA9DED in popluar color models

BA 9D ED
RGB 186 157 237
HSL 262° 68.97% 77.25%
HSB/HSV 262° 33.76% 92.94%
CMYK 21.52% 33.76% 0.00%
7.06%

Color #BA9DED in popluar number systems.

HEX BA 9D ED
Decimal 186 157 237
Binary 10111010 10011101 11101101
Octal 272 235 355

Shades and tints

Shades of #BA9DED

#BA9DED
(186,157,237)
#AA8FD8
(170,143,216)
#9A81C3
(154,129,195)
#8A73AE
(138,115,174)
#7A6599
(122,101,153)
#6A5784
(106,87,132)
#5A496F
(90,73,111)
#4A3B5A
(74,59,90)
#3A2D45
(58,45,69)
#2A1F30
(42,31,48)
#1A111B
(26,17,27)
#000000
(0,0,0)

Tints of #BA9DED

#BA9DED
(186,157,237)
#C0A5EE
(192,165,238)
#C6ADEF
(198,173,239)
#CCB5F0
(204,181,240)
#D2BDF1
(210,189,241)
#D8C5F2
(216,197,242)
#DECDF3
(222,205,243)
#E4D5F4
(228,213,244)
#EADDF5
(234,221,245)
#F0E5F6
(240,229,246)
#F6EDF7
(246,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9DED color. Also use rgb(186,157,237) instead hex code.

Text Font Color

.myTextColor { color: #BA9DED; }

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

This text font color is #BA9DED.

Background Color

.myBgColor { background-color: #BA9DED; }

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

This div background color is #BA9DED.

Border color

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

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

This div border color is #BA9DED.

Opacity

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

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

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

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

This text has shadow with #BA9DED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA9DED.

Preview

Color preview on black background

This text has color #BA9DED on black background.


Color preview on white background

This text has color #BA9DED on white background.


Black color preview on #BA9DED background

This text has black color on #BA9DED background.


White color preview on #BA9DED background

This text has white color on #BA9DED background.


Related colors

Complementary color

Complementary color for #hex is #456212.


I love getcolorcode.com

Triadic colors

1 #EDBA9D and #9DEDBA with #BA9DED are triadic colors.

2 #ED9DBA and #9DBAED with #BA9DED are triadic colors.