COLOR #B2AADA

HEX: #B2AADA RGB: (178,170,218)

Color info

#B2AADA contains red, green and blue colors in about the same proportion. Web safe color of #B2AADA is #9999CC (or #99C).

RGB color model

#B2AADA color RGB value is (178,170,218).

RGB: (178,170,218) (70%, 67%, 85%)

RGB channels and saturation

R 178 of 255 = 70%
G 170 of 255 = 67%
B 218 of 255 = 85%

178
170
218

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

Portions of RGB colors in percentages

R + G + B = 178 + 170 + 218 = 566 (100%)
R 178 of 566 ~ 31.45%
G 170 of 566 ~ 30.04%
B 218 of 566 ~ 38.52'%

%31.45
%30.04
%38.52

CMYK color model

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

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

CMYK: (18,22,0,15)
C18M22Y0K15 (18%, 22%, 0%, 15%)
(0.18 / 0.22 / 0.00 / 0.15)

CMYK percentages

%18.35
%22.02
%0
%14.51

Codes

Color #B2AADA in popluar color models

B2 AA DA
RGB 178 170 218
HSL 250° 39.34% 76.08%
HSB/HSV 250° 22.02% 85.49%
CMYK 18.35% 22.02% 0.00%
14.51%

Color #B2AADA in popluar number systems.

HEX B2 AA DA
Decimal 178 170 218
Binary 10110010 10101010 11011010
Octal 262 252 332

Shades and tints

Shades of #B2AADA

#B2AADA
(178,170,218)
#A29BC7
(162,155,199)
#928CB4
(146,140,180)
#827DA1
(130,125,161)
#726E8E
(114,110,142)
#625F7B
(98,95,123)
#525068
(82,80,104)
#424155
(66,65,85)
#323242
(50,50,66)
#22232F
(34,35,47)
#12141C
(18,20,28)
#000000
(0,0,0)

Tints of #B2AADA

#B2AADA
(178,170,218)
#B9B1DD
(185,177,221)
#C0B8E0
(192,184,224)
#C7BFE3
(199,191,227)
#CEC6E6
(206,198,230)
#D5CDE9
(213,205,233)
#DCD4EC
(220,212,236)
#E3DBEF
(227,219,239)
#EAE2F2
(234,226,242)
#F1E9F5
(241,233,245)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AADA; }

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

This text font color is #B2AADA.

Background Color

.myBgColor { background-color: #B2AADA; }

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

This div background color is #B2AADA.

Border color

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

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

This div border color is #B2AADA.

Opacity

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

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

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

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

This text has shadow with #B2AADA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AADA.

Preview

Color preview on black background

This text has color #B2AADA on black background.


Color preview on white background

This text has color #B2AADA on white background.


Black color preview on #B2AADA background

This text has black color on #B2AADA background.


White color preview on #B2AADA background

This text has white color on #B2AADA background.


Related colors

Complementary color

Complementary color for #hex is #4D5525.


I love getcolorcode.com

Triadic colors

1 #DAB2AA and #AADAB2 with #B2AADA are triadic colors.

2 #DAAAB2 and #AAB2DA with #B2AADA are triadic colors.