COLOR #BEE4A2

HEX: #BEE4A2
RGB: (190,228,162)

Color info

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

RGB color model

#BEE4A2 color RGB value is (190,228,162).

  • red value is 190;
  • green value is 228;
  • blue value is 162.
RGB:
(190,228,162)
(75%,89%,64%)

RGB channels and saturation

R 190 of 255 = 75%
G 228 of 255 = 89%
B 162 of 255 = 64%

190
228
162

R + G + B ~ 76%. #BEE4A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 228 + 162 = 580 (100%)
R 190 of 580 ~ 32.76%
G 228 of 580 ~ 39.31%
B 162 of 580 ~ 27.93%

%32.76
%39.31
%27.93

CMYK color model

#BEE4A2 color CMYK value is (17,0,29,11).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 10.59%
CMYK:
(17,0,29,11)
C17M0Y29K11 
(17%,0%,29%,11%)
(0.17/0.00/0.29/0.11)	

CMYK percentages

%16.67
%0
%28.95
%10.59

Codes

Color #BEE4A2 in popluar color models

BEE4A2
RGB190228162
HSL95°55.00%76.47%
HSB/HSV95°28.95%89.41%
CMYK16.67%0.00%28.95%
10.59%

Color #BEE4A2 in popluar number systems.

HEXBEE4A2
Decimal190228162
Binary101111101110010010100010
Octal276344242

Shades and tints

Shades of #BEE4A2

#BEE4A2
(190,228,162)
#ADD094
(173,208,148)
#9CBC86
(156,188,134)
#8BA878
(139,168,120)
#7A946A
(122,148,106)
#69805C
(105,128,92)
#586C4E
(88,108,78)
#475840
(71,88,64)
#364432
(54,68,50)
#253024
(37,48,36)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #BEE4A2

#BEE4A2
(190,228,162)
#C3E6AA
(195,230,170)
#C8E8B2
(200,232,178)
#CDEABA
(205,234,186)
#D2ECC2
(210,236,194)
#D7EECA
(215,238,202)
#DCF0D2
(220,240,210)
#E1F2DA
(225,242,218)
#E6F4E2
(230,244,226)
#EBF6EA
(235,246,234)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE4A2 color. Also use rgb(190,228,162) instead hex code.

Text Font Color

.myTextColor { color: #BEE4A2; }

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

This text font color is #BEE4A2.


Background Color

.myBgColor { background-color: #BEE4A2; }

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

This div background color is #BEE4A2.


Border color

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

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

This div border color is #BEE4A2.


Opacity

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

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

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

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

This text has shadow with #BEE4A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE4A2 on black background.


Color preview on white background

This text has color #BEE4A2 on white background.



Black color preview on #BEE4A2 background

This text has black color on #BEE4A2 background.


White color preview on #BEE4A2 background

This text has white color on #BEE4A2 background.