COLOR #BEF2BF

HEX: #BEF2BF RGB: (190,242,191)

Color info

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

RGB color model

#BEF2BF color RGB value is (190,242,191).

RGB: (190,242,191) (75%, 95%, 75%)

RGB channels and saturation

R 190 of 255 = 75%
G 242 of 255 = 95%
B 191 of 255 = 75%

190
242
191

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

Portions of RGB colors in percentages

R + G + B = 190 + 242 + 191 = 623 (100%)
R 190 of 623 ~ 30.5%
G 242 of 623 ~ 38.84%
B 191 of 623 ~ 30.66'%

%30.5
%38.84
%30.66

CMYK color model

#BEF2BF color CMYK value is (21,0,21,5).

  • cyan value is 21.49%
  • magenta value is 0.00%
  • yellow value is 21.07%
  • key color value is 5.10%

CMYK: (21,0,21,5)
C21M0Y21K5 (21%, 0%, 21%, 5%)
(0.21 / 0.00 / 0.21 / 0.05)

CMYK percentages

%21.49
%0
%21.07
%5.1

Codes

Color #BEF2BF in popluar color models

BE F2 BF
RGB 190 242 191
HSL 121° 66.67% 84.71%
HSB/HSV 121° 21.49% 94.90%
CMYK 21.49% 0.00% 21.07%
5.10%

Color #BEF2BF in popluar number systems.

HEX BE F2 BF
Decimal 190 242 191
Binary 10111110 11110010 10111111
Octal 276 362 277

Shades and tints

Shades of #BEF2BF

#BEF2BF
(190,242,191)
#ADDCAE
(173,220,174)
#9CC69D
(156,198,157)
#8BB08C
(139,176,140)
#7A9A7B
(122,154,123)
#69846A
(105,132,106)
#586E59
(88,110,89)
#475848
(71,88,72)
#364237
(54,66,55)
#252C26
(37,44,38)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #BEF2BF

#BEF2BF
(190,242,191)
#C3F3C4
(195,243,196)
#C8F4C9
(200,244,201)
#CDF5CE
(205,245,206)
#D2F6D3
(210,246,211)
#D7F7D8
(215,247,216)
#DCF8DD
(220,248,221)
#E1F9E2
(225,249,226)
#E6FAE7
(230,250,231)
#EBFBEC
(235,251,236)
#F0FCF1
(240,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF2BF color. Also use rgb(190,242,191) instead hex code.

Text Font Color

.myTextColor { color: #BEF2BF; }

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

This text font color is #BEF2BF.

Background Color

.myBgColor { background-color: #BEF2BF; }

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

This div background color is #BEF2BF.

Border color

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

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

This div border color is #BEF2BF.

Opacity

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

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

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

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

This text has shadow with #BEF2BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF2BF.

Preview

Color preview on black background

This text has color #BEF2BF on black background.


Color preview on white background

This text has color #BEF2BF on white background.


Black color preview on #BEF2BF background

This text has black color on #BEF2BF background.


White color preview on #BEF2BF background

This text has white color on #BEF2BF background.


Related colors

Complementary color

Complementary color for #hex is #410D40.


I love getcolorcode.com

Triadic colors

1 #BFBEF2 and #F2BFBE with #BEF2BF are triadic colors.

2 #BFF2BE and #F2BEBF with #BEF2BF are triadic colors.