COLOR #BEF085

HEX: #BEF085 RGB: (190,240,133)

Color info

#BEF085 contains mainly red and green colors. Web safe color of #BEF085 is #CCFF99 (or #CF9).

RGB color model

#BEF085 color RGB value is (190,240,133).

RGB: (190,240,133) (75%, 94%, 52%)

RGB channels and saturation

R 190 of 255 = 75%
G 240 of 255 = 94%
B 133 of 255 = 52%

190
240
133

R + G + B ~ 74%. #BEF085 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 240 + 133 = 563 (100%)
R 190 of 563 ~ 33.75%
G 240 of 563 ~ 42.63%
B 133 of 563 ~ 23.62'%

%33.75
%42.63
%23.62

CMYK color model

#BEF085 color CMYK value is (21,0,45,6).

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

CMYK: (21,0,45,6)
C21M0Y45K6 (21%, 0%, 45%, 6%)
(0.21 / 0.00 / 0.45 / 0.06)

CMYK percentages

%20.83
%0
%44.58
%5.88

Codes

Color #BEF085 in popluar color models

BE F0 85
RGB 190 240 133
HSL 88° 78.10% 73.14%
HSB/HSV 88° 44.58% 94.12%
CMYK 20.83% 0.00% 44.58%
5.88%

Color #BEF085 in popluar number systems.

HEX BE F0 85
Decimal 190 240 133
Binary 10111110 11110000 10000101
Octal 276 360 205

Shades and tints

Shades of #BEF085

#BEF085
(190,240,133)
#ADDB79
(173,219,121)
#9CC66D
(156,198,109)
#8BB161
(139,177,97)
#7A9C55
(122,156,85)
#698749
(105,135,73)
#58723D
(88,114,61)
#475D31
(71,93,49)
#364825
(54,72,37)
#253319
(37,51,25)
#141E0D
(20,30,13)
#000000
(0,0,0)

Tints of #BEF085

#BEF085
(190,240,133)
#C3F190
(195,241,144)
#C8F29B
(200,242,155)
#CDF3A6
(205,243,166)
#D2F4B1
(210,244,177)
#D7F5BC
(215,245,188)
#DCF6C7
(220,246,199)
#E1F7D2
(225,247,210)
#E6F8DD
(230,248,221)
#EBF9E8
(235,249,232)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF085; }

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

This text font color is #BEF085.

Background Color

.myBgColor { background-color: #BEF085; }

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

This div background color is #BEF085.

Border color

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

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

This div border color is #BEF085.

Opacity

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

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

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

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

This text has shadow with #BEF085 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF085.

Preview

Color preview on black background

This text has color #BEF085 on black background.


Color preview on white background

This text has color #BEF085 on white background.


Black color preview on #BEF085 background

This text has black color on #BEF085 background.


White color preview on #BEF085 background

This text has white color on #BEF085 background.


Related colors

Complementary color

Complementary color for #hex is #410F7A.


I love getcolorcode.com

Triadic colors

1 #85BEF0 and #F085BE with #BEF085 are triadic colors.

2 #85F0BE and #F0BE85 with #BEF085 are triadic colors.