COLOR #BEE284

HEX: #BEE284 RGB: (190,226,132)

Color info

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

RGB color model

#BEE284 color RGB value is (190,226,132).

RGB: (190,226,132) (75%, 89%, 52%)

RGB channels and saturation

R 190 of 255 = 75%
G 226 of 255 = 89%
B 132 of 255 = 52%

190
226
132

R + G + B ~ 72%. #BEE284 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 226 + 132 = 548 (100%)
R 190 of 548 ~ 34.67%
G 226 of 548 ~ 41.24%
B 132 of 548 ~ 24.09'%

%34.67
%41.24
%24.09

CMYK color model

#BEE284 color CMYK value is (16,0,42,11).

  • cyan value is 15.93%
  • magenta value is 0.00%
  • yellow value is 41.59%
  • key color value is 11.37%

CMYK: (16,0,42,11)
C16M0Y42K11 (16%, 0%, 42%, 11%)
(0.16 / 0.00 / 0.42 / 0.11)

CMYK percentages

%15.93
%0
%41.59
%11.37

Codes

Color #BEE284 in popluar color models

BE E2 84
RGB 190 226 132
HSL 83° 61.84% 70.20%
HSB/HSV 83° 41.59% 88.63%
CMYK 15.93% 0.00% 41.59%
11.37%

Color #BEE284 in popluar number systems.

HEX BE E2 84
Decimal 190 226 132
Binary 10111110 11100010 10000100
Octal 276 342 204

Shades and tints

Shades of #BEE284

#BEE284
(190,226,132)
#ADCE78
(173,206,120)
#9CBA6C
(156,186,108)
#8BA660
(139,166,96)
#7A9254
(122,146,84)
#697E48
(105,126,72)
#586A3C
(88,106,60)
#475630
(71,86,48)
#364224
(54,66,36)
#252E18
(37,46,24)
#141A0C
(20,26,12)
#000000
(0,0,0)

Tints of #BEE284

#BEE284
(190,226,132)
#C3E48F
(195,228,143)
#C8E69A
(200,230,154)
#CDE8A5
(205,232,165)
#D2EAB0
(210,234,176)
#D7ECBB
(215,236,187)
#DCEEC6
(220,238,198)
#E1F0D1
(225,240,209)
#E6F2DC
(230,242,220)
#EBF4E7
(235,244,231)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE284 color. Also use rgb(190,226,132) instead hex code.

Text Font Color

.myTextColor { color: #BEE284; }

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

This text font color is #BEE284.

Background Color

.myBgColor { background-color: #BEE284; }

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

This div background color is #BEE284.

Border color

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

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

This div border color is #BEE284.

Opacity

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

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

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

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

This text has shadow with #BEE284 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE284.

Preview

Color preview on black background

This text has color #BEE284 on black background.


Color preview on white background

This text has color #BEE284 on white background.


Black color preview on #BEE284 background

This text has black color on #BEE284 background.


White color preview on #BEE284 background

This text has white color on #BEE284 background.


Related colors

Complementary color

Complementary color for #hex is #411D7B.


I love getcolorcode.com

Triadic colors

1 #84BEE2 and #E284BE with #BEE284 are triadic colors.

2 #84E2BE and #E2BE84 with #BEE284 are triadic colors.