COLOR #BEDCBA

HEX: #BEDCBA RGB: (190,220,186)

Color info

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

RGB color model

#BEDCBA color RGB value is (190,220,186).

RGB: (190,220,186) (75%, 86%, 73%)

RGB channels and saturation

R 190 of 255 = 75%
G 220 of 255 = 86%
B 186 of 255 = 73%

190
220
186

R + G + B ~ 78%. #BEDCBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 220 + 186 = 596 (100%)
R 190 of 596 ~ 31.88%
G 220 of 596 ~ 36.91%
B 186 of 596 ~ 31.21'%

%31.88
%36.91
%31.21

CMYK color model

#BEDCBA color CMYK value is (14,0,15,14).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 15.45%
  • key color value is 13.73%

CMYK: (14,0,15,14)
C14M0Y15K14 (14%, 0%, 15%, 14%)
(0.14 / 0.00 / 0.15 / 0.14)

CMYK percentages

%13.64
%0
%15.45
%13.73

Codes

Color #BEDCBA in popluar color models

BE DC BA
RGB 190 220 186
HSL 113° 32.69% 79.61%
HSB/HSV 113° 15.45% 86.27%
CMYK 13.64% 0.00% 15.45%
13.73%

Color #BEDCBA in popluar number systems.

HEX BE DC BA
Decimal 190 220 186
Binary 10111110 11011100 10111010
Octal 276 334 272

Shades and tints

Shades of #BEDCBA

#BEDCBA
(190,220,186)
#ADC8AA
(173,200,170)
#9CB49A
(156,180,154)
#8BA08A
(139,160,138)
#7A8C7A
(122,140,122)
#69786A
(105,120,106)
#58645A
(88,100,90)
#47504A
(71,80,74)
#363C3A
(54,60,58)
#25282A
(37,40,42)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #BEDCBA

#BEDCBA
(190,220,186)
#C3DFC0
(195,223,192)
#C8E2C6
(200,226,198)
#CDE5CC
(205,229,204)
#D2E8D2
(210,232,210)
#D7EBD8
(215,235,216)
#DCEEDE
(220,238,222)
#E1F1E4
(225,241,228)
#E6F4EA
(230,244,234)
#EBF7F0
(235,247,240)
#F0FAF6
(240,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDCBA; }

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

This text font color is #BEDCBA.

Background Color

.myBgColor { background-color: #BEDCBA; }

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

This div background color is #BEDCBA.

Border color

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

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

This div border color is #BEDCBA.

Opacity

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

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

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

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

This text has shadow with #BEDCBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDCBA.

Preview

Color preview on black background

This text has color #BEDCBA on black background.


Color preview on white background

This text has color #BEDCBA on white background.


Black color preview on #BEDCBA background

This text has black color on #BEDCBA background.


White color preview on #BEDCBA background

This text has white color on #BEDCBA background.


Related colors

Complementary color

Complementary color for #hex is #412345.


I love getcolorcode.com

Triadic colors

1 #BABEDC and #DCBABE with #BEDCBA are triadic colors.

2 #BADCBE and #DCBEBA with #BEDCBA are triadic colors.