COLOR #BEF0CB

HEX: #BEF0CB RGB: (190,240,203)

Color info

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

RGB color model

#BEF0CB color RGB value is (190,240,203).

RGB: (190,240,203) (75%, 94%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 240 of 255 = 94%
B 203 of 255 = 80%

190
240
203

R + G + B ~ 83%. #BEF0CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 240 + 203 = 633 (100%)
R 190 of 633 ~ 30.02%
G 240 of 633 ~ 37.91%
B 203 of 633 ~ 32.07'%

%30.02
%37.91
%32.07

CMYK color model

#BEF0CB color CMYK value is (21,0,15,6).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 5.88%
CMYK: (21,0,15,6) C21M0Y15K6 (21%,0%,15%,6%) (0.21/0.00/0.15/0.06) 

CMYK percentages

%20.83
%0
%15.42
%5.88

Codes

Color #BEF0CB in popluar color models

BE F0 CB
RGB 190 240 203
HSL 136° 62.50% 84.31%
HSB/HSV 136° 20.83% 94.12%
CMYK 20.83% 0.00% 15.42%
5.88%

Color #BEF0CB in popluar number systems.

HEX BE F0 CB
Decimal 190 240 203
Binary 10111110 11110000 11001011
Octal 276 360 313

Shades and tints

Shades of #BEF0CB

#BEF0CB
(190,240,203)
#ADDBB9
(173,219,185)
#9CC6A7
(156,198,167)
#8BB195
(139,177,149)
#7A9C83
(122,156,131)
#698771
(105,135,113)
#58725F
(88,114,95)
#475D4D
(71,93,77)
#36483B
(54,72,59)
#253329
(37,51,41)
#141E17
(20,30,23)
#000000
(0,0,0)

Tints of #BEF0CB

#BEF0CB
(190,240,203)
#C3F1CF
(195,241,207)
#C8F2D3
(200,242,211)
#CDF3D7
(205,243,215)
#D2F4DB
(210,244,219)
#D7F5DF
(215,245,223)
#DCF6E3
(220,246,227)
#E1F7E7
(225,247,231)
#E6F8EB
(230,248,235)
#EBF9EF
(235,249,239)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF0CB color. Also use rgb(190,240,203) instead hex code.

Text Font Color

.myTextColor { color: #BEF0CB; }

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

This text font color is #BEF0CB.

Background Color

.myBgColor { background-color: #BEF0CB; }

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

This div background color is #BEF0CB.

Border color

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

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

This div border color is #BEF0CB.

Opacity

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

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

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

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

This text has shadow with #BEF0CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF0CB.

Preview

Color preview on black background

This text has color #BEF0CB on black background.


Color preview on white background

This text has color #BEF0CB on white background.


Black color preview on #BEF0CB background

This text has black color on #BEF0CB background.


White color preview on #BEF0CB background

This text has white color on #BEF0CB background.


Related colors

Complementary color

Complementary color for #hex is #410F34.


I love getcolorcode.com

Triadic colors

1 #CBBEF0 and #F0CBBE with #BEF0CB are triadic colors.

2 #CBF0BE and #F0BECB with #BEF0CB are triadic colors.