COLOR #BAE9BD

HEX: #BAE9BD RGB: (186,233,189)

Color info

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

RGB color model

#BAE9BD color RGB value is (186,233,189).

RGB: (186,233,189) (73%, 91%, 74%)

RGB channels and saturation

R 186 of 255 = 73%
G 233 of 255 = 91%
B 189 of 255 = 74%

186
233
189

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

Portions of RGB colors in percentages

R + G + B = 186 + 233 + 189 = 608 (100%)
R 186 of 608 ~ 30.59%
G 233 of 608 ~ 38.32%
B 189 of 608 ~ 31.09'%

%30.59
%38.32
%31.09

CMYK color model

#BAE9BD color CMYK value is (20,0,19,9).

  • cyan value is 20.17%
  • magenta value is 0.00%
  • yellow value is 18.88%
  • key color value is 8.63%

CMYK: (20,0,19,9)
C20M0Y19K9 (20%, 0%, 19%, 9%)
(0.20 / 0.00 / 0.19 / 0.09)

CMYK percentages

%20.17
%0
%18.88
%8.63

Codes

Color #BAE9BD in popluar color models

BA E9 BD
RGB 186 233 189
HSL 124° 51.65% 82.16%
HSB/HSV 124° 20.17% 91.37%
CMYK 20.17% 0.00% 18.88%
8.63%

Color #BAE9BD in popluar number systems.

HEX BA E9 BD
Decimal 186 233 189
Binary 10111010 11101001 10111101
Octal 272 351 275

Shades and tints

Shades of #BAE9BD

#BAE9BD
(186,233,189)
#AAD4AC
(170,212,172)
#9ABF9B
(154,191,155)
#8AAA8A
(138,170,138)
#7A9579
(122,149,121)
#6A8068
(106,128,104)
#5A6B57
(90,107,87)
#4A5646
(74,86,70)
#3A4135
(58,65,53)
#2A2C24
(42,44,36)
#1A1713
(26,23,19)
#000000
(0,0,0)

Tints of #BAE9BD

#BAE9BD
(186,233,189)
#C0EBC3
(192,235,195)
#C6EDC9
(198,237,201)
#CCEFCF
(204,239,207)
#D2F1D5
(210,241,213)
#D8F3DB
(216,243,219)
#DEF5E1
(222,245,225)
#E4F7E7
(228,247,231)
#EAF9ED
(234,249,237)
#F0FBF3
(240,251,243)
#F6FDF9
(246,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE9BD color. Also use rgb(186,233,189) instead hex code.

Text Font Color

.myTextColor { color: #BAE9BD; }

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

This text font color is #BAE9BD.

Background Color

.myBgColor { background-color: #BAE9BD; }

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

This div background color is #BAE9BD.

Border color

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

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

This div border color is #BAE9BD.

Opacity

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

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

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

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

This text has shadow with #BAE9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE9BD.

Preview

Color preview on black background

This text has color #BAE9BD on black background.


Color preview on white background

This text has color #BAE9BD on white background.


Black color preview on #BAE9BD background

This text has black color on #BAE9BD background.


White color preview on #BAE9BD background

This text has white color on #BAE9BD background.


Related colors

Complementary color

Complementary color for #BAE9BD is #451642.


I love getcolorcode.com

Triadic colors

1 #BDBAE9 and #E9BDBA with #BAE9BD are triadic colors.

2 #BDE9BA and #E9BABD with #BAE9BD are triadic colors.