COLOR #BECCA3

HEX: #BECCA3 RGB: (190,204,163)

Color info

#BECCA3 contains red, green and blue colors in about the same proportion. Web safe color of #BECCA3 is #CCCC99 (or #CC9).

RGB color model

#BECCA3 color RGB value is (190,204,163).

RGB: (190,204,163) (75%, 80%, 64%)

RGB channels and saturation

R 190 of 255 = 75%
G 204 of 255 = 80%
B 163 of 255 = 64%

190
204
163

R + G + B ~ 73%. #BECCA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 204 + 163 = 557 (100%)
R 190 of 557 ~ 34.11%
G 204 of 557 ~ 36.62%
B 163 of 557 ~ 29.26'%

%34.11
%36.62
%29.26

CMYK color model

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

  • cyan value is 6.86%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 20.00%
CMYK: (7,0,20,20) C7M0Y20K20 (7%,0%,20%,20%) (0.07/0.00/0.20/0.20) 

CMYK percentages

%6.86
%0
%20.1
%20

Codes

Color #BECCA3 in popluar color models

BE CC A3
RGB 190 204 163
HSL 80° 28.67% 71.96%
HSB/HSV 80° 20.10% 80.00%
CMYK 6.86% 0.00% 20.10%
20.00%

Color #BECCA3 in popluar number systems.

HEX BE CC A3
Decimal 190 204 163
Binary 10111110 11001100 10100011
Octal 276 314 243

Shades and tints

Shades of #BECCA3

#BECCA3
(190,204,163)
#ADBA95
(173,186,149)
#9CA887
(156,168,135)
#8B9679
(139,150,121)
#7A846B
(122,132,107)
#69725D
(105,114,93)
#58604F
(88,96,79)
#474E41
(71,78,65)
#363C33
(54,60,51)
#252A25
(37,42,37)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #BECCA3

#BECCA3
(190,204,163)
#C3D0AB
(195,208,171)
#C8D4B3
(200,212,179)
#CDD8BB
(205,216,187)
#D2DCC3
(210,220,195)
#D7E0CB
(215,224,203)
#DCE4D3
(220,228,211)
#E1E8DB
(225,232,219)
#E6ECE3
(230,236,227)
#EBF0EB
(235,240,235)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECCA3; }

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

This text font color is #BECCA3.

Background Color

.myBgColor { background-color: #BECCA3; }

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

This div background color is #BECCA3.

Border color

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

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

This div border color is #BECCA3.

Opacity

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

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

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

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

This text has shadow with #BECCA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECCA3.

Preview

Color preview on black background

This text has color #BECCA3 on black background.


Color preview on white background

This text has color #BECCA3 on white background.


Black color preview on #BECCA3 background

This text has black color on #BECCA3 background.


White color preview on #BECCA3 background

This text has white color on #BECCA3 background.


Related colors

Complementary color

Complementary color for #hex is #41335C.


I love getcolorcode.com

Triadic colors

1 #A3BECC and #CCA3BE with #BECCA3 are triadic colors.

2 #A3CCBE and #CCBEA3 with #BECCA3 are triadic colors.