COLOR #BEF0C6

HEX: #BEF0C6 RGB: (190,240,198)

Color info

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

RGB color model

#BEF0C6 color RGB value is (190,240,198).

RGB: (190,240,198) (75%, 94%, 78%)

RGB channels and saturation

R 190 of 255 = 75%
G 240 of 255 = 94%
B 198 of 255 = 78%

190
240
198

R + G + B ~ 82%. #BEF0C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 240 + 198 = 628 (100%)
R 190 of 628 ~ 30.25%
G 240 of 628 ~ 38.22%
B 198 of 628 ~ 31.53'%

%30.25
%38.22
%31.53

CMYK color model

#BEF0C6 color CMYK value is (21,0,18,6).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 5.88%

CMYK: (21,0,18,6)
C21M0Y18K6 (21%, 0%, 18%, 6%)
(0.21 / 0.00 / 0.18 / 0.06)

CMYK percentages

%20.83
%0
%17.5
%5.88

Codes

Color #BEF0C6 in popluar color models

BE F0 C6
RGB 190 240 198
HSL 130° 62.50% 84.31%
HSB/HSV 130° 20.83% 94.12%
CMYK 20.83% 0.00% 17.50%
5.88%

Color #BEF0C6 in popluar number systems.

HEX BE F0 C6
Decimal 190 240 198
Binary 10111110 11110000 11000110
Octal 276 360 306

Shades and tints

Shades of #BEF0C6

#BEF0C6
(190,240,198)
#ADDBB4
(173,219,180)
#9CC6A2
(156,198,162)
#8BB190
(139,177,144)
#7A9C7E
(122,156,126)
#69876C
(105,135,108)
#58725A
(88,114,90)
#475D48
(71,93,72)
#364836
(54,72,54)
#253324
(37,51,36)
#141E12
(20,30,18)
#000000
(0,0,0)

Tints of #BEF0C6

#BEF0C6
(190,240,198)
#C3F1CB
(195,241,203)
#C8F2D0
(200,242,208)
#CDF3D5
(205,243,213)
#D2F4DA
(210,244,218)
#D7F5DF
(215,245,223)
#DCF6E4
(220,246,228)
#E1F7E9
(225,247,233)
#E6F8EE
(230,248,238)
#EBF9F3
(235,249,243)
#F0FAF8
(240,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF0C6; }

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

This text font color is #BEF0C6.

Background Color

.myBgColor { background-color: #BEF0C6; }

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

This div background color is #BEF0C6.

Border color

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

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

This div border color is #BEF0C6.

Opacity

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

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

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

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

This text has shadow with #BEF0C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF0C6.

Preview

Color preview on black background

This text has color #BEF0C6 on black background.


Color preview on white background

This text has color #BEF0C6 on white background.


Black color preview on #BEF0C6 background

This text has black color on #BEF0C6 background.


White color preview on #BEF0C6 background

This text has white color on #BEF0C6 background.


Related colors

Complementary color

Complementary color for #hex is #410F39.


I love getcolorcode.com

Triadic colors

1 #C6BEF0 and #F0C6BE with #BEF0C6 are triadic colors.

2 #C6F0BE and #F0BEC6 with #BEF0C6 are triadic colors.