COLOR #BAE2CE

HEX: #BAE2CE RGB: (186,226,206)

Color info

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

RGB color model

#BAE2CE color RGB value is (186,226,206).

RGB: (186,226,206) (73%, 89%, 81%)

RGB channels and saturation

R 186 of 255 = 73%
G 226 of 255 = 89%
B 206 of 255 = 81%

186
226
206

R + G + B ~ 81%. #BAE2CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 226 + 206 = 618 (100%)
R 186 of 618 ~ 30.1%
G 226 of 618 ~ 36.57%
B 206 of 618 ~ 33.33'%

%30.1
%36.57
%33.33

CMYK color model

#BAE2CE color CMYK value is (18,0,9,11).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 8.85%
  • key color value is 11.37%

CMYK: (18,0,9,11)
C18M0Y9K11 (18%, 0%, 9%, 11%)
(0.18 / 0.00 / 0.09 / 0.11)

CMYK percentages

%17.7
%0
%8.85
%11.37

Codes

Color #BAE2CE in popluar color models

BA E2 CE
RGB 186 226 206
HSL 150° 40.82% 80.78%
HSB/HSV 150° 17.70% 88.63%
CMYK 17.70% 0.00% 8.85%
11.37%

Color #BAE2CE in popluar number systems.

HEX BA E2 CE
Decimal 186 226 206
Binary 10111010 11100010 11001110
Octal 272 342 316

Shades and tints

Shades of #BAE2CE

#BAE2CE
(186,226,206)
#AACEBC
(170,206,188)
#9ABAAA
(154,186,170)
#8AA698
(138,166,152)
#7A9286
(122,146,134)
#6A7E74
(106,126,116)
#5A6A62
(90,106,98)
#4A5650
(74,86,80)
#3A423E
(58,66,62)
#2A2E2C
(42,46,44)
#1A1A1A
(26,26,26)
#000000
(0,0,0)

Tints of #BAE2CE

#BAE2CE
(186,226,206)
#C0E4D2
(192,228,210)
#C6E6D6
(198,230,214)
#CCE8DA
(204,232,218)
#D2EADE
(210,234,222)
#D8ECE2
(216,236,226)
#DEEEE6
(222,238,230)
#E4F0EA
(228,240,234)
#EAF2EE
(234,242,238)
#F0F4F2
(240,244,242)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE2CE; }

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

This text font color is #BAE2CE.

Background Color

.myBgColor { background-color: #BAE2CE; }

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

This div background color is #BAE2CE.

Border color

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

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

This div border color is #BAE2CE.

Opacity

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

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

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

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

This text has shadow with #BAE2CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE2CE.

Preview

Color preview on black background

This text has color #BAE2CE on black background.


Color preview on white background

This text has color #BAE2CE on white background.


Black color preview on #BAE2CE background

This text has black color on #BAE2CE background.


White color preview on #BAE2CE background

This text has white color on #BAE2CE background.


Related colors

Complementary color

Complementary color for #BAE2CE is #451D31.


I love getcolorcode.com

Triadic colors

1 #CEBAE2 and #E2CEBA with #BAE2CE are triadic colors.

2 #CEE2BA and #E2BACE with #BAE2CE are triadic colors.