COLOR #BEC6CA

HEX: #BEC6CA
RGB: (190,198,202)

Renk bilgisi

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

RGB renk modeli

#BEC6CA color RGB value is (190,198,202).

  • kırmız ton 190;
  • yeşil ton 198;
  • mavi ton 202.
RGB:
(190,198,202)
(75%,78%,79%)

RGB bağlantıları ve doygunluk

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

190
198
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 198 + 202 = 590 (100%)
R 190 of 590 ~ 32.2%
G 198 of 590 ~ 33.56%
B 202 of 590 ~ 34.24%

%32.2
%33.56
%34.24

CMYK RENK MODELİ

#BEC6CA rengi CMYK tonu (6,2,0,21).

  • camgöbeği tonu 5.94%
  • eflatun tonu 1.98%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(6,2,0,21)
C6M2Y0K21 
(6%,2%,0%,21%)
(0.06/0.02/0.00/0.21)	

CMYK yüzdeleri

%5.94
%1.98
%0
%20.78

Codes

Color #BEC6CA in popluar color models

BEC6CA
RGB190198202
HSL200°10.17%76.86%
HSB/HSV200°5.94%79.22%
CMYK5.94%1.98%0.00%
20.78%

Color #BEC6CA in popluar number systems.

HEXBEC6CA
Decimal190198202
Binary101111101100011011001010
Octal276306312

Shades and tints

Shades of #BEC6CA

#BEC6CA
(190,198,202)
#ADB4B8
(173,180,184)
#9CA2A6
(156,162,166)
#8B9094
(139,144,148)
#7A7E82
(122,126,130)
#696C70
(105,108,112)
#585A5E
(88,90,94)
#47484C
(71,72,76)
#36363A
(54,54,58)
#252428
(37,36,40)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #BEC6CA

#BEC6CA
(190,198,202)
#C3CBCE
(195,203,206)
#C8D0D2
(200,208,210)
#CDD5D6
(205,213,214)
#D2DADA
(210,218,218)
#D7DFDE
(215,223,222)
#DCE4E2
(220,228,226)
#E1E9E6
(225,233,230)
#E6EEEA
(230,238,234)
#EBF3EE
(235,243,238)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC6CA; }

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

This text font color is #BEC6CA.


Background Color

.myBgColor { background-color: #BEC6CA; }

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

This div background color is #BEC6CA.


Border color

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

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

This div border color is #BEC6CA.


Opacity

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

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

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

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

This text has shadow with #BEC6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC6CA on black background.


Color preview on white background

This text has color #BEC6CA on white background.



Black color preview on #BEC6CA background

This text has black color on #BEC6CA background.


White color preview on #BEC6CA background

This text has white color on #BEC6CA background.