COLOR #BEE5A5

HEX: #BEE5A5 RGB: (190,229,165)

Color info

#BEE5A5 contains mainly red and green colors. Web safe color of #BEE5A5 is #CCCC99 (or #CC9).

RGB color model

#BEE5A5 color RGB value is (190,229,165).

RGB: (190,229,165) (75%, 90%, 65%)

RGB channels and saturation

R 190 of 255 = 75%
G 229 of 255 = 90%
B 165 of 255 = 65%

190
229
165

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

Portions of RGB colors in percentages

R + G + B = 190 + 229 + 165 = 584 (100%)
R 190 of 584 ~ 32.53%
G 229 of 584 ~ 39.21%
B 165 of 584 ~ 28.25'%

%32.53
%39.21
%28.25

CMYK color model

#BEE5A5 color CMYK value is (17,0,28,10).

  • cyan value is 17.03%
  • magenta value is 0.00%
  • yellow value is 27.95%
  • key color value is 10.20%

CMYK: (17,0,28,10)
C17M0Y28K10 (17%, 0%, 28%, 10%)
(0.17 / 0.00 / 0.28 / 0.10)

CMYK percentages

%17.03
%0
%27.95
%10.2

Codes

Color #BEE5A5 in popluar color models

BE E5 A5
RGB 190 229 165
HSL 97° 55.17% 77.25%
HSB/HSV 97° 27.95% 89.80%
CMYK 17.03% 0.00% 27.95%
10.20%

Color #BEE5A5 in popluar number systems.

HEX BE E5 A5
Decimal 190 229 165
Binary 10111110 11100101 10100101
Octal 276 345 245

Shades and tints

Shades of #BEE5A5

#BEE5A5
(190,229,165)
#ADD196
(173,209,150)
#9CBD87
(156,189,135)
#8BA978
(139,169,120)
#7A9569
(122,149,105)
#69815A
(105,129,90)
#586D4B
(88,109,75)
#47593C
(71,89,60)
#36452D
(54,69,45)
#25311E
(37,49,30)
#141D0F
(20,29,15)
#000000
(0,0,0)

Tints of #BEE5A5

#BEE5A5
(190,229,165)
#C3E7AD
(195,231,173)
#C8E9B5
(200,233,181)
#CDEBBD
(205,235,189)
#D2EDC5
(210,237,197)
#D7EFCD
(215,239,205)
#DCF1D5
(220,241,213)
#E1F3DD
(225,243,221)
#E6F5E5
(230,245,229)
#EBF7ED
(235,247,237)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE5A5 color. Also use rgb(190,229,165) instead hex code.

Text Font Color

.myTextColor { color: #BEE5A5; }

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

This text font color is #BEE5A5.

Background Color

.myBgColor { background-color: #BEE5A5; }

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

This div background color is #BEE5A5.

Border color

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

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

This div border color is #BEE5A5.

Opacity

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

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

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

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

This text has shadow with #BEE5A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE5A5.

Preview

Color preview on black background

This text has color #BEE5A5 on black background.


Color preview on white background

This text has color #BEE5A5 on white background.


Black color preview on #BEE5A5 background

This text has black color on #BEE5A5 background.


White color preview on #BEE5A5 background

This text has white color on #BEE5A5 background.


Related colors

Complementary color

Complementary color for #hex is #411A5A.


I love getcolorcode.com

Triadic colors

1 #A5BEE5 and #E5A5BE with #BEE5A5 are triadic colors.

2 #A5E5BE and #E5BEA5 with #BEE5A5 are triadic colors.