COLOR #BAECE1

HEX: #BAECE1 RGB: (186,236,225)

Color info

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

RGB color model

#BAECE1 color RGB value is (186,236,225).

RGB: (186,236,225) (73%, 93%, 88%)

RGB channels and saturation

R 186 of 255 = 73%
G 236 of 255 = 93%
B 225 of 255 = 88%

186
236
225

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

Portions of RGB colors in percentages

R + G + B = 186 + 236 + 225 = 647 (100%)
R 186 of 647 ~ 28.75%
G 236 of 647 ~ 36.48%
B 225 of 647 ~ 34.78'%

%28.75
%36.48
%34.78

CMYK color model

#BAECE1 color CMYK value is (21,0,5,7).

  • cyan value is 21.19%
  • magenta value is 0.00%
  • yellow value is 4.66%
  • key color value is 7.45%

CMYK: (21,0,5,7)
C21M0Y5K7 (21%, 0%, 5%, 7%)
(0.21 / 0.00 / 0.05 / 0.07)

CMYK percentages

%21.19
%0
%4.66
%7.45

Codes

Color #BAECE1 in popluar color models

BA EC E1
RGB 186 236 225
HSL 167° 56.82% 82.75%
HSB/HSV 167° 21.19% 92.55%
CMYK 21.19% 0.00% 4.66%
7.45%

Color #BAECE1 in popluar number systems.

HEX BA EC E1
Decimal 186 236 225
Binary 10111010 11101100 11100001
Octal 272 354 341

Shades and tints

Shades of #BAECE1

#BAECE1
(186,236,225)
#AAD7CD
(170,215,205)
#9AC2B9
(154,194,185)
#8AADA5
(138,173,165)
#7A9891
(122,152,145)
#6A837D
(106,131,125)
#5A6E69
(90,110,105)
#4A5955
(74,89,85)
#3A4441
(58,68,65)
#2A2F2D
(42,47,45)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #BAECE1

#BAECE1
(186,236,225)
#C0EDE3
(192,237,227)
#C6EEE5
(198,238,229)
#CCEFE7
(204,239,231)
#D2F0E9
(210,240,233)
#D8F1EB
(216,241,235)
#DEF2ED
(222,242,237)
#E4F3EF
(228,243,239)
#EAF4F1
(234,244,241)
#F0F5F3
(240,245,243)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAECE1; }

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

This text font color is #BAECE1.

Background Color

.myBgColor { background-color: #BAECE1; }

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

This div background color is #BAECE1.

Border color

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

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

This div border color is #BAECE1.

Opacity

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

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

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

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

This text has shadow with #BAECE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAECE1.

Preview

Color preview on black background

This text has color #BAECE1 on black background.


Color preview on white background

This text has color #BAECE1 on white background.


Black color preview on #BAECE1 background

This text has black color on #BAECE1 background.


White color preview on #BAECE1 background

This text has white color on #BAECE1 background.


Related colors

Complementary color

Complementary color for #hex is #45131E.


I love getcolorcode.com

Triadic colors

1 #E1BAEC and #ECE1BA with #BAECE1 are triadic colors.

2 #E1ECBA and #ECBAE1 with #BAECE1 are triadic colors.