COLOR #BED193

HEX: #BED193
RGB: (190,209,147)

Color info

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

RGB color model

#BED193 color RGB value is (190,209,147).

  • red value is 190;
  • green value is 209;
  • blue value is 147.
RGB:
(190,209,147)
(75%,82%,58%)

RGB channels and saturation

R 190 of 255 = 75%
G 209 of 255 = 82%
B 147 of 255 = 58%

190
209
147

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

Portions of RGB colors in percentages

R + G + B =
190 + 209 + 147 = 546 (100%)
R 190 of 546 ~ 34.8%
G 209 of 546 ~ 38.28%
B 147 of 546 ~ 26.92%

%34.8
%38.28
%26.92

CMYK color model

#BED193 color CMYK value is (9,0,30,18).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 18.04%
CMYK:
(9,0,30,18)
C9M0Y30K18 
(9%,0%,30%,18%)
(0.09/0.00/0.30/0.18)	

CMYK percentages

%9.09
%0
%29.67
%18.04

Codes

Color #BED193 in popluar color models

BED193
RGB190209147
HSL78°40.26%69.80%
HSB/HSV78°29.67%81.96%
CMYK9.09%0.00%29.67%
18.04%

Color #BED193 in popluar number systems.

HEXBED193
Decimal190209147
Binary101111101101000110010011
Octal276321223

Shades and tints

Shades of #BED193

#BED193
(190,209,147)
#ADBE86
(173,190,134)
#9CAB79
(156,171,121)
#8B986C
(139,152,108)
#7A855F
(122,133,95)
#697252
(105,114,82)
#585F45
(88,95,69)
#474C38
(71,76,56)
#36392B
(54,57,43)
#25261E
(37,38,30)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #BED193

#BED193
(190,209,147)
#C3D59C
(195,213,156)
#C8D9A5
(200,217,165)
#CDDDAE
(205,221,174)
#D2E1B7
(210,225,183)
#D7E5C0
(215,229,192)
#DCE9C9
(220,233,201)
#E1EDD2
(225,237,210)
#E6F1DB
(230,241,219)
#EBF5E4
(235,245,228)
#F0F9ED
(240,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED193 color. Also use rgb(190,209,147) instead hex code.

Text Font Color

.myTextColor { color: #BED193; }

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

This text font color is #BED193.


Background Color

.myBgColor { background-color: #BED193; }

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

This div background color is #BED193.


Border color

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

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

This div border color is #BED193.


Opacity

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

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

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

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

This text has shadow with #BED193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED193 on black background.


Color preview on white background

This text has color #BED193 on white background.



Black color preview on #BED193 background

This text has black color on #BED193 background.


White color preview on #BED193 background

This text has white color on #BED193 background.