COLOR #BAE2F2

HEX: #BAE2F2 RGB: (186,226,242)

Color info

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

RGB color model

#BAE2F2 color RGB value is (186,226,242).

RGB: (186,226,242) (73%, 89%, 95%)

RGB channels and saturation

R 186 of 255 = 73%
G 226 of 255 = 89%
B 242 of 255 = 95%

186
226
242

R + G + B ~ 86%. #BAE2F2 is light color.

Portions of RGB colors in percentages

R + G + B = 186 + 226 + 242 = 654 (100%)
R 186 of 654 ~ 28.44%
G 226 of 654 ~ 34.56%
B 242 of 654 ~ 37'%

%28.44
%34.56
%37

CMYK color model

#BAE2F2 color CMYK value is (23,7,0,5).

  • cyan value is 23.14%
  • magenta value is 6.61%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (23,7,0,5)
C23M7Y0K5 (23%, 7%, 0%, 5%)
(0.23 / 0.07 / 0.00 / 0.05)

CMYK percentages

%23.14
%6.61
%0
%5.1

Codes

Color #BAE2F2 in popluar color models

BA E2 F2
RGB 186 226 242
HSL 197° 68.29% 83.92%
HSB/HSV 197° 23.14% 94.90%
CMYK 23.14% 6.61% 0.00%
5.10%

Color #BAE2F2 in popluar number systems.

HEX BA E2 F2
Decimal 186 226 242
Binary 10111010 11100010 11110010
Octal 272 342 362

Shades and tints

Shades of #BAE2F2

#BAE2F2
(186,226,242)
#AACEDC
(170,206,220)
#9ABAC6
(154,186,198)
#8AA6B0
(138,166,176)
#7A929A
(122,146,154)
#6A7E84
(106,126,132)
#5A6A6E
(90,106,110)
#4A5658
(74,86,88)
#3A4242
(58,66,66)
#2A2E2C
(42,46,44)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #BAE2F2

#BAE2F2
(186,226,242)
#C0E4F3
(192,228,243)
#C6E6F4
(198,230,244)
#CCE8F5
(204,232,245)
#D2EAF6
(210,234,246)
#D8ECF7
(216,236,247)
#DEEEF8
(222,238,248)
#E4F0F9
(228,240,249)
#EAF2FA
(234,242,250)
#F0F4FB
(240,244,251)
#F6F6FC
(246,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE2F2; }

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

This text font color is #BAE2F2.

Background Color

.myBgColor { background-color: #BAE2F2; }

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

This div background color is #BAE2F2.

Border color

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

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

This div border color is #BAE2F2.

Opacity

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

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

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

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

This text has shadow with #BAE2F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE2F2.

Preview

Color preview on black background

This text has color #BAE2F2 on black background.


Color preview on white background

This text has color #BAE2F2 on white background.


Black color preview on #BAE2F2 background

This text has black color on #BAE2F2 background.


White color preview on #BAE2F2 background

This text has white color on #BAE2F2 background.


Related colors

Complementary color

Complementary color for #hex is #451D0D.


I love getcolorcode.com

Triadic colors

1 #F2BAE2 and #E2F2BA with #BAE2F2 are triadic colors.

2 #F2E2BA and #E2BAF2 with #BAE2F2 are triadic colors.