COLOR #BAE2E4

HEX: #BAE2E4 RGB: (186,226,228)

Color info

#BAE2E4 contains red, green and blue colors in about the same proportion. Web safe color of #BAE2E4 is #CCCCCC (or #CCC).

RGB color model

#BAE2E4 color RGB value is (186,226,228).

RGB: (186,226,228) (73%, 89%, 89%)

RGB channels and saturation

R 186 of 255 = 73%
G 226 of 255 = 89%
B 228 of 255 = 89%

186
226
228

R + G + B ~ 84%. #BAE2E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 226 + 228 = 640 (100%)
R 186 of 640 ~ 29.06%
G 226 of 640 ~ 35.31%
B 228 of 640 ~ 35.63'%

%29.06
%35.31
%35.63

CMYK color model

#BAE2E4 color CMYK value is (18,1,0,11).

  • cyan value is 18.42%
  • magenta value is 0.88%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (18,1,0,11)
C18M1Y0K11 (18%, 1%, 0%, 11%)
(0.18 / 0.01 / 0.00 / 0.11)

CMYK percentages

%18.42
%0.88
%0
%10.59

Codes

Color #BAE2E4 in popluar color models

BA E2 E4
RGB 186 226 228
HSL 183° 43.75% 81.18%
HSB/HSV 183° 18.42% 89.41%
CMYK 18.42% 0.88% 0.00%
10.59%

Color #BAE2E4 in popluar number systems.

HEX BA E2 E4
Decimal 186 226 228
Binary 10111010 11100010 11100100
Octal 272 342 344

Shades and tints

Shades of #BAE2E4

#BAE2E4
(186,226,228)
#AACED0
(170,206,208)
#9ABABC
(154,186,188)
#8AA6A8
(138,166,168)
#7A9294
(122,146,148)
#6A7E80
(106,126,128)
#5A6A6C
(90,106,108)
#4A5658
(74,86,88)
#3A4244
(58,66,68)
#2A2E30
(42,46,48)
#1A1A1C
(26,26,28)
#000000
(0,0,0)

Tints of #BAE2E4

#BAE2E4
(186,226,228)
#C0E4E6
(192,228,230)
#C6E6E8
(198,230,232)
#CCE8EA
(204,232,234)
#D2EAEC
(210,234,236)
#D8ECEE
(216,236,238)
#DEEEF0
(222,238,240)
#E4F0F2
(228,240,242)
#EAF2F4
(234,242,244)
#F0F4F6
(240,244,246)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE2E4 color. Also use rgb(186,226,228) instead hex code.

Text Font Color

.myTextColor { color: #BAE2E4; }

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

This text font color is #BAE2E4.

Background Color

.myBgColor { background-color: #BAE2E4; }

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

This div background color is #BAE2E4.

Border color

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

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

This div border color is #BAE2E4.

Opacity

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

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

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

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

This text has shadow with #BAE2E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE2E4.

Preview

Color preview on black background

This text has color #BAE2E4 on black background.


Color preview on white background

This text has color #BAE2E4 on white background.


Black color preview on #BAE2E4 background

This text has black color on #BAE2E4 background.


White color preview on #BAE2E4 background

This text has white color on #BAE2E4 background.


Related colors

Complementary color

Complementary color for #hex is #451D1B.


I love getcolorcode.com

Triadic colors

1 #E4BAE2 and #E2E4BA with #BAE2E4 are triadic colors.

2 #E4E2BA and #E2BAE4 with #BAE2E4 are triadic colors.