COLOR #BAE3B2

HEX: #BAE3B2 RGB: (186,227,178)

Color info

#BAE3B2 contains red, green and blue colors in about the same proportion. Web safe color of #BAE3B2 is #CCCC99 (or #CC9).

RGB color model

#BAE3B2 color RGB value is (186,227,178).

RGB: (186,227,178) (73%, 89%, 70%)

RGB channels and saturation

R 186 of 255 = 73%
G 227 of 255 = 89%
B 178 of 255 = 70%

186
227
178

R + G + B ~ 77%. #BAE3B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 227 + 178 = 591 (100%)
R 186 of 591 ~ 31.47%
G 227 of 591 ~ 38.41%
B 178 of 591 ~ 30.12'%

%31.47
%38.41
%30.12

CMYK color model

#BAE3B2 color CMYK value is (18,0,22,11).

  • cyan value is 18.06%
  • magenta value is 0.00%
  • yellow value is 21.59%
  • key color value is 10.98%

CMYK: (18,0,22,11)
C18M0Y22K11 (18%, 0%, 22%, 11%)
(0.18 / 0.00 / 0.22 / 0.11)

CMYK percentages

%18.06
%0
%21.59
%10.98

Codes

Color #BAE3B2 in popluar color models

BA E3 B2
RGB 186 227 178
HSL 110° 46.67% 79.41%
HSB/HSV 110° 21.59% 89.02%
CMYK 18.06% 0.00% 21.59%
10.98%

Color #BAE3B2 in popluar number systems.

HEX BA E3 B2
Decimal 186 227 178
Binary 10111010 11100011 10110010
Octal 272 343 262

Shades and tints

Shades of #BAE3B2

#BAE3B2
(186,227,178)
#AACFA2
(170,207,162)
#9ABB92
(154,187,146)
#8AA782
(138,167,130)
#7A9372
(122,147,114)
#6A7F62
(106,127,98)
#5A6B52
(90,107,82)
#4A5742
(74,87,66)
#3A4332
(58,67,50)
#2A2F22
(42,47,34)
#1A1B12
(26,27,18)
#000000
(0,0,0)

Tints of #BAE3B2

#BAE3B2
(186,227,178)
#C0E5B9
(192,229,185)
#C6E7C0
(198,231,192)
#CCE9C7
(204,233,199)
#D2EBCE
(210,235,206)
#D8EDD5
(216,237,213)
#DEEFDC
(222,239,220)
#E4F1E3
(228,241,227)
#EAF3EA
(234,243,234)
#F0F5F1
(240,245,241)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE3B2 color. Also use rgb(186,227,178) instead hex code.

Text Font Color

.myTextColor { color: #BAE3B2; }

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

This text font color is #BAE3B2.

Background Color

.myBgColor { background-color: #BAE3B2; }

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

This div background color is #BAE3B2.

Border color

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

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

This div border color is #BAE3B2.

Opacity

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

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

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

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

This text has shadow with #BAE3B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE3B2.

Preview

Color preview on black background

This text has color #BAE3B2 on black background.


Color preview on white background

This text has color #BAE3B2 on white background.


Black color preview on #BAE3B2 background

This text has black color on #BAE3B2 background.


White color preview on #BAE3B2 background

This text has white color on #BAE3B2 background.


Related colors

Complementary color

Complementary color for #hex is #451C4D.


I love getcolorcode.com

Triadic colors

1 #B2BAE3 and #E3B2BA with #BAE3B2 are triadic colors.

2 #B2E3BA and #E3BAB2 with #BAE3B2 are triadic colors.