COLOR #BEC2EC

HEX: #BEC2EC
RGB: (190,194,236)

Renk bilgisi

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

RGB renk modeli

#BEC2EC color RGB value is (190,194,236).

  • kırmız ton 190;
  • yeşil ton 194;
  • mavi ton 236.
RGB:
(190,194,236)
(75%,76%,93%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 194 of 255 = 76%
B 236 of 255 = 93%

190
194
236

R + G + B ~ 81%. #BEC2EC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 194 + 236 = 620 (100%)
R 190 of 620 ~ 30.65%
G 194 of 620 ~ 31.29%
B 236 of 620 ~ 38.06%

%30.65
%31.29
%38.06

CMYK RENK MODELİ

#BEC2EC rengi CMYK tonu (19,18,0,7).

  • camgöbeği tonu 19.49%
  • eflatun tonu 17.80%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(19,18,0,7)
C19M18Y0K7 
(19%,18%,0%,7%)
(0.19/0.18/0.00/0.07)	

CMYK yüzdeleri

%19.49
%17.8
%0
%7.45

Codes

Color #BEC2EC in popluar color models

BEC2EC
RGB190194236
HSL235°54.76%83.53%
HSB/HSV235°19.49%92.55%
CMYK19.49%17.80%0.00%
7.45%

Color #BEC2EC in popluar number systems.

HEXBEC2EC
Decimal190194236
Binary101111101100001011101100
Octal276302354

Shades and tints

Shades of #BEC2EC

#BEC2EC
(190,194,236)
#ADB1D7
(173,177,215)
#9CA0C2
(156,160,194)
#8B8FAD
(139,143,173)
#7A7E98
(122,126,152)
#696D83
(105,109,131)
#585C6E
(88,92,110)
#474B59
(71,75,89)
#363A44
(54,58,68)
#25292F
(37,41,47)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #BEC2EC

#BEC2EC
(190,194,236)
#C3C7ED
(195,199,237)
#C8CCEE
(200,204,238)
#CDD1EF
(205,209,239)
#D2D6F0
(210,214,240)
#D7DBF1
(215,219,241)
#DCE0F2
(220,224,242)
#E1E5F3
(225,229,243)
#E6EAF4
(230,234,244)
#EBEFF5
(235,239,245)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC2EC color. Also use rgb(190,194,236) instead hex code.

Text Font Color

.myTextColor { color: #BEC2EC; }

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

This text font color is #BEC2EC.


Background Color

.myBgColor { background-color: #BEC2EC; }

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

This div background color is #BEC2EC.


Border color

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

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

This div border color is #BEC2EC.


Opacity

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

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

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

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

This text has shadow with #BEC2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC2EC on black background.


Color preview on white background

This text has color #BEC2EC on white background.



Black color preview on #BEC2EC background

This text has black color on #BEC2EC background.


White color preview on #BEC2EC background

This text has white color on #BEC2EC background.