COLOR #BAE6C4

HEX: #BAE6C4 RGB: (186,230,196)

Color info

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

RGB color model

#BAE6C4 color RGB value is (186,230,196).

RGB: (186,230,196) (73%, 90%, 77%)

RGB channels and saturation

R 186 of 255 = 73%
G 230 of 255 = 90%
B 196 of 255 = 77%

186
230
196

R + G + B ~ 80%. #BAE6C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 230 + 196 = 612 (100%)
R 186 of 612 ~ 30.39%
G 230 of 612 ~ 37.58%
B 196 of 612 ~ 32.03'%

%30.39
%37.58
%32.03

CMYK color model

#BAE6C4 color CMYK value is (19,0,15,10).

  • cyan value is 19.13%
  • magenta value is 0.00%
  • yellow value is 14.78%
  • key color value is 9.80%

CMYK: (19,0,15,10)
C19M0Y15K10 (19%, 0%, 15%, 10%)
(0.19 / 0.00 / 0.15 / 0.10)

CMYK percentages

%19.13
%0
%14.78
%9.8

Codes

Color #BAE6C4 in popluar color models

BA E6 C4
RGB 186 230 196
HSL 134° 46.81% 81.57%
HSB/HSV 134° 19.13% 90.20%
CMYK 19.13% 0.00% 14.78%
9.80%

Color #BAE6C4 in popluar number systems.

HEX BA E6 C4
Decimal 186 230 196
Binary 10111010 11100110 11000100
Octal 272 346 304

Shades and tints

Shades of #BAE6C4

#BAE6C4
(186,230,196)
#AAD2B3
(170,210,179)
#9ABEA2
(154,190,162)
#8AAA91
(138,170,145)
#7A9680
(122,150,128)
#6A826F
(106,130,111)
#5A6E5E
(90,110,94)
#4A5A4D
(74,90,77)
#3A463C
(58,70,60)
#2A322B
(42,50,43)
#1A1E1A
(26,30,26)
#000000
(0,0,0)

Tints of #BAE6C4

#BAE6C4
(186,230,196)
#C0E8C9
(192,232,201)
#C6EACE
(198,234,206)
#CCECD3
(204,236,211)
#D2EED8
(210,238,216)
#D8F0DD
(216,240,221)
#DEF2E2
(222,242,226)
#E4F4E7
(228,244,231)
#EAF6EC
(234,246,236)
#F0F8F1
(240,248,241)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE6C4 color. Also use rgb(186,230,196) instead hex code.

Text Font Color

.myTextColor { color: #BAE6C4; }

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

This text font color is #BAE6C4.

Background Color

.myBgColor { background-color: #BAE6C4; }

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

This div background color is #BAE6C4.

Border color

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

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

This div border color is #BAE6C4.

Opacity

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

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

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

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

This text has shadow with #BAE6C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE6C4.

Preview

Color preview on black background

This text has color #BAE6C4 on black background.


Color preview on white background

This text has color #BAE6C4 on white background.


Black color preview on #BAE6C4 background

This text has black color on #BAE6C4 background.


White color preview on #BAE6C4 background

This text has white color on #BAE6C4 background.


Related colors

Complementary color

Complementary color for #hex is #45193B.


I love getcolorcode.com

Triadic colors

1 #C4BAE6 and #E6C4BA with #BAE6C4 are triadic colors.

2 #C4E6BA and #E6BAC4 with #BAE6C4 are triadic colors.