COLOR #BEEBA2

HEX: #BEEBA2 RGB: (190,235,162)

Color info

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

RGB color model

#BEEBA2 color RGB value is (190,235,162).

RGB: (190,235,162) (75%, 92%, 64%)

RGB channels and saturation

R 190 of 255 = 75%
G 235 of 255 = 92%
B 162 of 255 = 64%

190
235
162

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

Portions of RGB colors in percentages

R + G + B = 190 + 235 + 162 = 587 (100%)
R 190 of 587 ~ 32.37%
G 235 of 587 ~ 40.03%
B 162 of 587 ~ 27.6'%

%32.37
%40.03
%27.6

CMYK color model

#BEEBA2 color CMYK value is (19,0,31,8).

  • cyan value is 19.15%
  • magenta value is 0.00%
  • yellow value is 31.06%
  • key color value is 7.84%

CMYK: (19,0,31,8)
C19M0Y31K8 (19%, 0%, 31%, 8%)
(0.19 / 0.00 / 0.31 / 0.08)

CMYK percentages

%19.15
%0
%31.06
%7.84

Codes

Color #BEEBA2 in popluar color models

BE EB A2
RGB 190 235 162
HSL 97° 64.60% 77.84%
HSB/HSV 97° 31.06% 92.16%
CMYK 19.15% 0.00% 31.06%
7.84%

Color #BEEBA2 in popluar number systems.

HEX BE EB A2
Decimal 190 235 162
Binary 10111110 11101011 10100010
Octal 276 353 242

Shades and tints

Shades of #BEEBA2

#BEEBA2
(190,235,162)
#ADD694
(173,214,148)
#9CC186
(156,193,134)
#8BAC78
(139,172,120)
#7A976A
(122,151,106)
#69825C
(105,130,92)
#586D4E
(88,109,78)
#475840
(71,88,64)
#364332
(54,67,50)
#252E24
(37,46,36)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #BEEBA2

#BEEBA2
(190,235,162)
#C3ECAA
(195,236,170)
#C8EDB2
(200,237,178)
#CDEEBA
(205,238,186)
#D2EFC2
(210,239,194)
#D7F0CA
(215,240,202)
#DCF1D2
(220,241,210)
#E1F2DA
(225,242,218)
#E6F3E2
(230,243,226)
#EBF4EA
(235,244,234)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEBA2; }

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

This text font color is #BEEBA2.

Background Color

.myBgColor { background-color: #BEEBA2; }

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

This div background color is #BEEBA2.

Border color

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

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

This div border color is #BEEBA2.

Opacity

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

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

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

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

This text has shadow with #BEEBA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEEBA2.

Preview

Color preview on black background

This text has color #BEEBA2 on black background.


Color preview on white background

This text has color #BEEBA2 on white background.


Black color preview on #BEEBA2 background

This text has black color on #BEEBA2 background.


White color preview on #BEEBA2 background

This text has white color on #BEEBA2 background.


Related colors

Complementary color

Complementary color for #hex is #41145D.


I love getcolorcode.com

Triadic colors

1 #A2BEEB and #EBA2BE with #BEEBA2 are triadic colors.

2 #A2EBBE and #EBBEA2 with #BEEBA2 are triadic colors.