COLOR #BED57C

HEX: #BED57C RGB: (190,213,124)

Color info

#BED57C contains mainly red and green colors. Web safe color of #BED57C is #CCCC66 (or #CC6).

RGB color model

#BED57C color RGB value is (190,213,124).

RGB: (190,213,124) (75%, 84%, 49%)

RGB channels and saturation

R 190 of 255 = 75%
G 213 of 255 = 84%
B 124 of 255 = 49%

190
213
124

R + G + B ~ 69%. #BED57C is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 213 + 124 = 527 (100%)
R 190 of 527 ~ 36.05%
G 213 of 527 ~ 40.42%
B 124 of 527 ~ 23.53'%

%36.05
%40.42
%23.53

CMYK color model

#BED57C color CMYK value is (11,0,42,16).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 41.78%
  • key color value is 16.47%

CMYK: (11,0,42,16)
C11M0Y42K16 (11%, 0%, 42%, 16%)
(0.11 / 0.00 / 0.42 / 0.16)

CMYK percentages

%10.8
%0
%41.78
%16.47

Codes

Color #BED57C in popluar color models

BE D5 7C
RGB 190 213 124
HSL 76° 51.45% 66.08%
HSB/HSV 76° 41.78% 83.53%
CMYK 10.80% 0.00% 41.78%
16.47%

Color #BED57C in popluar number systems.

HEX BE D5 7C
Decimal 190 213 124
Binary 10111110 11010101 1111100
Octal 276 325 174

Shades and tints

Shades of #BED57C

#BED57C
(190,213,124)
#ADC271
(173,194,113)
#9CAF66
(156,175,102)
#8B9C5B
(139,156,91)
#7A8950
(122,137,80)
#697645
(105,118,69)
#58633A
(88,99,58)
#47502F
(71,80,47)
#363D24
(54,61,36)
#252A19
(37,42,25)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #BED57C

#BED57C
(190,213,124)
#C3D887
(195,216,135)
#C8DB92
(200,219,146)
#CDDE9D
(205,222,157)
#D2E1A8
(210,225,168)
#D7E4B3
(215,228,179)
#DCE7BE
(220,231,190)
#E1EAC9
(225,234,201)
#E6EDD4
(230,237,212)
#EBF0DF
(235,240,223)
#F0F3EA
(240,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED57C color. Also use rgb(190,213,124) instead hex code.

Text Font Color

.myTextColor { color: #BED57C; }

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

This text font color is #BED57C.

Background Color

.myBgColor { background-color: #BED57C; }

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

This div background color is #BED57C.

Border color

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

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

This div border color is #BED57C.

Opacity

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

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

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

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

This text has shadow with #BED57C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED57C.

Preview

Color preview on black background

This text has color #BED57C on black background.


Color preview on white background

This text has color #BED57C on white background.


Black color preview on #BED57C background

This text has black color on #BED57C background.


White color preview on #BED57C background

This text has white color on #BED57C background.


Related colors

Complementary color

Complementary color for #hex is #412A83.


I love getcolorcode.com

Triadic colors

1 #7CBED5 and #D57CBE with #BED57C are triadic colors.

2 #7CD5BE and #D5BE7C with #BED57C are triadic colors.