COLOR #BECBB4

HEX: #BECBB4 RGB: (190,203,180)

Color info

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

RGB color model

#BECBB4 color RGB value is (190,203,180).

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

RGB channels and saturation

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

190
203
180

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

Portions of RGB colors in percentages

R + G + B = 190 + 203 + 180 = 573 (100%)
R 190 of 573 ~ 33.16%
G 203 of 573 ~ 35.43%
B 180 of 573 ~ 31.41'%

%33.16
%35.43
%31.41

CMYK color model

#BECBB4 color CMYK value is (6,0,11,20).

  • cyan value is 6.40%
  • magenta value is 0.00%
  • yellow value is 11.33%
  • key color value is 20.39%
CMYK: (6,0,11,20) C6M0Y11K20 (6%,0%,11%,20%) (0.06/0.00/0.11/0.20) 

CMYK percentages

%6.4
%0
%11.33
%20.39

Codes

Color #BECBB4 in popluar color models

BE CB B4
RGB 190 203 180
HSL 94° 18.11% 75.10%
HSB/HSV 94° 11.33% 79.61%
CMYK 6.40% 0.00% 11.33%
20.39%

Color #BECBB4 in popluar number systems.

HEX BE CB B4
Decimal 190 203 180
Binary 10111110 11001011 10110100
Octal 276 313 264

Shades and tints

Shades of #BECBB4

#BECBB4
(190,203,180)
#ADB9A4
(173,185,164)
#9CA794
(156,167,148)
#8B9584
(139,149,132)
#7A8374
(122,131,116)
#697164
(105,113,100)
#585F54
(88,95,84)
#474D44
(71,77,68)
#363B34
(54,59,52)
#252924
(37,41,36)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #BECBB4

#BECBB4
(190,203,180)
#C3CFBA
(195,207,186)
#C8D3C0
(200,211,192)
#CDD7C6
(205,215,198)
#D2DBCC
(210,219,204)
#D7DFD2
(215,223,210)
#DCE3D8
(220,227,216)
#E1E7DE
(225,231,222)
#E6EBE4
(230,235,228)
#EBEFEA
(235,239,234)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECBB4; }

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

This text font color is #BECBB4.

Background Color

.myBgColor { background-color: #BECBB4; }

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

This div background color is #BECBB4.

Border color

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

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

This div border color is #BECBB4.

Opacity

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

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

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

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

This text has shadow with #BECBB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECBB4.

Preview

Color preview on black background

This text has color #BECBB4 on black background.


Color preview on white background

This text has color #BECBB4 on white background.


Black color preview on #BECBB4 background

This text has black color on #BECBB4 background.


White color preview on #BECBB4 background

This text has white color on #BECBB4 background.


Related colors

Complementary color

Complementary color for #hex is #41344B.


I love getcolorcode.com

Triadic colors

1 #B4BECB and #CBB4BE with #BECBB4 are triadic colors.

2 #B4CBBE and #CBBEB4 with #BECBB4 are triadic colors.