COLOR #BAA6EB

HEX: #BAA6EB RGB: (186,166,235)

Color info

#BAA6EB contains mainly red and blue colors. Web safe color of #BAA6EB is #CC99FF (or #C9F).

RGB color model

#BAA6EB color RGB value is (186,166,235).

RGB: (186,166,235) (73%, 65%, 92%)

RGB channels and saturation

R 186 of 255 = 73%
G 166 of 255 = 65%
B 235 of 255 = 92%

186
166
235

R + G + B ~ 77%. #BAA6EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 166 + 235 = 587 (100%)
R 186 of 587 ~ 31.69%
G 166 of 587 ~ 28.28%
B 235 of 587 ~ 40.03'%

%31.69
%28.28
%40.03

CMYK color model

#BAA6EB color CMYK value is (21,29,0,8).

  • cyan value is 20.85%
  • magenta value is 29.36%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (21,29,0,8)
C21M29Y0K8 (21%, 29%, 0%, 8%)
(0.21 / 0.29 / 0.00 / 0.08)

CMYK percentages

%20.85
%29.36
%0
%7.84

Codes

Color #BAA6EB in popluar color models

BA A6 EB
RGB 186 166 235
HSL 257° 63.30% 78.63%
HSB/HSV 257° 29.36% 92.16%
CMYK 20.85% 29.36% 0.00%
7.84%

Color #BAA6EB in popluar number systems.

HEX BA A6 EB
Decimal 186 166 235
Binary 10111010 10100110 11101011
Octal 272 246 353

Shades and tints

Shades of #BAA6EB

#BAA6EB
(186,166,235)
#AA97D6
(170,151,214)
#9A88C1
(154,136,193)
#8A79AC
(138,121,172)
#7A6A97
(122,106,151)
#6A5B82
(106,91,130)
#5A4C6D
(90,76,109)
#4A3D58
(74,61,88)
#3A2E43
(58,46,67)
#2A1F2E
(42,31,46)
#1A1019
(26,16,25)
#000000
(0,0,0)

Tints of #BAA6EB

#BAA6EB
(186,166,235)
#C0AEEC
(192,174,236)
#C6B6ED
(198,182,237)
#CCBEEE
(204,190,238)
#D2C6EF
(210,198,239)
#D8CEF0
(216,206,240)
#DED6F1
(222,214,241)
#E4DEF2
(228,222,242)
#EAE6F3
(234,230,243)
#F0EEF4
(240,238,244)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA6EB color. Also use rgb(186,166,235) instead hex code.

Text Font Color

.myTextColor { color: #BAA6EB; }

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

This text font color is #BAA6EB.

Background Color

.myBgColor { background-color: #BAA6EB; }

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

This div background color is #BAA6EB.

Border color

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

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

This div border color is #BAA6EB.

Opacity

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

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

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

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

This text has shadow with #BAA6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA6EB.

Preview

Color preview on black background

This text has color #BAA6EB on black background.


Color preview on white background

This text has color #BAA6EB on white background.


Black color preview on #BAA6EB background

This text has black color on #BAA6EB background.


White color preview on #BAA6EB background

This text has white color on #BAA6EB background.


Related colors

Complementary color

Complementary color for #hex is #455914.


I love getcolorcode.com

Triadic colors

1 #EBBAA6 and #A6EBBA with #BAA6EB are triadic colors.

2 #EBA6BA and #A6BAEB with #BAA6EB are triadic colors.