COLOR #BED694

HEX: #BED694 RGB: (190,214,148)

Color info

#BED694 contains mainly red and green colors. Web safe color of #BED694 is #CCCC99 (or #CC9).

RGB color model

#BED694 color RGB value is (190,214,148).

RGB: (190,214,148) (75%, 84%, 58%)

RGB channels and saturation

R 190 of 255 = 75%
G 214 of 255 = 84%
B 148 of 255 = 58%

190
214
148

R + G + B ~ 72%. #BED694 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 214 + 148 = 552 (100%)
R 190 of 552 ~ 34.42%
G 214 of 552 ~ 38.77%
B 148 of 552 ~ 26.81'%

%34.42
%38.77
%26.81

CMYK color model

#BED694 color CMYK value is (11,0,31,16).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 30.84%
  • key color value is 16.08%

CMYK: (11,0,31,16)
C11M0Y31K16 (11%, 0%, 31%, 16%)
(0.11 / 0.00 / 0.31 / 0.16)

CMYK percentages

%11.21
%0
%30.84
%16.08

Codes

Color #BED694 in popluar color models

BE D6 94
RGB 190 214 148
HSL 82° 44.59% 70.98%
HSB/HSV 82° 30.84% 83.92%
CMYK 11.21% 0.00% 30.84%
16.08%

Color #BED694 in popluar number systems.

HEX BE D6 94
Decimal 190 214 148
Binary 10111110 11010110 10010100
Octal 276 326 224

Shades and tints

Shades of #BED694

#BED694
(190,214,148)
#ADC387
(173,195,135)
#9CB07A
(156,176,122)
#8B9D6D
(139,157,109)
#7A8A60
(122,138,96)
#697753
(105,119,83)
#586446
(88,100,70)
#475139
(71,81,57)
#363E2C
(54,62,44)
#252B1F
(37,43,31)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #BED694

#BED694
(190,214,148)
#C3D99D
(195,217,157)
#C8DCA6
(200,220,166)
#CDDFAF
(205,223,175)
#D2E2B8
(210,226,184)
#D7E5C1
(215,229,193)
#DCE8CA
(220,232,202)
#E1EBD3
(225,235,211)
#E6EEDC
(230,238,220)
#EBF1E5
(235,241,229)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED694 color. Also use rgb(190,214,148) instead hex code.

Text Font Color

.myTextColor { color: #BED694; }

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

This text font color is #BED694.

Background Color

.myBgColor { background-color: #BED694; }

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

This div background color is #BED694.

Border color

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

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

This div border color is #BED694.

Opacity

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

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

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

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

This text has shadow with #BED694 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED694.

Preview

Color preview on black background

This text has color #BED694 on black background.


Color preview on white background

This text has color #BED694 on white background.


Black color preview on #BED694 background

This text has black color on #BED694 background.


White color preview on #BED694 background

This text has white color on #BED694 background.


Related colors

Complementary color

Complementary color for #hex is #41296B.


I love getcolorcode.com

Triadic colors

1 #94BED6 and #D694BE with #BED694 are triadic colors.

2 #94D6BE and #D6BE94 with #BED694 are triadic colors.