COLOR #BAE9E5

HEX: #BAE9E5 RGB: (186,233,229)

Color info

#BAE9E5 contains red, green and blue colors in about the same proportion. Web safe color of #BAE9E5 is #CCFFCC (or #CFC).

RGB color model

#BAE9E5 color RGB value is (186,233,229).

RGB: (186,233,229) (73%, 91%, 90%)

RGB channels and saturation

R 186 of 255 = 73%
G 233 of 255 = 91%
B 229 of 255 = 90%

186
233
229

R + G + B ~ 85%. #BAE9E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 233 + 229 = 648 (100%)
R 186 of 648 ~ 28.7%
G 233 of 648 ~ 35.96%
B 229 of 648 ~ 35.34'%

%28.7
%35.96
%35.34

CMYK color model

#BAE9E5 color CMYK value is (20,0,2,9).

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

CMYK: (20,0,2,9)
C20M0Y2K9 (20%, 0%, 2%, 9%)
(0.20 / 0.00 / 0.02 / 0.09)

CMYK percentages

%20.17
%0
%1.72
%8.63

Codes

Color #BAE9E5 in popluar color models

BA E9 E5
RGB 186 233 229
HSL 175° 51.65% 82.16%
HSB/HSV 175° 20.17% 91.37%
CMYK 20.17% 0.00% 1.72%
8.63%

Color #BAE9E5 in popluar number systems.

HEX BA E9 E5
Decimal 186 233 229
Binary 10111010 11101001 11100101
Octal 272 351 345

Shades and tints

Shades of #BAE9E5

#BAE9E5
(186,233,229)
#AAD4D1
(170,212,209)
#9ABFBD
(154,191,189)
#8AAAA9
(138,170,169)
#7A9595
(122,149,149)
#6A8081
(106,128,129)
#5A6B6D
(90,107,109)
#4A5659
(74,86,89)
#3A4145
(58,65,69)
#2A2C31
(42,44,49)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #BAE9E5

#BAE9E5
(186,233,229)
#C0EBE7
(192,235,231)
#C6EDE9
(198,237,233)
#CCEFEB
(204,239,235)
#D2F1ED
(210,241,237)
#D8F3EF
(216,243,239)
#DEF5F1
(222,245,241)
#E4F7F3
(228,247,243)
#EAF9F5
(234,249,245)
#F0FBF7
(240,251,247)
#F6FDF9
(246,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE9E5; }

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

This text font color is #BAE9E5.

Background Color

.myBgColor { background-color: #BAE9E5; }

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

This div background color is #BAE9E5.

Border color

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

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

This div border color is #BAE9E5.

Opacity

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

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

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

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

This text has shadow with #BAE9E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE9E5.

Preview

Color preview on black background

This text has color #BAE9E5 on black background.


Color preview on white background

This text has color #BAE9E5 on white background.


Black color preview on #BAE9E5 background

This text has black color on #BAE9E5 background.


White color preview on #BAE9E5 background

This text has white color on #BAE9E5 background.


Related colors

Complementary color

Complementary color for #hex is #45161A.


I love getcolorcode.com

Triadic colors

1 #E5BAE9 and #E9E5BA with #BAE9E5 are triadic colors.

2 #E5E9BA and #E9BAE5 with #BAE9E5 are triadic colors.