COLOR #BEF5CE

HEX: #BEF5CE RGB: (190,245,206)

Color info

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

RGB color model

#BEF5CE color RGB value is (190,245,206).

RGB: (190,245,206) (75%, 96%, 81%)

RGB channels and saturation

R 190 of 255 = 75%
G 245 of 255 = 96%
B 206 of 255 = 81%

190
245
206

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

Portions of RGB colors in percentages

R + G + B = 190 + 245 + 206 = 641 (100%)
R 190 of 641 ~ 29.64%
G 245 of 641 ~ 38.22%
B 206 of 641 ~ 32.14'%

%29.64
%38.22
%32.14

CMYK color model

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

  • cyan value is 22.45%
  • magenta value is 0.00%
  • yellow value is 15.92%
  • 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
%15.92
%3.92

Codes

Color #BEF5CE in popluar color models

BE F5 CE
RGB 190 245 206
HSL 137° 73.33% 85.29%
HSB/HSV 137° 22.45% 96.08%
CMYK 22.45% 0.00% 15.92%
3.92%

Color #BEF5CE in popluar number systems.

HEX BE F5 CE
Decimal 190 245 206
Binary 10111110 11110101 11001110
Octal 276 365 316

Shades and tints

Shades of #BEF5CE

#BEF5CE
(190,245,206)
#ADDFBC
(173,223,188)
#9CC9AA
(156,201,170)
#8BB398
(139,179,152)
#7A9D86
(122,157,134)
#698774
(105,135,116)
#587162
(88,113,98)
#475B50
(71,91,80)
#36453E
(54,69,62)
#252F2C
(37,47,44)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #BEF5CE

#BEF5CE
(190,245,206)
#C3F5D2
(195,245,210)
#C8F5D6
(200,245,214)
#CDF5DA
(205,245,218)
#D2F5DE
(210,245,222)
#D7F5E2
(215,245,226)
#DCF5E6
(220,245,230)
#E1F5EA
(225,245,234)
#E6F5EE
(230,245,238)
#EBF5F2
(235,245,242)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF5CE; }

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

This text font color is #BEF5CE.

Background Color

.myBgColor { background-color: #BEF5CE; }

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

This div background color is #BEF5CE.

Border color

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

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

This div border color is #BEF5CE.

Opacity

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

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

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

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

This text has shadow with #BEF5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF5CE.

Preview

Color preview on black background

This text has color #BEF5CE on black background.


Color preview on white background

This text has color #BEF5CE on white background.


Black color preview on #BEF5CE background

This text has black color on #BEF5CE background.


White color preview on #BEF5CE background

This text has white color on #BEF5CE background.


Related colors

Complementary color

Complementary color for #hex is #410A31.


I love getcolorcode.com

Triadic colors

1 #CEBEF5 and #F5CEBE with #BEF5CE are triadic colors.

2 #CEF5BE and #F5BECE with #BEF5CE are triadic colors.