COLOR #BED899

HEX: #BED899 RGB: (190,216,153)

Color info

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

RGB color model

#BED899 color RGB value is (190,216,153).

RGB: (190,216,153) (75%, 85%, 60%)

RGB channels and saturation

R 190 of 255 = 75%
G 216 of 255 = 85%
B 153 of 255 = 60%

190
216
153

R + G + B ~ 73%. #BED899 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 216 + 153 = 559 (100%)
R 190 of 559 ~ 33.99%
G 216 of 559 ~ 38.64%
B 153 of 559 ~ 27.37'%

%33.99
%38.64
%27.37

CMYK color model

#BED899 color CMYK value is (12,0,29,15).

  • cyan value is 12.04%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 15.29%
CMYK: (12,0,29,15) C12M0Y29K15 (12%,0%,29%,15%) (0.12/0.00/0.29/0.15) 

CMYK percentages

%12.04
%0
%29.17
%15.29

Codes

Color #BED899 in popluar color models

BE D8 99
RGB 190 216 153
HSL 85° 44.68% 72.35%
HSB/HSV 85° 29.17% 84.71%
CMYK 12.04% 0.00% 29.17%
15.29%

Color #BED899 in popluar number systems.

HEX BE D8 99
Decimal 190 216 153
Binary 10111110 11011000 10011001
Octal 276 330 231

Shades and tints

Shades of #BED899

#BED899
(190,216,153)
#ADC58C
(173,197,140)
#9CB27F
(156,178,127)
#8B9F72
(139,159,114)
#7A8C65
(122,140,101)
#697958
(105,121,88)
#58664B
(88,102,75)
#47533E
(71,83,62)
#364031
(54,64,49)
#252D24
(37,45,36)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #BED899

#BED899
(190,216,153)
#C3DBA2
(195,219,162)
#C8DEAB
(200,222,171)
#CDE1B4
(205,225,180)
#D2E4BD
(210,228,189)
#D7E7C6
(215,231,198)
#DCEACF
(220,234,207)
#E1EDD8
(225,237,216)
#E6F0E1
(230,240,225)
#EBF3EA
(235,243,234)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED899 color. Also use rgb(190,216,153) instead hex code.

Text Font Color

.myTextColor { color: #BED899; }

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

This text font color is #BED899.

Background Color

.myBgColor { background-color: #BED899; }

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

This div background color is #BED899.

Border color

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

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

This div border color is #BED899.

Opacity

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

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

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

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

This text has shadow with #BED899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED899.

Preview

Color preview on black background

This text has color #BED899 on black background.


Color preview on white background

This text has color #BED899 on white background.


Black color preview on #BED899 background

This text has black color on #BED899 background.


White color preview on #BED899 background

This text has white color on #BED899 background.


Related colors

Complementary color

Complementary color for #hex is #412766.


I love getcolorcode.com

Triadic colors

1 #99BED8 and #D899BE with #BED899 are triadic colors.

2 #99D8BE and #D8BE99 with #BED899 are triadic colors.