COLOR #BECDB4

HEX: #BECDB4 RGB: (190,205,180)

Color info

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

RGB color model

#BECDB4 color RGB value is (190,205,180).

RGB: (190,205,180) (75%, 80%, 71%)

RGB channels and saturation

R 190 of 255 = 75%
G 205 of 255 = 80%
B 180 of 255 = 71%

190
205
180

R + G + B ~ 75%. #BECDB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 205 + 180 = 575 (100%)
R 190 of 575 ~ 33.04%
G 205 of 575 ~ 35.65%
B 180 of 575 ~ 31.3'%

%33.04
%35.65
%31.3

CMYK color model

#BECDB4 color CMYK value is (7,0,12,20).

  • cyan value is 7.32%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 19.61%

CMYK: (7,0,12,20)
C7M0Y12K20 (7%, 0%, 12%, 20%)
(0.07 / 0.00 / 0.12 / 0.20)

CMYK percentages

%7.32
%0
%12.2
%19.61

Codes

Color #BECDB4 in popluar color models

BE CD B4
RGB 190 205 180
HSL 96° 20.00% 75.49%
HSB/HSV 96° 12.20% 80.39%
CMYK 7.32% 0.00% 12.20%
19.61%

Color #BECDB4 in popluar number systems.

HEX BE CD B4
Decimal 190 205 180
Binary 10111110 11001101 10110100
Octal 276 315 264

Shades and tints

Shades of #BECDB4

#BECDB4
(190,205,180)
#ADBBA4
(173,187,164)
#9CA994
(156,169,148)
#8B9784
(139,151,132)
#7A8574
(122,133,116)
#697364
(105,115,100)
#586154
(88,97,84)
#474F44
(71,79,68)
#363D34
(54,61,52)
#252B24
(37,43,36)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #BECDB4

#BECDB4
(190,205,180)
#C3D1BA
(195,209,186)
#C8D5C0
(200,213,192)
#CDD9C6
(205,217,198)
#D2DDCC
(210,221,204)
#D7E1D2
(215,225,210)
#DCE5D8
(220,229,216)
#E1E9DE
(225,233,222)
#E6EDE4
(230,237,228)
#EBF1EA
(235,241,234)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECDB4 color. Also use rgb(190,205,180) instead hex code.

Text Font Color

.myTextColor { color: #BECDB4; }

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

This text font color is #BECDB4.

Background Color

.myBgColor { background-color: #BECDB4; }

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

This div background color is #BECDB4.

Border color

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

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

This div border color is #BECDB4.

Opacity

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

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

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

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

This text has shadow with #BECDB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECDB4.

Preview

Color preview on black background

This text has color #BECDB4 on black background.


Color preview on white background

This text has color #BECDB4 on white background.


Black color preview on #BECDB4 background

This text has black color on #BECDB4 background.


White color preview on #BECDB4 background

This text has white color on #BECDB4 background.


Related colors

Complementary color

Complementary color for #hex is #41324B.


I love getcolorcode.com

Triadic colors

1 #B4BECD and #CDB4BE with #BECDB4 are triadic colors.

2 #B4CDBE and #CDBEB4 with #BECDB4 are triadic colors.