COLOR #BAEE98

HEX: #BAEE98 RGB: (186,238,152)

Color info

#BAEE98 contains mainly red and green colors. Web safe color of #BAEE98 is #CCFF99 (or #CF9).

RGB color model

#BAEE98 color RGB value is (186,238,152).

RGB: (186,238,152) (73%, 93%, 60%)

RGB channels and saturation

R 186 of 255 = 73%
G 238 of 255 = 93%
B 152 of 255 = 60%

186
238
152

R + G + B ~ 75%. #BAEE98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 238 + 152 = 576 (100%)
R 186 of 576 ~ 32.29%
G 238 of 576 ~ 41.32%
B 152 of 576 ~ 26.39'%

%32.29
%41.32
%26.39

CMYK color model

#BAEE98 color CMYK value is (22,0,36,7).

  • cyan value is 21.85%
  • magenta value is 0.00%
  • yellow value is 36.13%
  • key color value is 6.67%

CMYK: (22,0,36,7)
C22M0Y36K7 (22%, 0%, 36%, 7%)
(0.22 / 0.00 / 0.36 / 0.07)

CMYK percentages

%21.85
%0
%36.13
%6.67

Codes

Color #BAEE98 in popluar color models

BA EE 98
RGB 186 238 152
HSL 96° 71.67% 76.47%
HSB/HSV 96° 36.13% 93.33%
CMYK 21.85% 0.00% 36.13%
6.67%

Color #BAEE98 in popluar number systems.

HEX BA EE 98
Decimal 186 238 152
Binary 10111010 11101110 10011000
Octal 272 356 230

Shades and tints

Shades of #BAEE98

#BAEE98
(186,238,152)
#AAD98B
(170,217,139)
#9AC47E
(154,196,126)
#8AAF71
(138,175,113)
#7A9A64
(122,154,100)
#6A8557
(106,133,87)
#5A704A
(90,112,74)
#4A5B3D
(74,91,61)
#3A4630
(58,70,48)
#2A3123
(42,49,35)
#1A1C16
(26,28,22)
#000000
(0,0,0)

Tints of #BAEE98

#BAEE98
(186,238,152)
#C0EFA1
(192,239,161)
#C6F0AA
(198,240,170)
#CCF1B3
(204,241,179)
#D2F2BC
(210,242,188)
#D8F3C5
(216,243,197)
#DEF4CE
(222,244,206)
#E4F5D7
(228,245,215)
#EAF6E0
(234,246,224)
#F0F7E9
(240,247,233)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAEE98 color. Also use rgb(186,238,152) instead hex code.

Text Font Color

.myTextColor { color: #BAEE98; }

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

This text font color is #BAEE98.

Background Color

.myBgColor { background-color: #BAEE98; }

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

This div background color is #BAEE98.

Border color

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

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

This div border color is #BAEE98.

Opacity

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

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

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

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

This text has shadow with #BAEE98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAEE98.

Preview

Color preview on black background

This text has color #BAEE98 on black background.


Color preview on white background

This text has color #BAEE98 on white background.


Black color preview on #BAEE98 background

This text has black color on #BAEE98 background.


White color preview on #BAEE98 background

This text has white color on #BAEE98 background.


Related colors

Complementary color

Complementary color for #hex is #451167.


I love getcolorcode.com

Triadic colors

1 #98BAEE and #EE98BA with #BAEE98 are triadic colors.

2 #98EEBA and #EEBA98 with #BAEE98 are triadic colors.