COLOR #BAE2C0

HEX: #BAE2C0
RGB: (186,226,192)

Color info

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

RGB color model

#BAE2C0 color RGB value is (186,226,192).

  • red value is 186;
  • green value is 226;
  • blue value is 192.
RGB:
(186,226,192)
(73%,89%,75%)

RGB channels and saturation

R 186 of 255 = 73%
G 226 of 255 = 89%
B 192 of 255 = 75%

186
226
192

R + G + B ~ 79%. #BAE2C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 226 + 192 = 604 (100%)
R 186 of 604 ~ 30.79%
G 226 of 604 ~ 37.42%
B 192 of 604 ~ 31.79%

%30.79
%37.42
%31.79

CMYK color model

#BAE2C0 color CMYK value is (18,0,15,11).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 15.04%
  • key color value is 11.37%
CMYK:
(18,0,15,11)
C18M0Y15K11 
(18%,0%,15%,11%)
(0.18/0.00/0.15/0.11)	

CMYK percentages

%17.7
%0
%15.04
%11.37

Codes

Color #BAE2C0 in popluar color models

BAE2C0
RGB186226192
HSL129°40.82%80.78%
HSB/HSV129°17.70%88.63%
CMYK17.70%0.00%15.04%
11.37%

Color #BAE2C0 in popluar number systems.

HEXBAE2C0
Decimal186226192
Binary101110101110001011000000
Octal272342300

Shades and tints

Shades of #BAE2C0

#BAE2C0
(186,226,192)
#AACEAF
(170,206,175)
#9ABA9E
(154,186,158)
#8AA68D
(138,166,141)
#7A927C
(122,146,124)
#6A7E6B
(106,126,107)
#5A6A5A
(90,106,90)
#4A5649
(74,86,73)
#3A4238
(58,66,56)
#2A2E27
(42,46,39)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #BAE2C0

#BAE2C0
(186,226,192)
#C0E4C5
(192,228,197)
#C6E6CA
(198,230,202)
#CCE8CF
(204,232,207)
#D2EAD4
(210,234,212)
#D8ECD9
(216,236,217)
#DEEEDE
(222,238,222)
#E4F0E3
(228,240,227)
#EAF2E8
(234,242,232)
#F0F4ED
(240,244,237)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE2C0; }

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

This text font color is #BAE2C0.


Background Color

.myBgColor { background-color: #BAE2C0; }

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

This div background color is #BAE2C0.


Border color

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

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

This div border color is #BAE2C0.


Opacity

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

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

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

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

This text has shadow with #BAE2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE2C0 on black background.


Color preview on white background

This text has color #BAE2C0 on white background.



Black color preview on #BAE2C0 background

This text has black color on #BAE2C0 background.


White color preview on #BAE2C0 background

This text has white color on #BAE2C0 background.