COLOR #BECBB9

HEX: #BECBB9 RGB: (190,203,185)

Color info

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

RGB color model

#BECBB9 color RGB value is (190,203,185).

RGB: (190,203,185) (75%, 80%, 73%)

RGB channels and saturation

R 190 of 255 = 75%
G 203 of 255 = 80%
B 185 of 255 = 73%

190
203
185

R + G + B ~ 76%. #BECBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 203 + 185 = 578 (100%)
R 190 of 578 ~ 32.87%
G 203 of 578 ~ 35.12%
B 185 of 578 ~ 32.01'%

%32.87
%35.12
%32.01

CMYK color model

#BECBB9 color CMYK value is (6,0,9,20).

  • cyan value is 6.40%
  • magenta value is 0.00%
  • yellow value is 8.87%
  • key color value is 20.39%

CMYK: (6,0,9,20)
C6M0Y9K20 (6%, 0%, 9%, 20%)
(0.06 / 0.00 / 0.09 / 0.20)

CMYK percentages

%6.4
%0
%8.87
%20.39

Codes

Color #BECBB9 in popluar color models

BE CB B9
RGB 190 203 185
HSL 103° 14.75% 76.08%
HSB/HSV 103° 8.87% 79.61%
CMYK 6.40% 0.00% 8.87%
20.39%

Color #BECBB9 in popluar number systems.

HEX BE CB B9
Decimal 190 203 185
Binary 10111110 11001011 10111001
Octal 276 313 271

Shades and tints

Shades of #BECBB9

#BECBB9
(190,203,185)
#ADB9A9
(173,185,169)
#9CA799
(156,167,153)
#8B9589
(139,149,137)
#7A8379
(122,131,121)
#697169
(105,113,105)
#585F59
(88,95,89)
#474D49
(71,77,73)
#363B39
(54,59,57)
#252929
(37,41,41)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #BECBB9

#BECBB9
(190,203,185)
#C3CFBF
(195,207,191)
#C8D3C5
(200,211,197)
#CDD7CB
(205,215,203)
#D2DBD1
(210,219,209)
#D7DFD7
(215,223,215)
#DCE3DD
(220,227,221)
#E1E7E3
(225,231,227)
#E6EBE9
(230,235,233)
#EBEFEF
(235,239,239)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECBB9; }

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

This text font color is #BECBB9.

Background Color

.myBgColor { background-color: #BECBB9; }

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

This div background color is #BECBB9.

Border color

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

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

This div border color is #BECBB9.

Opacity

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

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

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

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

This text has shadow with #BECBB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECBB9.

Preview

Color preview on black background

This text has color #BECBB9 on black background.


Color preview on white background

This text has color #BECBB9 on white background.


Black color preview on #BECBB9 background

This text has black color on #BECBB9 background.


White color preview on #BECBB9 background

This text has white color on #BECBB9 background.


Related colors

Complementary color

Complementary color for #hex is #413446.


I love getcolorcode.com

Triadic colors

1 #B9BECB and #CBB9BE with #BECBB9 are triadic colors.

2 #B9CBBE and #CBBEB9 with #BECBB9 are triadic colors.