COLOR #BAAADA

HEX: #BAAADA RGB: (186,170,218)

Color info

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

RGB color model

#BAAADA color RGB value is (186,170,218).

RGB: (186,170,218) (73%, 67%, 85%)

RGB channels and saturation

R 186 of 255 = 73%
G 170 of 255 = 67%
B 218 of 255 = 85%

186
170
218

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

Portions of RGB colors in percentages

R + G + B = 186 + 170 + 218 = 574 (100%)
R 186 of 574 ~ 32.4%
G 170 of 574 ~ 29.62%
B 218 of 574 ~ 37.98'%

%32.4
%29.62
%37.98

CMYK color model

#BAAADA color CMYK value is (15,22,0,15).

  • cyan value is 14.68%
  • magenta value is 22.02%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (15,22,0,15)
C15M22Y0K15 (15%, 22%, 0%, 15%)
(0.15 / 0.22 / 0.00 / 0.15)

CMYK percentages

%14.68
%22.02
%0
%14.51

Codes

Color #BAAADA in popluar color models

BA AA DA
RGB 186 170 218
HSL 260° 39.34% 76.08%
HSB/HSV 260° 22.02% 85.49%
CMYK 14.68% 22.02% 0.00%
14.51%

Color #BAAADA in popluar number systems.

HEX BA AA DA
Decimal 186 170 218
Binary 10111010 10101010 11011010
Octal 272 252 332

Shades and tints

Shades of #BAAADA

#BAAADA
(186,170,218)
#AA9BC7
(170,155,199)
#9A8CB4
(154,140,180)
#8A7DA1
(138,125,161)
#7A6E8E
(122,110,142)
#6A5F7B
(106,95,123)
#5A5068
(90,80,104)
#4A4155
(74,65,85)
#3A3242
(58,50,66)
#2A232F
(42,35,47)
#1A141C
(26,20,28)
#000000
(0,0,0)

Tints of #BAAADA

#BAAADA
(186,170,218)
#C0B1DD
(192,177,221)
#C6B8E0
(198,184,224)
#CCBFE3
(204,191,227)
#D2C6E6
(210,198,230)
#D8CDE9
(216,205,233)
#DED4EC
(222,212,236)
#E4DBEF
(228,219,239)
#EAE2F2
(234,226,242)
#F0E9F5
(240,233,245)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAADA; }

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

This text font color is #BAAADA.

Background Color

.myBgColor { background-color: #BAAADA; }

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

This div background color is #BAAADA.

Border color

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

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

This div border color is #BAAADA.

Opacity

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

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

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

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

This text has shadow with #BAAADA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAAADA.

Preview

Color preview on black background

This text has color #BAAADA on black background.


Color preview on white background

This text has color #BAAADA on white background.


Black color preview on #BAAADA background

This text has black color on #BAAADA background.


White color preview on #BAAADA background

This text has white color on #BAAADA background.


Related colors

Complementary color

Complementary color for #hex is #455525.


I love getcolorcode.com

Triadic colors

1 #DABAAA and #AADABA with #BAAADA are triadic colors.

2 #DAAABA and #AABADA with #BAAADA are triadic colors.