COLOR #BECEC5

HEX: #BECEC5
RGB: (190,206,197)

Color info

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

RGB color model

#BECEC5 color RGB value is (190,206,197).

  • red value is 190;
  • green value is 206;
  • blue value is 197.
RGB:
(190,206,197)
(75%,81%,77%)

RGB channels and saturation

R 190 of 255 = 75%
G 206 of 255 = 81%
B 197 of 255 = 77%

190
206
197

R + G + B ~ 78%. #BECEC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 206 + 197 = 593 (100%)
R 190 of 593 ~ 32.04%
G 206 of 593 ~ 34.74%
B 197 of 593 ~ 33.22%

%32.04
%34.74
%33.22

CMYK color model

#BECEC5 color CMYK value is (8,0,4,19).

  • cyan value is 7.77%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • key color value is 19.22%
CMYK:
(8,0,4,19)
C8M0Y4K19 
(8%,0%,4%,19%)
(0.08/0.00/0.04/0.19)	

CMYK percentages

%7.77
%0
%4.37
%19.22

Codes

Color #BECEC5 in popluar color models

BECEC5
RGB190206197
HSL146°14.04%77.65%
HSB/HSV146°7.77%80.78%
CMYK7.77%0.00%4.37%
19.22%

Color #BECEC5 in popluar number systems.

HEXBECEC5
Decimal190206197
Binary101111101100111011000101
Octal276316305

Shades and tints

Shades of #BECEC5

#BECEC5
(190,206,197)
#ADBCB4
(173,188,180)
#9CAAA3
(156,170,163)
#8B9892
(139,152,146)
#7A8681
(122,134,129)
#697470
(105,116,112)
#58625F
(88,98,95)
#47504E
(71,80,78)
#363E3D
(54,62,61)
#252C2C
(37,44,44)
#141A1B
(20,26,27)
#000000
(0,0,0)

Tints of #BECEC5

#BECEC5
(190,206,197)
#C3D2CA
(195,210,202)
#C8D6CF
(200,214,207)
#CDDAD4
(205,218,212)
#D2DED9
(210,222,217)
#D7E2DE
(215,226,222)
#DCE6E3
(220,230,227)
#E1EAE8
(225,234,232)
#E6EEED
(230,238,237)
#EBF2F2
(235,242,242)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECEC5 color. Also use rgb(190,206,197) instead hex code.

Text Font Color

.myTextColor { color: #BECEC5; }

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

This text font color is #BECEC5.


Background Color

.myBgColor { background-color: #BECEC5; }

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

This div background color is #BECEC5.


Border color

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

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

This div border color is #BECEC5.


Opacity

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

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

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

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

This text has shadow with #BECEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECEC5 on black background.


Color preview on white background

This text has color #BECEC5 on white background.



Black color preview on #BECEC5 background

This text has black color on #BECEC5 background.


White color preview on #BECEC5 background

This text has white color on #BECEC5 background.