COLOR #BEF5CC

HEX: #BEF5CC RGB: (190,245,204)

Color info

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

RGB color model

#BEF5CC color RGB value is (190,245,204).

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

RGB channels and saturation

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

190
245
204

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

Portions of RGB colors in percentages

R + G + B = 190 + 245 + 204 = 639 (100%)
R 190 of 639 ~ 29.73%
G 245 of 639 ~ 38.34%
B 204 of 639 ~ 31.92'%

%29.73
%38.34
%31.92

CMYK color model

#BEF5CC color CMYK value is (22,0,17,4).

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

CMYK: (22,0,17,4)
C22M0Y17K4 (22%, 0%, 17%, 4%)
(0.22 / 0.00 / 0.17 / 0.04)

CMYK percentages

%22.45
%0
%16.73
%3.92

Codes

Color #BEF5CC in popluar color models

BE F5 CC
RGB 190 245 204
HSL 135° 73.33% 85.29%
HSB/HSV 135° 22.45% 96.08%
CMYK 22.45% 0.00% 16.73%
3.92%

Color #BEF5CC in popluar number systems.

HEX BE F5 CC
Decimal 190 245 204
Binary 10111110 11110101 11001100
Octal 276 365 314

Shades and tints

Shades of #BEF5CC

#BEF5CC
(190,245,204)
#ADDFBA
(173,223,186)
#9CC9A8
(156,201,168)
#8BB396
(139,179,150)
#7A9D84
(122,157,132)
#698772
(105,135,114)
#587160
(88,113,96)
#475B4E
(71,91,78)
#36453C
(54,69,60)
#252F2A
(37,47,42)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #BEF5CC

#BEF5CC
(190,245,204)
#C3F5D0
(195,245,208)
#C8F5D4
(200,245,212)
#CDF5D8
(205,245,216)
#D2F5DC
(210,245,220)
#D7F5E0
(215,245,224)
#DCF5E4
(220,245,228)
#E1F5E8
(225,245,232)
#E6F5EC
(230,245,236)
#EBF5F0
(235,245,240)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF5CC; }

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

This text font color is #BEF5CC.

Background Color

.myBgColor { background-color: #BEF5CC; }

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

This div background color is #BEF5CC.

Border color

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

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

This div border color is #BEF5CC.

Opacity

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

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

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

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

This text has shadow with #BEF5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF5CC.

Preview

Color preview on black background

This text has color #BEF5CC on black background.


Color preview on white background

This text has color #BEF5CC on white background.


Black color preview on #BEF5CC background

This text has black color on #BEF5CC background.


White color preview on #BEF5CC background

This text has white color on #BEF5CC background.


Related colors

Complementary color

Complementary color for #hex is #410A33.


I love getcolorcode.com

Triadic colors

1 #CCBEF5 and #F5CCBE with #BEF5CC are triadic colors.

2 #CCF5BE and #F5BECC with #BEF5CC are triadic colors.