COLOR #BEE1BA

HEX: #BEE1BA RGB: (190,225,186)

Color info

#BEE1BA contains red, green and blue colors in about the same proportion. Web safe color of #BEE1BA is #CCCCCC (or #CCC).

RGB color model

#BEE1BA color RGB value is (190,225,186).

RGB: (190,225,186) (75%, 88%, 73%)

RGB channels and saturation

R 190 of 255 = 75%
G 225 of 255 = 88%
B 186 of 255 = 73%

190
225
186

R + G + B ~ 79%. #BEE1BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 225 + 186 = 601 (100%)
R 190 of 601 ~ 31.61%
G 225 of 601 ~ 37.44%
B 186 of 601 ~ 30.95'%

%31.61
%37.44
%30.95

CMYK color model

#BEE1BA color CMYK value is (16,0,17,12).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 17.33%
  • key color value is 11.76%
CMYK: (16,0,17,12) C16M0Y17K12 (16%,0%,17%,12%) (0.16/0.00/0.17/0.12) 

CMYK percentages

%15.56
%0
%17.33
%11.76

Codes

Color #BEE1BA in popluar color models

BE E1 BA
RGB 190 225 186
HSL 114° 39.39% 80.59%
HSB/HSV 114° 17.33% 88.24%
CMYK 15.56% 0.00% 17.33%
11.76%

Color #BEE1BA in popluar number systems.

HEX BE E1 BA
Decimal 190 225 186
Binary 10111110 11100001 10111010
Octal 276 341 272

Shades and tints

Shades of #BEE1BA

#BEE1BA
(190,225,186)
#ADCDAA
(173,205,170)
#9CB99A
(156,185,154)
#8BA58A
(139,165,138)
#7A917A
(122,145,122)
#697D6A
(105,125,106)
#58695A
(88,105,90)
#47554A
(71,85,74)
#36413A
(54,65,58)
#252D2A
(37,45,42)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #BEE1BA

#BEE1BA
(190,225,186)
#C3E3C0
(195,227,192)
#C8E5C6
(200,229,198)
#CDE7CC
(205,231,204)
#D2E9D2
(210,233,210)
#D7EBD8
(215,235,216)
#DCEDDE
(220,237,222)
#E1EFE4
(225,239,228)
#E6F1EA
(230,241,234)
#EBF3F0
(235,243,240)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE1BA color. Also use rgb(190,225,186) instead hex code.

Text Font Color

.myTextColor { color: #BEE1BA; }

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

This text font color is #BEE1BA.

Background Color

.myBgColor { background-color: #BEE1BA; }

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

This div background color is #BEE1BA.

Border color

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

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

This div border color is #BEE1BA.

Opacity

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

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

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

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

This text has shadow with #BEE1BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE1BA.

Preview

Color preview on black background

This text has color #BEE1BA on black background.


Color preview on white background

This text has color #BEE1BA on white background.


Black color preview on #BEE1BA background

This text has black color on #BEE1BA background.


White color preview on #BEE1BA background

This text has white color on #BEE1BA background.


Related colors

Complementary color

Complementary color for #hex is #411E45.


I love getcolorcode.com

Triadic colors

1 #BABEE1 and #E1BABE with #BEE1BA are triadic colors.

2 #BAE1BE and #E1BEBA with #BEE1BA are triadic colors.