COLOR #BECED5

HEX: #BECED5
RGB: (190,206,213)

Renk bilgisi

#BECED5 contains red, green and blue colors in about the same proportion. #BECED5 ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#BECED5 color RGB value is (190,206,213).

  • kırmız ton 190;
  • yeşil ton 206;
  • mavi ton 213.
RGB:
(190,206,213)
(75%,81%,84%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 206 of 255 = 81%
B 213 of 255 = 84%

190
206
213

R + G + B ~ 80%. #BECED5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 206 + 213 = 609 (100%)
R 190 of 609 ~ 31.2%
G 206 of 609 ~ 33.83%
B 213 of 609 ~ 34.98%

%31.2
%33.83
%34.98

CMYK RENK MODELİ

#BECED5 rengi CMYK tonu (11,3,0,16).

  • camgöbeği tonu 10.80%
  • eflatun tonu 3.29%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(11,3,0,16)
C11M3Y0K16 
(11%,3%,0%,16%)
(0.11/0.03/0.00/0.16)	

CMYK yüzdeleri

%10.8
%3.29
%0
%16.47

Codes

Color #BECED5 in popluar color models

BECED5
RGB190206213
HSL198°21.50%79.02%
HSB/HSV198°10.80%83.53%
CMYK10.80%3.29%0.00%
16.47%

Color #BECED5 in popluar number systems.

HEXBECED5
Decimal190206213
Binary101111101100111011010101
Octal276316325

Shades and tints

Shades of #BECED5

#BECED5
(190,206,213)
#ADBCC2
(173,188,194)
#9CAAAF
(156,170,175)
#8B989C
(139,152,156)
#7A8689
(122,134,137)
#697476
(105,116,118)
#586263
(88,98,99)
#475050
(71,80,80)
#363E3D
(54,62,61)
#252C2A
(37,44,42)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #BECED5

#BECED5
(190,206,213)
#C3D2D8
(195,210,216)
#C8D6DB
(200,214,219)
#CDDADE
(205,218,222)
#D2DEE1
(210,222,225)
#D7E2E4
(215,226,228)
#DCE6E7
(220,230,231)
#E1EAEA
(225,234,234)
#E6EEED
(230,238,237)
#EBF2F0
(235,242,240)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECED5; }

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

This text font color is #BECED5.


Background Color

.myBgColor { background-color: #BECED5; }

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

This div background color is #BECED5.


Border color

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

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

This div border color is #BECED5.


Opacity

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

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

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

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

This text has shadow with #BECED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECED5 on black background.


Color preview on white background

This text has color #BECED5 on white background.



Black color preview on #BECED5 background

This text has black color on #BECED5 background.


White color preview on #BECED5 background

This text has white color on #BECED5 background.