COLOR #BECBD1

HEX: #BECBD1
RGB: (190,203,209)

Color info

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

RGB color model

#BECBD1 color RGB value is (190,203,209).

  • red value is 190;
  • green value is 203;
  • blue value is 209.
RGB:
(190,203,209)
(75%,80%,82%)

RGB channels and saturation

R 190 of 255 = 75%
G 203 of 255 = 80%
B 209 of 255 = 82%

190
203
209

R + G + B ~ 79%. #BECBD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 203 + 209 = 602 (100%)
R 190 of 602 ~ 31.56%
G 203 of 602 ~ 33.72%
B 209 of 602 ~ 34.72%

%31.56
%33.72
%34.72

CMYK color model

#BECBD1 color CMYK value is (9,3,0,18).

  • cyan value is 9.09%
  • magenta value is 2.87%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(9,3,0,18)
C9M3Y0K18 
(9%,3%,0%,18%)
(0.09/0.03/0.00/0.18)	

CMYK percentages

%9.09
%2.87
%0
%18.04

Codes

Color #BECBD1 in popluar color models

BECBD1
RGB190203209
HSL199°17.12%78.24%
HSB/HSV199°9.09%81.96%
CMYK9.09%2.87%0.00%
18.04%

Color #BECBD1 in popluar number systems.

HEXBECBD1
Decimal190203209
Binary101111101100101111010001
Octal276313321

Shades and tints

Shades of #BECBD1

#BECBD1
(190,203,209)
#ADB9BE
(173,185,190)
#9CA7AB
(156,167,171)
#8B9598
(139,149,152)
#7A8385
(122,131,133)
#697172
(105,113,114)
#585F5F
(88,95,95)
#474D4C
(71,77,76)
#363B39
(54,59,57)
#252926
(37,41,38)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #BECBD1

#BECBD1
(190,203,209)
#C3CFD5
(195,207,213)
#C8D3D9
(200,211,217)
#CDD7DD
(205,215,221)
#D2DBE1
(210,219,225)
#D7DFE5
(215,223,229)
#DCE3E9
(220,227,233)
#E1E7ED
(225,231,237)
#E6EBF1
(230,235,241)
#EBEFF5
(235,239,245)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECBD1 color. Also use rgb(190,203,209) instead hex code.

Text Font Color

.myTextColor { color: #BECBD1; }

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

This text font color is #BECBD1.


Background Color

.myBgColor { background-color: #BECBD1; }

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

This div background color is #BECBD1.


Border color

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

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

This div border color is #BECBD1.


Opacity

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

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

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

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

This text has shadow with #BECBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECBD1 on black background.


Color preview on white background

This text has color #BECBD1 on white background.



Black color preview on #BECBD1 background

This text has black color on #BECBD1 background.


White color preview on #BECBD1 background

This text has white color on #BECBD1 background.