COLOR #BEE2C2

HEX: #BEE2C2 RGB: (190,226,194)

Color info

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

RGB color model

#BEE2C2 color RGB value is (190,226,194).

RGB: (190,226,194) (75%, 89%, 76%)

RGB channels and saturation

R 190 of 255 = 75%
G 226 of 255 = 89%
B 194 of 255 = 76%

190
226
194

R + G + B ~ 80%. #BEE2C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 226 + 194 = 610 (100%)
R 190 of 610 ~ 31.15%
G 226 of 610 ~ 37.05%
B 194 of 610 ~ 31.8'%

%31.15
%37.05
%31.8

CMYK color model

#BEE2C2 color CMYK value is (16,0,14,11).

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

CMYK: (16,0,14,11)
C16M0Y14K11 (16%, 0%, 14%, 11%)
(0.16 / 0.00 / 0.14 / 0.11)

CMYK percentages

%15.93
%0
%14.16
%11.37

Codes

Color #BEE2C2 in popluar color models

BE E2 C2
RGB 190 226 194
HSL 127° 38.30% 81.57%
HSB/HSV 127° 15.93% 88.63%
CMYK 15.93% 0.00% 14.16%
11.37%

Color #BEE2C2 in popluar number systems.

HEX BE E2 C2
Decimal 190 226 194
Binary 10111110 11100010 11000010
Octal 276 342 302

Shades and tints

Shades of #BEE2C2

#BEE2C2
(190,226,194)
#ADCEB1
(173,206,177)
#9CBAA0
(156,186,160)
#8BA68F
(139,166,143)
#7A927E
(122,146,126)
#697E6D
(105,126,109)
#586A5C
(88,106,92)
#47564B
(71,86,75)
#36423A
(54,66,58)
#252E29
(37,46,41)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #BEE2C2

#BEE2C2
(190,226,194)
#C3E4C7
(195,228,199)
#C8E6CC
(200,230,204)
#CDE8D1
(205,232,209)
#D2EAD6
(210,234,214)
#D7ECDB
(215,236,219)
#DCEEE0
(220,238,224)
#E1F0E5
(225,240,229)
#E6F2EA
(230,242,234)
#EBF4EF
(235,244,239)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE2C2; }

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

This text font color is #BEE2C2.

Background Color

.myBgColor { background-color: #BEE2C2; }

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

This div background color is #BEE2C2.

Border color

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

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

This div border color is #BEE2C2.

Opacity

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

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

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

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

This text has shadow with #BEE2C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE2C2.

Preview

Color preview on black background

This text has color #BEE2C2 on black background.


Color preview on white background

This text has color #BEE2C2 on white background.


Black color preview on #BEE2C2 background

This text has black color on #BEE2C2 background.


White color preview on #BEE2C2 background

This text has white color on #BEE2C2 background.


Related colors

Complementary color

Complementary color for #hex is #411D3D.


I love getcolorcode.com

Triadic colors

1 #C2BEE2 and #E2C2BE with #BEE2C2 are triadic colors.

2 #C2E2BE and #E2BEC2 with #BEE2C2 are triadic colors.