COLOR #BAE5CA

HEX: #BAE5CA
RGB: (186,229,202)

Color info

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

RGB color model

#BAE5CA color RGB value is (186,229,202).

  • red value is 186;
  • green value is 229;
  • blue value is 202.
RGB:
(186,229,202)
(73%,90%,79%)

RGB channels and saturation

R 186 of 255 = 73%
G 229 of 255 = 90%
B 202 of 255 = 79%

186
229
202

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

Portions of RGB colors in percentages

R + G + B =
186 + 229 + 202 = 617 (100%)
R 186 of 617 ~ 30.15%
G 229 of 617 ~ 37.12%
B 202 of 617 ~ 32.74%

%30.15
%37.12
%32.74

CMYK color model

#BAE5CA color CMYK value is (19,0,12,10).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 11.79%
  • key color value is 10.20%
CMYK:
(19,0,12,10)
C19M0Y12K10 
(19%,0%,12%,10%)
(0.19/0.00/0.12/0.10)	

CMYK percentages

%18.78
%0
%11.79
%10.2

Codes

Color #BAE5CA in popluar color models

BAE5CA
RGB186229202
HSL142°45.26%81.37%
HSB/HSV142°18.78%89.80%
CMYK18.78%0.00%11.79%
10.20%

Color #BAE5CA in popluar number systems.

HEXBAE5CA
Decimal186229202
Binary101110101110010111001010
Octal272345312

Shades and tints

Shades of #BAE5CA

#BAE5CA
(186,229,202)
#AAD1B8
(170,209,184)
#9ABDA6
(154,189,166)
#8AA994
(138,169,148)
#7A9582
(122,149,130)
#6A8170
(106,129,112)
#5A6D5E
(90,109,94)
#4A594C
(74,89,76)
#3A453A
(58,69,58)
#2A3128
(42,49,40)
#1A1D16
(26,29,22)
#000000
(0,0,0)

Tints of #BAE5CA

#BAE5CA
(186,229,202)
#C0E7CE
(192,231,206)
#C6E9D2
(198,233,210)
#CCEBD6
(204,235,214)
#D2EDDA
(210,237,218)
#D8EFDE
(216,239,222)
#DEF1E2
(222,241,226)
#E4F3E6
(228,243,230)
#EAF5EA
(234,245,234)
#F0F7EE
(240,247,238)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE5CA color. Also use rgb(186,229,202) instead hex code.

Text Font Color

.myTextColor { color: #BAE5CA; }

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

This text font color is #BAE5CA.


Background Color

.myBgColor { background-color: #BAE5CA; }

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

This div background color is #BAE5CA.


Border color

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

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

This div border color is #BAE5CA.


Opacity

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

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

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

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

This text has shadow with #BAE5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE5CA on black background.


Color preview on white background

This text has color #BAE5CA on white background.



Black color preview on #BAE5CA background

This text has black color on #BAE5CA background.


White color preview on #BAE5CA background

This text has white color on #BAE5CA background.