COLOR #BAAEEF

HEX: #BAAEEF RGB: (186,174,239)

Color info

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

RGB color model

#BAAEEF color RGB value is (186,174,239).

RGB: (186,174,239) (73%, 68%, 94%)

RGB channels and saturation

R 186 of 255 = 73%
G 174 of 255 = 68%
B 239 of 255 = 94%

186
174
239

R + G + B ~ 78%. #BAAEEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 174 + 239 = 599 (100%)
R 186 of 599 ~ 31.05%
G 174 of 599 ~ 29.05%
B 239 of 599 ~ 39.9'%

%31.05
%29.05
%39.9

CMYK color model

#BAAEEF color CMYK value is (22,27,0,6).

  • cyan value is 22.18%
  • magenta value is 27.20%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (22,27,0,6)
C22M27Y0K6 (22%, 27%, 0%, 6%)
(0.22 / 0.27 / 0.00 / 0.06)

CMYK percentages

%22.18
%27.2
%0
%6.27

Codes

Color #BAAEEF in popluar color models

BA AE EF
RGB 186 174 239
HSL 251° 67.01% 80.98%
HSB/HSV 251° 27.20% 93.73%
CMYK 22.18% 27.20% 0.00%
6.27%

Color #BAAEEF in popluar number systems.

HEX BA AE EF
Decimal 186 174 239
Binary 10111010 10101110 11101111
Octal 272 256 357

Shades and tints

Shades of #BAAEEF

#BAAEEF
(186,174,239)
#AA9FDA
(170,159,218)
#9A90C5
(154,144,197)
#8A81B0
(138,129,176)
#7A729B
(122,114,155)
#6A6386
(106,99,134)
#5A5471
(90,84,113)
#4A455C
(74,69,92)
#3A3647
(58,54,71)
#2A2732
(42,39,50)
#1A181D
(26,24,29)
#000000
(0,0,0)

Tints of #BAAEEF

#BAAEEF
(186,174,239)
#C0B5F0
(192,181,240)
#C6BCF1
(198,188,241)
#CCC3F2
(204,195,242)
#D2CAF3
(210,202,243)
#D8D1F4
(216,209,244)
#DED8F5
(222,216,245)
#E4DFF6
(228,223,246)
#EAE6F7
(234,230,247)
#F0EDF8
(240,237,248)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAAEEF color. Also use rgb(186,174,239) instead hex code.

Text Font Color

.myTextColor { color: #BAAEEF; }

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

This text font color is #BAAEEF.

Background Color

.myBgColor { background-color: #BAAEEF; }

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

This div background color is #BAAEEF.

Border color

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

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

This div border color is #BAAEEF.

Opacity

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

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

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

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

This text has shadow with #BAAEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAAEEF.

Preview

Color preview on black background

This text has color #BAAEEF on black background.


Color preview on white background

This text has color #BAAEEF on white background.


Black color preview on #BAAEEF background

This text has black color on #BAAEEF background.


White color preview on #BAAEEF background

This text has white color on #BAAEEF background.


Related colors

Complementary color

Complementary color for #hex is #455110.


I love getcolorcode.com

Triadic colors

1 #EFBAAE and #AEEFBA with #BAAEEF are triadic colors.

2 #EFAEBA and #AEBAEF with #BAAEEF are triadic colors.