COLOR #BAAAD1

HEX: #BAAAD1 RGB: (186,170,209)

Color info

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

RGB color model

#BAAAD1 color RGB value is (186,170,209).

RGB: (186,170,209) (73%, 67%, 82%)

RGB channels and saturation

R 186 of 255 = 73%
G 170 of 255 = 67%
B 209 of 255 = 82%

186
170
209

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

Portions of RGB colors in percentages

R + G + B = 186 + 170 + 209 = 565 (100%)
R 186 of 565 ~ 32.92%
G 170 of 565 ~ 30.09%
B 209 of 565 ~ 36.99'%

%32.92
%30.09
%36.99

CMYK color model

#BAAAD1 color CMYK value is (11,19,0,18).

  • cyan value is 11.00%
  • magenta value is 18.66%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (11,19,0,18) C11M19Y0K18 (11%,19%,0%,18%) (0.11/0.19/0.00/0.18) 

CMYK percentages

%11
%18.66
%0
%18.04

Codes

Color #BAAAD1 in popluar color models

BA AA D1
RGB 186 170 209
HSL 265° 29.77% 74.31%
HSB/HSV 265° 18.66% 81.96%
CMYK 11.00% 18.66% 0.00%
18.04%

Color #BAAAD1 in popluar number systems.

HEX BA AA D1
Decimal 186 170 209
Binary 10111010 10101010 11010001
Octal 272 252 321

Shades and tints

Shades of #BAAAD1

#BAAAD1
(186,170,209)
#AA9BBE
(170,155,190)
#9A8CAB
(154,140,171)
#8A7D98
(138,125,152)
#7A6E85
(122,110,133)
#6A5F72
(106,95,114)
#5A505F
(90,80,95)
#4A414C
(74,65,76)
#3A3239
(58,50,57)
#2A2326
(42,35,38)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #BAAAD1

#BAAAD1
(186,170,209)
#C0B1D5
(192,177,213)
#C6B8D9
(198,184,217)
#CCBFDD
(204,191,221)
#D2C6E1
(210,198,225)
#D8CDE5
(216,205,229)
#DED4E9
(222,212,233)
#E4DBED
(228,219,237)
#EAE2F1
(234,226,241)
#F0E9F5
(240,233,245)
#F6F0F9
(246,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAAAD1 color. Also use rgb(186,170,209) instead hex code.

Text Font Color

.myTextColor { color: #BAAAD1; }

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

This text font color is #BAAAD1.

Background Color

.myBgColor { background-color: #BAAAD1; }

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

This div background color is #BAAAD1.

Border color

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

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

This div border color is #BAAAD1.

Opacity

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

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

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

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

This text has shadow with #BAAAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAAAD1.

Preview

Color preview on black background

This text has color #BAAAD1 on black background.


Color preview on white background

This text has color #BAAAD1 on white background.


Black color preview on #BAAAD1 background

This text has black color on #BAAAD1 background.


White color preview on #BAAAD1 background

This text has white color on #BAAAD1 background.


Related colors

Complementary color

Complementary color for #hex is #45552E.


I love getcolorcode.com

Triadic colors

1 #D1BAAA and #AAD1BA with #BAAAD1 are triadic colors.

2 #D1AABA and #AABAD1 with #BAAAD1 are triadic colors.