COLOR #BECAC7

HEX: #BECAC7 RGB: (190,202,199)

Color info

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

RGB color model

#BECAC7 color RGB value is (190,202,199).

RGB: (190,202,199) (75%, 79%, 78%)

RGB channels and saturation

R 190 of 255 = 75%
G 202 of 255 = 79%
B 199 of 255 = 78%

190
202
199

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

Portions of RGB colors in percentages

R + G + B = 190 + 202 + 199 = 591 (100%)
R 190 of 591 ~ 32.15%
G 202 of 591 ~ 34.18%
B 199 of 591 ~ 33.67'%

%32.15
%34.18
%33.67

CMYK color model

#BECAC7 color CMYK value is (6,0,1,21).

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

CMYK: (6,0,1,21)
C6M0Y1K21 (6%, 0%, 1%, 21%)
(0.06 / 0.00 / 0.01 / 0.21)

CMYK percentages

%5.94
%0
%1.49
%20.78

Codes

Color #BECAC7 in popluar color models

BE CA C7
RGB 190 202 199
HSL 165° 10.17% 76.86%
HSB/HSV 165° 5.94% 79.22%
CMYK 5.94% 0.00% 1.49%
20.78%

Color #BECAC7 in popluar number systems.

HEX BE CA C7
Decimal 190 202 199
Binary 10111110 11001010 11000111
Octal 276 312 307

Shades and tints

Shades of #BECAC7

#BECAC7
(190,202,199)
#ADB8B5
(173,184,181)
#9CA6A3
(156,166,163)
#8B9491
(139,148,145)
#7A827F
(122,130,127)
#69706D
(105,112,109)
#585E5B
(88,94,91)
#474C49
(71,76,73)
#363A37
(54,58,55)
#252825
(37,40,37)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #BECAC7

#BECAC7
(190,202,199)
#C3CECC
(195,206,204)
#C8D2D1
(200,210,209)
#CDD6D6
(205,214,214)
#D2DADB
(210,218,219)
#D7DEE0
(215,222,224)
#DCE2E5
(220,226,229)
#E1E6EA
(225,230,234)
#E6EAEF
(230,234,239)
#EBEEF4
(235,238,244)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECAC7; }

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

This text font color is #BECAC7.

Background Color

.myBgColor { background-color: #BECAC7; }

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

This div background color is #BECAC7.

Border color

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

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

This div border color is #BECAC7.

Opacity

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

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

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

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

This text has shadow with #BECAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECAC7.

Preview

Color preview on black background

This text has color #BECAC7 on black background.


Color preview on white background

This text has color #BECAC7 on white background.


Black color preview on #BECAC7 background

This text has black color on #BECAC7 background.


White color preview on #BECAC7 background

This text has white color on #BECAC7 background.


Related colors

Complementary color

Complementary color for #hex is #413538.


I love getcolorcode.com

Triadic colors

1 #C7BECA and #CAC7BE with #BECAC7 are triadic colors.

2 #C7CABE and #CABEC7 with #BECAC7 are triadic colors.