COLOR #BAE6EE

HEX: #BAE6EE RGB: (186,230,238)

Color info

#BAE6EE contains red, green and blue colors in about the same proportion. Web safe color of #BAE6EE is #CCCCFF (or #CCF).

RGB color model

#BAE6EE color RGB value is (186,230,238).

RGB: (186,230,238) (73%, 90%, 93%)

RGB channels and saturation

R 186 of 255 = 73%
G 230 of 255 = 90%
B 238 of 255 = 93%

186
230
238

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

Portions of RGB colors in percentages

R + G + B = 186 + 230 + 238 = 654 (100%)
R 186 of 654 ~ 28.44%
G 230 of 654 ~ 35.17%
B 238 of 654 ~ 36.39'%

%28.44
%35.17
%36.39

CMYK color model

#BAE6EE color CMYK value is (22,3,0,7).

  • cyan value is 21.85%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (22,3,0,7)
C22M3Y0K7 (22%, 3%, 0%, 7%)
(0.22 / 0.03 / 0.00 / 0.07)

CMYK percentages

%21.85
%3.36
%0
%6.67

Codes

Color #BAE6EE in popluar color models

BA E6 EE
RGB 186 230 238
HSL 189° 60.47% 83.14%
HSB/HSV 189° 21.85% 93.33%
CMYK 21.85% 3.36% 0.00%
6.67%

Color #BAE6EE in popluar number systems.

HEX BA E6 EE
Decimal 186 230 238
Binary 10111010 11100110 11101110
Octal 272 346 356

Shades and tints

Shades of #BAE6EE

#BAE6EE
(186,230,238)
#AAD2D9
(170,210,217)
#9ABEC4
(154,190,196)
#8AAAAF
(138,170,175)
#7A969A
(122,150,154)
#6A8285
(106,130,133)
#5A6E70
(90,110,112)
#4A5A5B
(74,90,91)
#3A4646
(58,70,70)
#2A3231
(42,50,49)
#1A1E1C
(26,30,28)
#000000
(0,0,0)

Tints of #BAE6EE

#BAE6EE
(186,230,238)
#C0E8EF
(192,232,239)
#C6EAF0
(198,234,240)
#CCECF1
(204,236,241)
#D2EEF2
(210,238,242)
#D8F0F3
(216,240,243)
#DEF2F4
(222,242,244)
#E4F4F5
(228,244,245)
#EAF6F6
(234,246,246)
#F0F8F7
(240,248,247)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE6EE color. Also use rgb(186,230,238) instead hex code.

Text Font Color

.myTextColor { color: #BAE6EE; }

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

This text font color is #BAE6EE.

Background Color

.myBgColor { background-color: #BAE6EE; }

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

This div background color is #BAE6EE.

Border color

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

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

This div border color is #BAE6EE.

Opacity

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

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

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

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

This text has shadow with #BAE6EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE6EE.

Preview

Color preview on black background

This text has color #BAE6EE on black background.


Color preview on white background

This text has color #BAE6EE on white background.


Black color preview on #BAE6EE background

This text has black color on #BAE6EE background.


White color preview on #BAE6EE background

This text has white color on #BAE6EE background.


Related colors

Complementary color

Complementary color for #hex is #451911.


I love getcolorcode.com

Triadic colors

1 #EEBAE6 and #E6EEBA with #BAE6EE are triadic colors.

2 #EEE6BA and #E6BAEE with #BAE6EE are triadic colors.