COLOR #BAA7EB

HEX: #BAA7EB RGB: (186,167,235)

Color info

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

RGB color model

#BAA7EB color RGB value is (186,167,235).

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

RGB channels and saturation

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

186
167
235

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

Portions of RGB colors in percentages

R + G + B = 186 + 167 + 235 = 588 (100%)
R 186 of 588 ~ 31.63%
G 167 of 588 ~ 28.4%
B 235 of 588 ~ 39.97'%

%31.63
%28.4
%39.97

CMYK color model

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

  • cyan value is 20.85%
  • magenta value is 28.94%
  • 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
%28.94
%0
%7.84

Codes

Color #BAA7EB in popluar color models

BA A7 EB
RGB 186 167 235
HSL 257° 62.96% 78.82%
HSB/HSV 257° 28.94% 92.16%
CMYK 20.85% 28.94% 0.00%
7.84%

Color #BAA7EB in popluar number systems.

HEX BA A7 EB
Decimal 186 167 235
Binary 10111010 10100111 11101011
Octal 272 247 353

Shades and tints

Shades of #BAA7EB

#BAA7EB
(186,167,235)
#AA98D6
(170,152,214)
#9A89C1
(154,137,193)
#8A7AAC
(138,122,172)
#7A6B97
(122,107,151)
#6A5C82
(106,92,130)
#5A4D6D
(90,77,109)
#4A3E58
(74,62,88)
#3A2F43
(58,47,67)
#2A202E
(42,32,46)
#1A1119
(26,17,25)
#000000
(0,0,0)

Tints of #BAA7EB

#BAA7EB
(186,167,235)
#C0AFEC
(192,175,236)
#C6B7ED
(198,183,237)
#CCBFEE
(204,191,238)
#D2C7EF
(210,199,239)
#D8CFF0
(216,207,240)
#DED7F1
(222,215,241)
#E4DFF2
(228,223,242)
#EAE7F3
(234,231,243)
#F0EFF4
(240,239,244)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA7EB; }

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

This text font color is #BAA7EB.

Background Color

.myBgColor { background-color: #BAA7EB; }

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

This div background color is #BAA7EB.

Border color

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

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

This div border color is #BAA7EB.

Opacity

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

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

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

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

This text has shadow with #BAA7EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA7EB.

Preview

Color preview on black background

This text has color #BAA7EB on black background.


Color preview on white background

This text has color #BAA7EB on white background.


Black color preview on #BAA7EB background

This text has black color on #BAA7EB background.


White color preview on #BAA7EB background

This text has white color on #BAA7EB background.


Related colors

Complementary color

Complementary color for #hex is #455814.


I love getcolorcode.com

Triadic colors

1 #EBBAA7 and #A7EBBA with #BAA7EB are triadic colors.

2 #EBA7BA and #A7BAEB with #BAA7EB are triadic colors.