COLOR #BED6BA

HEX: #BED6BA RGB: (190,214,186)

Color info

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

RGB color model

#BED6BA color RGB value is (190,214,186).

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

RGB channels and saturation

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

190
214
186

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

Portions of RGB colors in percentages

R + G + B = 190 + 214 + 186 = 590 (100%)
R 190 of 590 ~ 32.2%
G 214 of 590 ~ 36.27%
B 186 of 590 ~ 31.53'%

%32.2
%36.27
%31.53

CMYK color model

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

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

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

CMYK percentages

%11.21
%0
%13.08
%16.08

Codes

Color #BED6BA in popluar color models

BE D6 BA
RGB 190 214 186
HSL 111° 25.45% 78.43%
HSB/HSV 111° 13.08% 83.92%
CMYK 11.21% 0.00% 13.08%
16.08%

Color #BED6BA in popluar number systems.

HEX BE D6 BA
Decimal 190 214 186
Binary 10111110 11010110 10111010
Octal 276 326 272

Shades and tints

Shades of #BED6BA

#BED6BA
(190,214,186)
#ADC3AA
(173,195,170)
#9CB09A
(156,176,154)
#8B9D8A
(139,157,138)
#7A8A7A
(122,138,122)
#69776A
(105,119,106)
#58645A
(88,100,90)
#47514A
(71,81,74)
#363E3A
(54,62,58)
#252B2A
(37,43,42)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #BED6BA

#BED6BA
(190,214,186)
#C3D9C0
(195,217,192)
#C8DCC6
(200,220,198)
#CDDFCC
(205,223,204)
#D2E2D2
(210,226,210)
#D7E5D8
(215,229,216)
#DCE8DE
(220,232,222)
#E1EBE4
(225,235,228)
#E6EEEA
(230,238,234)
#EBF1F0
(235,241,240)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED6BA; }

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

This text font color is #BED6BA.

Background Color

.myBgColor { background-color: #BED6BA; }

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

This div background color is #BED6BA.

Border color

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

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

This div border color is #BED6BA.

Opacity

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

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

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

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

This text has shadow with #BED6BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED6BA.

Preview

Color preview on black background

This text has color #BED6BA on black background.


Color preview on white background

This text has color #BED6BA on white background.


Black color preview on #BED6BA background

This text has black color on #BED6BA background.


White color preview on #BED6BA background

This text has white color on #BED6BA background.


Related colors

Complementary color

Complementary color for #hex is #412945.


I love getcolorcode.com

Triadic colors

1 #BABED6 and #D6BABE with #BED6BA are triadic colors.

2 #BAD6BE and #D6BEBA with #BED6BA are triadic colors.