COLOR #BAA5DF

HEX: #BAA5DF RGB: (186,165,223)

Color info

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

RGB color model

#BAA5DF color RGB value is (186,165,223).

RGB: (186,165,223) (73%, 65%, 87%)

RGB channels and saturation

R 186 of 255 = 73%
G 165 of 255 = 65%
B 223 of 255 = 87%

186
165
223

R + G + B ~ 75%. #BAA5DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 165 + 223 = 574 (100%)
R 186 of 574 ~ 32.4%
G 165 of 574 ~ 28.75%
B 223 of 574 ~ 38.85'%

%32.4
%28.75
%38.85

CMYK color model

#BAA5DF color CMYK value is (17,26,0,13).

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

CMYK: (17,26,0,13)
C17M26Y0K13 (17%, 26%, 0%, 13%)
(0.17 / 0.26 / 0.00 / 0.13)

CMYK percentages

%16.59
%26.01
%0
%12.55

Codes

Color #BAA5DF in popluar color models

BA A5 DF
RGB 186 165 223
HSL 262° 47.54% 76.08%
HSB/HSV 262° 26.01% 87.45%
CMYK 16.59% 26.01% 0.00%
12.55%

Color #BAA5DF in popluar number systems.

HEX BA A5 DF
Decimal 186 165 223
Binary 10111010 10100101 11011111
Octal 272 245 337

Shades and tints

Shades of #BAA5DF

#BAA5DF
(186,165,223)
#AA96CB
(170,150,203)
#9A87B7
(154,135,183)
#8A78A3
(138,120,163)
#7A698F
(122,105,143)
#6A5A7B
(106,90,123)
#5A4B67
(90,75,103)
#4A3C53
(74,60,83)
#3A2D3F
(58,45,63)
#2A1E2B
(42,30,43)
#1A0F17
(26,15,23)
#000000
(0,0,0)

Tints of #BAA5DF

#BAA5DF
(186,165,223)
#C0ADE1
(192,173,225)
#C6B5E3
(198,181,227)
#CCBDE5
(204,189,229)
#D2C5E7
(210,197,231)
#D8CDE9
(216,205,233)
#DED5EB
(222,213,235)
#E4DDED
(228,221,237)
#EAE5EF
(234,229,239)
#F0EDF1
(240,237,241)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA5DF; }

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

This text font color is #BAA5DF.

Background Color

.myBgColor { background-color: #BAA5DF; }

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

This div background color is #BAA5DF.

Border color

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

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

This div border color is #BAA5DF.

Opacity

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

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

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

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

This text has shadow with #BAA5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA5DF.

Preview

Color preview on black background

This text has color #BAA5DF on black background.


Color preview on white background

This text has color #BAA5DF on white background.


Black color preview on #BAA5DF background

This text has black color on #BAA5DF background.


White color preview on #BAA5DF background

This text has white color on #BAA5DF background.


Related colors

Complementary color

Complementary color for #BAA5DF is #455A20.


I love getcolorcode.com

Triadic colors

1 #DFBAA5 and #A5DFBA with #BAA5DF are triadic colors.

2 #DFA5BA and #A5BADF with #BAA5DF are triadic colors.