COLOR #BEC6F3

HEX: #BEC6F3
RGB: (190,198,243)

Renk bilgisi

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

RGB renk modeli

#BEC6F3 color RGB value is (190,198,243).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 198 of 255 = 78%
B 243 of 255 = 95%

190
198
243

R + G + B ~ 83%. #BEC6F3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 198 + 243 = 631 (100%)
R 190 of 631 ~ 30.11%
G 198 of 631 ~ 31.38%
B 243 of 631 ~ 38.51%

%30.11
%31.38
%38.51

CMYK RENK MODELİ

#BEC6F3 rengi CMYK tonu (22,19,0,5).

  • camgöbeği tonu 21.81%
  • eflatun tonu 18.52%
  • sarı tonu 0.00%
  • ana renk tonu 4.71%
CMYK:
(22,19,0,5)
C22M19Y0K5 
(22%,19%,0%,5%)
(0.22/0.19/0.00/0.05)	

CMYK yüzdeleri

%21.81
%18.52
%0
%4.71

Codes

Color #BEC6F3 in popluar color models

BEC6F3
RGB190198243
HSL231°68.83%84.90%
HSB/HSV231°21.81%95.29%
CMYK21.81%18.52%0.00%
4.71%

Color #BEC6F3 in popluar number systems.

HEXBEC6F3
Decimal190198243
Binary101111101100011011110011
Octal276306363

Shades and tints

Shades of #BEC6F3

#BEC6F3
(190,198,243)
#ADB4DD
(173,180,221)
#9CA2C7
(156,162,199)
#8B90B1
(139,144,177)
#7A7E9B
(122,126,155)
#696C85
(105,108,133)
#585A6F
(88,90,111)
#474859
(71,72,89)
#363643
(54,54,67)
#25242D
(37,36,45)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #BEC6F3

#BEC6F3
(190,198,243)
#C3CBF4
(195,203,244)
#C8D0F5
(200,208,245)
#CDD5F6
(205,213,246)
#D2DAF7
(210,218,247)
#D7DFF8
(215,223,248)
#DCE4F9
(220,228,249)
#E1E9FA
(225,233,250)
#E6EEFB
(230,238,251)
#EBF3FC
(235,243,252)
#F0F8FD
(240,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC6F3; }

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

This text font color is #BEC6F3.


Background Color

.myBgColor { background-color: #BEC6F3; }

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

This div background color is #BEC6F3.


Border color

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

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

This div border color is #BEC6F3.


Opacity

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

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

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

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

This text has shadow with #BEC6F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC6F3 on black background.


Color preview on white background

This text has color #BEC6F3 on white background.



Black color preview on #BEC6F3 background

This text has black color on #BEC6F3 background.


White color preview on #BEC6F3 background

This text has white color on #BEC6F3 background.