COLOR #BECED0

HEX: #BECED0
RGB: (190,206,208)

Color info

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

RGB color model

#BECED0 color RGB value is (190,206,208).

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

RGB channels and saturation

R 190 of 255 = 75%
G 206 of 255 = 81%
B 208 of 255 = 82%

190
206
208

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

Portions of RGB colors in percentages

R + G + B =
190 + 206 + 208 = 604 (100%)
R 190 of 604 ~ 31.46%
G 206 of 604 ~ 34.11%
B 208 of 604 ~ 34.44%

%31.46
%34.11
%34.44

CMYK color model

#BECED0 color CMYK value is (9,1,0,18).

  • cyan value is 8.65%
  • magenta value is 0.96%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(9,1,0,18)
C9M1Y0K18 
(9%,1%,0%,18%)
(0.09/0.01/0.00/0.18)	

CMYK percentages

%8.65
%0.96
%0
%18.43

Codes

Color #BECED0 in popluar color models

BECED0
RGB190206208
HSL187°16.07%78.04%
HSB/HSV187°8.65%81.57%
CMYK8.65%0.96%0.00%
18.43%

Color #BECED0 in popluar number systems.

HEXBECED0
Decimal190206208
Binary101111101100111011010000
Octal276316320

Shades and tints

Shades of #BECED0

#BECED0
(190,206,208)
#ADBCBE
(173,188,190)
#9CAAAC
(156,170,172)
#8B989A
(139,152,154)
#7A8688
(122,134,136)
#697476
(105,116,118)
#586264
(88,98,100)
#475052
(71,80,82)
#363E40
(54,62,64)
#252C2E
(37,44,46)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #BECED0

#BECED0
(190,206,208)
#C3D2D4
(195,210,212)
#C8D6D8
(200,214,216)
#CDDADC
(205,218,220)
#D2DEE0
(210,222,224)
#D7E2E4
(215,226,228)
#DCE6E8
(220,230,232)
#E1EAEC
(225,234,236)
#E6EEF0
(230,238,240)
#EBF2F4
(235,242,244)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECED0; }

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

This text font color is #BECED0.


Background Color

.myBgColor { background-color: #BECED0; }

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

This div background color is #BECED0.


Border color

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

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

This div border color is #BECED0.


Opacity

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

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

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

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

This text has shadow with #BECED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECED0 on black background.


Color preview on white background

This text has color #BECED0 on white background.



Black color preview on #BECED0 background

This text has black color on #BECED0 background.


White color preview on #BECED0 background

This text has white color on #BECED0 background.