COLOR #BAEFA5

HEX: #BAEFA5 RGB: (186,239,165)

Color info

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

RGB color model

#BAEFA5 color RGB value is (186,239,165).

RGB: (186,239,165) (73%, 94%, 65%)

RGB channels and saturation

R 186 of 255 = 73%
G 239 of 255 = 94%
B 165 of 255 = 65%

186
239
165

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

Portions of RGB colors in percentages

R + G + B = 186 + 239 + 165 = 590 (100%)
R 186 of 590 ~ 31.53%
G 239 of 590 ~ 40.51%
B 165 of 590 ~ 27.97'%

%31.53
%40.51
%27.97

CMYK color model

#BAEFA5 color CMYK value is (22,0,31,6).

  • cyan value is 22.18%
  • magenta value is 0.00%
  • yellow value is 30.96%
  • key color value is 6.27%

CMYK: (22,0,31,6)
C22M0Y31K6 (22%, 0%, 31%, 6%)
(0.22 / 0.00 / 0.31 / 0.06)

CMYK percentages

%22.18
%0
%30.96
%6.27

Codes

Color #BAEFA5 in popluar color models

BA EF A5
RGB 186 239 165
HSL 103° 69.81% 79.22%
HSB/HSV 103° 30.96% 93.73%
CMYK 22.18% 0.00% 30.96%
6.27%

Color #BAEFA5 in popluar number systems.

HEX BA EF A5
Decimal 186 239 165
Binary 10111010 11101111 10100101
Octal 272 357 245

Shades and tints

Shades of #BAEFA5

#BAEFA5
(186,239,165)
#AADA96
(170,218,150)
#9AC587
(154,197,135)
#8AB078
(138,176,120)
#7A9B69
(122,155,105)
#6A865A
(106,134,90)
#5A714B
(90,113,75)
#4A5C3C
(74,92,60)
#3A472D
(58,71,45)
#2A321E
(42,50,30)
#1A1D0F
(26,29,15)
#000000
(0,0,0)

Tints of #BAEFA5

#BAEFA5
(186,239,165)
#C0F0AD
(192,240,173)
#C6F1B5
(198,241,181)
#CCF2BD
(204,242,189)
#D2F3C5
(210,243,197)
#D8F4CD
(216,244,205)
#DEF5D5
(222,245,213)
#E4F6DD
(228,246,221)
#EAF7E5
(234,247,229)
#F0F8ED
(240,248,237)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAEFA5 color. Also use rgb(186,239,165) instead hex code.

Text Font Color

.myTextColor { color: #BAEFA5; }

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

This text font color is #BAEFA5.

Background Color

.myBgColor { background-color: #BAEFA5; }

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

This div background color is #BAEFA5.

Border color

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

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

This div border color is #BAEFA5.

Opacity

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

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

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

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

This text has shadow with #BAEFA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAEFA5.

Preview

Color preview on black background

This text has color #BAEFA5 on black background.


Color preview on white background

This text has color #BAEFA5 on white background.


Black color preview on #BAEFA5 background

This text has black color on #BAEFA5 background.


White color preview on #BAEFA5 background

This text has white color on #BAEFA5 background.


Related colors

Complementary color

Complementary color for #hex is #45105A.


I love getcolorcode.com

Triadic colors

1 #A5BAEF and #EFA5BA with #BAEFA5 are triadic colors.

2 #A5EFBA and #EFBAA5 with #BAEFA5 are triadic colors.