COLOR #BAAEE9

HEX: #BAAEE9 RGB: (186,174,233)

Color info

#BAAEE9 contains red, green and blue colors in about the same proportion. Web safe color of #BAAEE9 is #CC99FF (or #C9F).

RGB color model

#BAAEE9 color RGB value is (186,174,233).

RGB: (186,174,233) (73%, 68%, 91%)

RGB channels and saturation

R 186 of 255 = 73%
G 174 of 255 = 68%
B 233 of 255 = 91%

186
174
233

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

Portions of RGB colors in percentages

R + G + B = 186 + 174 + 233 = 593 (100%)
R 186 of 593 ~ 31.37%
G 174 of 593 ~ 29.34%
B 233 of 593 ~ 39.29'%

%31.37
%29.34
%39.29

CMYK color model

#BAAEE9 color CMYK value is (20,25,0,9).

  • cyan value is 20.17%
  • magenta value is 25.32%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (20,25,0,9)
C20M25Y0K9 (20%, 25%, 0%, 9%)
(0.20 / 0.25 / 0.00 / 0.09)

CMYK percentages

%20.17
%25.32
%0
%8.63

Codes

Color #BAAEE9 in popluar color models

BA AE E9
RGB 186 174 233
HSL 252° 57.28% 79.80%
HSB/HSV 252° 25.32% 91.37%
CMYK 20.17% 25.32% 0.00%
8.63%

Color #BAAEE9 in popluar number systems.

HEX BA AE E9
Decimal 186 174 233
Binary 10111010 10101110 11101001
Octal 272 256 351

Shades and tints

Shades of #BAAEE9

#BAAEE9
(186,174,233)
#AA9FD4
(170,159,212)
#9A90BF
(154,144,191)
#8A81AA
(138,129,170)
#7A7295
(122,114,149)
#6A6380
(106,99,128)
#5A546B
(90,84,107)
#4A4556
(74,69,86)
#3A3641
(58,54,65)
#2A272C
(42,39,44)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #BAAEE9

#BAAEE9
(186,174,233)
#C0B5EB
(192,181,235)
#C6BCED
(198,188,237)
#CCC3EF
(204,195,239)
#D2CAF1
(210,202,241)
#D8D1F3
(216,209,243)
#DED8F5
(222,216,245)
#E4DFF7
(228,223,247)
#EAE6F9
(234,230,249)
#F0EDFB
(240,237,251)
#F6F4FD
(246,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAEE9; }

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

This text font color is #BAAEE9.

Background Color

.myBgColor { background-color: #BAAEE9; }

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

This div background color is #BAAEE9.

Border color

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

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

This div border color is #BAAEE9.

Opacity

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

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

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

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

This text has shadow with #BAAEE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAAEE9.

Preview

Color preview on black background

This text has color #BAAEE9 on black background.


Color preview on white background

This text has color #BAAEE9 on white background.


Black color preview on #BAAEE9 background

This text has black color on #BAAEE9 background.


White color preview on #BAAEE9 background

This text has white color on #BAAEE9 background.


Related colors

Complementary color

Complementary color for #hex is #455116.


I love getcolorcode.com

Triadic colors

1 #E9BAAE and #AEE9BA with #BAAEE9 are triadic colors.

2 #E9AEBA and #AEBAE9 with #BAAEE9 are triadic colors.