COLOR #BED5BA

HEX: #BED5BA RGB: (190,213,186)

Color info

#BED5BA contains red, green and blue colors in about the same proportion. Web safe color of #BED5BA is #CCCCCC (or #CCC).

RGB color model

#BED5BA color RGB value is (190,213,186).

RGB: (190,213,186) (75%, 84%, 73%)

RGB channels and saturation

R 190 of 255 = 75%
G 213 of 255 = 84%
B 186 of 255 = 73%

190
213
186

R + G + B ~ 77%. #BED5BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 213 + 186 = 589 (100%)
R 190 of 589 ~ 32.26%
G 213 of 589 ~ 36.16%
B 186 of 589 ~ 31.58'%

%32.26
%36.16
%31.58

CMYK color model

#BED5BA color CMYK value is (11,0,13,16).

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

CMYK: (11,0,13,16)
C11M0Y13K16 (11%, 0%, 13%, 16%)
(0.11 / 0.00 / 0.13 / 0.16)

CMYK percentages

%10.8
%0
%12.68
%16.47

Codes

Color #BED5BA in popluar color models

BE D5 BA
RGB 190 213 186
HSL 111° 24.32% 78.24%
HSB/HSV 111° 12.68% 83.53%
CMYK 10.80% 0.00% 12.68%
16.47%

Color #BED5BA in popluar number systems.

HEX BE D5 BA
Decimal 190 213 186
Binary 10111110 11010101 10111010
Octal 276 325 272

Shades and tints

Shades of #BED5BA

#BED5BA
(190,213,186)
#ADC2AA
(173,194,170)
#9CAF9A
(156,175,154)
#8B9C8A
(139,156,138)
#7A897A
(122,137,122)
#69766A
(105,118,106)
#58635A
(88,99,90)
#47504A
(71,80,74)
#363D3A
(54,61,58)
#252A2A
(37,42,42)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #BED5BA

#BED5BA
(190,213,186)
#C3D8C0
(195,216,192)
#C8DBC6
(200,219,198)
#CDDECC
(205,222,204)
#D2E1D2
(210,225,210)
#D7E4D8
(215,228,216)
#DCE7DE
(220,231,222)
#E1EAE4
(225,234,228)
#E6EDEA
(230,237,234)
#EBF0F0
(235,240,240)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED5BA; }

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

This text font color is #BED5BA.

Background Color

.myBgColor { background-color: #BED5BA; }

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

This div background color is #BED5BA.

Border color

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

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

This div border color is #BED5BA.

Opacity

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

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

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

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

This text has shadow with #BED5BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED5BA.

Preview

Color preview on black background

This text has color #BED5BA on black background.


Color preview on white background

This text has color #BED5BA on white background.


Black color preview on #BED5BA background

This text has black color on #BED5BA background.


White color preview on #BED5BA background

This text has white color on #BED5BA background.


Related colors

Complementary color

Complementary color for #hex is #412A45.


I love getcolorcode.com

Triadic colors

1 #BABED5 and #D5BABE with #BED5BA are triadic colors.

2 #BAD5BE and #D5BEBA with #BED5BA are triadic colors.