COLOR #BECCB9

HEX: #BECCB9 RGB: (190,204,185)

Color info

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

RGB color model

#BECCB9 color RGB value is (190,204,185).

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

RGB channels and saturation

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

190
204
185

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

Portions of RGB colors in percentages

R + G + B = 190 + 204 + 185 = 579 (100%)
R 190 of 579 ~ 32.82%
G 204 of 579 ~ 35.23%
B 185 of 579 ~ 31.95'%

%32.82
%35.23
%31.95

CMYK color model

#BECCB9 color CMYK value is (7,0,9,20).

  • cyan value is 6.86%
  • magenta value is 0.00%
  • yellow value is 9.31%
  • key color value is 20.00%

CMYK: (7,0,9,20)
C7M0Y9K20 (7%, 0%, 9%, 20%)
(0.07 / 0.00 / 0.09 / 0.20)

CMYK percentages

%6.86
%0
%9.31
%20

Codes

Color #BECCB9 in popluar color models

BE CC B9
RGB 190 204 185
HSL 104° 15.70% 76.27%
HSB/HSV 104° 9.31% 80.00%
CMYK 6.86% 0.00% 9.31%
20.00%

Color #BECCB9 in popluar number systems.

HEX BE CC B9
Decimal 190 204 185
Binary 10111110 11001100 10111001
Octal 276 314 271

Shades and tints

Shades of #BECCB9

#BECCB9
(190,204,185)
#ADBAA9
(173,186,169)
#9CA899
(156,168,153)
#8B9689
(139,150,137)
#7A8479
(122,132,121)
#697269
(105,114,105)
#586059
(88,96,89)
#474E49
(71,78,73)
#363C39
(54,60,57)
#252A29
(37,42,41)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #BECCB9

#BECCB9
(190,204,185)
#C3D0BF
(195,208,191)
#C8D4C5
(200,212,197)
#CDD8CB
(205,216,203)
#D2DCD1
(210,220,209)
#D7E0D7
(215,224,215)
#DCE4DD
(220,228,221)
#E1E8E3
(225,232,227)
#E6ECE9
(230,236,233)
#EBF0EF
(235,240,239)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECCB9; }

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

This text font color is #BECCB9.

Background Color

.myBgColor { background-color: #BECCB9; }

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

This div background color is #BECCB9.

Border color

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

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

This div border color is #BECCB9.

Opacity

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

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

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

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

This text has shadow with #BECCB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECCB9.

Preview

Color preview on black background

This text has color #BECCB9 on black background.


Color preview on white background

This text has color #BECCB9 on white background.


Black color preview on #BECCB9 background

This text has black color on #BECCB9 background.


White color preview on #BECCB9 background

This text has white color on #BECCB9 background.


Related colors

Complementary color

Complementary color for #hex is #413346.


I love getcolorcode.com

Triadic colors

1 #B9BECC and #CCB9BE with #BECCB9 are triadic colors.

2 #B9CCBE and #CCBEB9 with #BECCB9 are triadic colors.