COLOR #BAECF0

HEX: #BAECF0 RGB: (186,236,240)

Color info

#BAECF0 contains red, green and blue colors in about the same proportion. Web safe color of #BAECF0 is #CCFFFF (or #CFF).

RGB color model

#BAECF0 color RGB value is (186,236,240).

RGB: (186,236,240) (73%, 93%, 94%)

RGB channels and saturation

R 186 of 255 = 73%
G 236 of 255 = 93%
B 240 of 255 = 94%

186
236
240

R + G + B ~ 87%. #BAECF0 is light color.

Portions of RGB colors in percentages

R + G + B = 186 + 236 + 240 = 662 (100%)
R 186 of 662 ~ 28.1%
G 236 of 662 ~ 35.65%
B 240 of 662 ~ 36.25'%

%28.1
%35.65
%36.25

CMYK color model

#BAECF0 color CMYK value is (23,2,0,6).

  • cyan value is 22.50%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (23,2,0,6)
C23M2Y0K6 (23%, 2%, 0%, 6%)
(0.23 / 0.02 / 0.00 / 0.06)

CMYK percentages

%22.5
%1.67
%0
%5.88

Codes

Color #BAECF0 in popluar color models

BA EC F0
RGB 186 236 240
HSL 184° 64.29% 83.53%
HSB/HSV 184° 22.50% 94.12%
CMYK 22.50% 1.67% 0.00%
5.88%

Color #BAECF0 in popluar number systems.

HEX BA EC F0
Decimal 186 236 240
Binary 10111010 11101100 11110000
Octal 272 354 360

Shades and tints

Shades of #BAECF0

#BAECF0
(186,236,240)
#AAD7DB
(170,215,219)
#9AC2C6
(154,194,198)
#8AADB1
(138,173,177)
#7A989C
(122,152,156)
#6A8387
(106,131,135)
#5A6E72
(90,110,114)
#4A595D
(74,89,93)
#3A4448
(58,68,72)
#2A2F33
(42,47,51)
#1A1A1E
(26,26,30)
#000000
(0,0,0)

Tints of #BAECF0

#BAECF0
(186,236,240)
#C0EDF1
(192,237,241)
#C6EEF2
(198,238,242)
#CCEFF3
(204,239,243)
#D2F0F4
(210,240,244)
#D8F1F5
(216,241,245)
#DEF2F6
(222,242,246)
#E4F3F7
(228,243,247)
#EAF4F8
(234,244,248)
#F0F5F9
(240,245,249)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAECF0 color. Also use rgb(186,236,240) instead hex code.

Text Font Color

.myTextColor { color: #BAECF0; }

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

This text font color is #BAECF0.

Background Color

.myBgColor { background-color: #BAECF0; }

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

This div background color is #BAECF0.

Border color

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

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

This div border color is #BAECF0.

Opacity

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

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

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

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

This text has shadow with #BAECF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAECF0.

Preview

Color preview on black background

This text has color #BAECF0 on black background.


Color preview on white background

This text has color #BAECF0 on white background.


Black color preview on #BAECF0 background

This text has black color on #BAECF0 background.


White color preview on #BAECF0 background

This text has white color on #BAECF0 background.


Related colors

Complementary color

Complementary color for #hex is #45130F.


I love getcolorcode.com

Triadic colors

1 #F0BAEC and #ECF0BA with #BAECF0 are triadic colors.

2 #F0ECBA and #ECBAF0 with #BAECF0 are triadic colors.