COLOR #BECAC4

HEX: #BECAC4 RGB: (190,202,196)

Color info

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

RGB color model

#BECAC4 color RGB value is (190,202,196).

RGB: (190,202,196) (75%, 79%, 77%)

RGB channels and saturation

R 190 of 255 = 75%
G 202 of 255 = 79%
B 196 of 255 = 77%

190
202
196

R + G + B ~ 77%. #BECAC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 202 + 196 = 588 (100%)
R 190 of 588 ~ 32.31%
G 202 of 588 ~ 34.35%
B 196 of 588 ~ 33.33'%

%32.31
%34.35
%33.33

CMYK color model

#BECAC4 color CMYK value is (6,0,3,21).

  • cyan value is 5.94%
  • magenta value is 0.00%
  • yellow value is 2.97%
  • key color value is 20.78%

CMYK: (6,0,3,21)
C6M0Y3K21 (6%, 0%, 3%, 21%)
(0.06 / 0.00 / 0.03 / 0.21)

CMYK percentages

%5.94
%0
%2.97
%20.78

Codes

Color #BECAC4 in popluar color models

BE CA C4
RGB 190 202 196
HSL 150° 10.17% 76.86%
HSB/HSV 150° 5.94% 79.22%
CMYK 5.94% 0.00% 2.97%
20.78%

Color #BECAC4 in popluar number systems.

HEX BE CA C4
Decimal 190 202 196
Binary 10111110 11001010 11000100
Octal 276 312 304

Shades and tints

Shades of #BECAC4

#BECAC4
(190,202,196)
#ADB8B3
(173,184,179)
#9CA6A2
(156,166,162)
#8B9491
(139,148,145)
#7A8280
(122,130,128)
#69706F
(105,112,111)
#585E5E
(88,94,94)
#474C4D
(71,76,77)
#363A3C
(54,58,60)
#25282B
(37,40,43)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #BECAC4

#BECAC4
(190,202,196)
#C3CEC9
(195,206,201)
#C8D2CE
(200,210,206)
#CDD6D3
(205,214,211)
#D2DAD8
(210,218,216)
#D7DEDD
(215,222,221)
#DCE2E2
(220,226,226)
#E1E6E7
(225,230,231)
#E6EAEC
(230,234,236)
#EBEEF1
(235,238,241)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECAC4 color. Also use rgb(190,202,196) instead hex code.

Text Font Color

.myTextColor { color: #BECAC4; }

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

This text font color is #BECAC4.

Background Color

.myBgColor { background-color: #BECAC4; }

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

This div background color is #BECAC4.

Border color

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

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

This div border color is #BECAC4.

Opacity

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

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

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

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

This text has shadow with #BECAC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECAC4.

Preview

Color preview on black background

This text has color #BECAC4 on black background.


Color preview on white background

This text has color #BECAC4 on white background.


Black color preview on #BECAC4 background

This text has black color on #BECAC4 background.


White color preview on #BECAC4 background

This text has white color on #BECAC4 background.


Related colors

Complementary color

Complementary color for #hex is #41353B.


I love getcolorcode.com

Triadic colors

1 #C4BECA and #CAC4BE with #BECAC4 are triadic colors.

2 #C4CABE and #CABEC4 with #BECAC4 are triadic colors.