COLOR #BEF5CD

HEX: #BEF5CD RGB: (190,245,205)

Color info

#BEF5CD contains red, green and blue colors in about the same proportion. Web safe color of #BEF5CD is #CCFFCC (or #CFC).

RGB color model

#BEF5CD color RGB value is (190,245,205).

RGB: (190,245,205) (75%, 96%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 245 of 255 = 96%
B 205 of 255 = 80%

190
245
205

R + G + B ~ 84%. #BEF5CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 245 + 205 = 640 (100%)
R 190 of 640 ~ 29.69%
G 245 of 640 ~ 38.28%
B 205 of 640 ~ 32.03'%

%29.69
%38.28
%32.03

CMYK color model

#BEF5CD color CMYK value is (22,0,16,4).

  • cyan value is 22.45%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 3.92%

CMYK: (22,0,16,4)
C22M0Y16K4 (22%, 0%, 16%, 4%)
(0.22 / 0.00 / 0.16 / 0.04)

CMYK percentages

%22.45
%0
%16.33
%3.92

Codes

Color #BEF5CD in popluar color models

BE F5 CD
RGB 190 245 205
HSL 136° 73.33% 85.29%
HSB/HSV 136° 22.45% 96.08%
CMYK 22.45% 0.00% 16.33%
3.92%

Color #BEF5CD in popluar number systems.

HEX BE F5 CD
Decimal 190 245 205
Binary 10111110 11110101 11001101
Octal 276 365 315

Shades and tints

Shades of #BEF5CD

#BEF5CD
(190,245,205)
#ADDFBB
(173,223,187)
#9CC9A9
(156,201,169)
#8BB397
(139,179,151)
#7A9D85
(122,157,133)
#698773
(105,135,115)
#587161
(88,113,97)
#475B4F
(71,91,79)
#36453D
(54,69,61)
#252F2B
(37,47,43)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #BEF5CD

#BEF5CD
(190,245,205)
#C3F5D1
(195,245,209)
#C8F5D5
(200,245,213)
#CDF5D9
(205,245,217)
#D2F5DD
(210,245,221)
#D7F5E1
(215,245,225)
#DCF5E5
(220,245,229)
#E1F5E9
(225,245,233)
#E6F5ED
(230,245,237)
#EBF5F1
(235,245,241)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF5CD color. Also use rgb(190,245,205) instead hex code.

Text Font Color

.myTextColor { color: #BEF5CD; }

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

This text font color is #BEF5CD.

Background Color

.myBgColor { background-color: #BEF5CD; }

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

This div background color is #BEF5CD.

Border color

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

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

This div border color is #BEF5CD.

Opacity

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

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

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

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

This text has shadow with #BEF5CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF5CD.

Preview

Color preview on black background

This text has color #BEF5CD on black background.


Color preview on white background

This text has color #BEF5CD on white background.


Black color preview on #BEF5CD background

This text has black color on #BEF5CD background.


White color preview on #BEF5CD background

This text has white color on #BEF5CD background.


Related colors

Complementary color

Complementary color for #hex is #410A32.


I love getcolorcode.com

Triadic colors

1 #CDBEF5 and #F5CDBE with #BEF5CD are triadic colors.

2 #CDF5BE and #F5BECD with #BEF5CD are triadic colors.