COLOR #BA9BDF

HEX: #BA9BDF RGB: (186,155,223)

Color info

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

RGB color model

#BA9BDF color RGB value is (186,155,223).

RGB: (186,155,223) (73%, 61%, 87%)

RGB channels and saturation

R 186 of 255 = 73%
G 155 of 255 = 61%
B 223 of 255 = 87%

186
155
223

R + G + B ~ 74%. #BA9BDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 155 + 223 = 564 (100%)
R 186 of 564 ~ 32.98%
G 155 of 564 ~ 27.48%
B 223 of 564 ~ 39.54'%

%32.98
%27.48
%39.54

CMYK color model

#BA9BDF color CMYK value is (17,30,0,13).

  • cyan value is 16.59%
  • magenta value is 30.49%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (17,30,0,13)
C17M30Y0K13 (17%, 30%, 0%, 13%)
(0.17 / 0.30 / 0.00 / 0.13)

CMYK percentages

%16.59
%30.49
%0
%12.55

Codes

Color #BA9BDF in popluar color models

BA 9B DF
RGB 186 155 223
HSL 267° 51.52% 74.12%
HSB/HSV 267° 30.49% 87.45%
CMYK 16.59% 30.49% 0.00%
12.55%

Color #BA9BDF in popluar number systems.

HEX BA 9B DF
Decimal 186 155 223
Binary 10111010 10011011 11011111
Octal 272 233 337

Shades and tints

Shades of #BA9BDF

#BA9BDF
(186,155,223)
#AA8DCB
(170,141,203)
#9A7FB7
(154,127,183)
#8A71A3
(138,113,163)
#7A638F
(122,99,143)
#6A557B
(106,85,123)
#5A4767
(90,71,103)
#4A3953
(74,57,83)
#3A2B3F
(58,43,63)
#2A1D2B
(42,29,43)
#1A0F17
(26,15,23)
#000000
(0,0,0)

Tints of #BA9BDF

#BA9BDF
(186,155,223)
#C0A4E1
(192,164,225)
#C6ADE3
(198,173,227)
#CCB6E5
(204,182,229)
#D2BFE7
(210,191,231)
#D8C8E9
(216,200,233)
#DED1EB
(222,209,235)
#E4DAED
(228,218,237)
#EAE3EF
(234,227,239)
#F0ECF1
(240,236,241)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9BDF; }

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

This text font color is #BA9BDF.

Background Color

.myBgColor { background-color: #BA9BDF; }

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

This div background color is #BA9BDF.

Border color

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

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

This div border color is #BA9BDF.

Opacity

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

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

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

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

This text has shadow with #BA9BDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA9BDF.

Preview

Color preview on black background

This text has color #BA9BDF on black background.


Color preview on white background

This text has color #BA9BDF on white background.


Black color preview on #BA9BDF background

This text has black color on #BA9BDF background.


White color preview on #BA9BDF background

This text has white color on #BA9BDF background.


Related colors

Complementary color

Complementary color for #hex is #456420.


I love getcolorcode.com

Triadic colors

1 #DFBA9B and #9BDFBA with #BA9BDF are triadic colors.

2 #DF9BBA and #9BBADF with #BA9BDF are triadic colors.