COLOR #BEE2F5

HEX: #BEE2F5
RGB: (190,226,245)

Renk bilgisi

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

RGB renk modeli

#BEE2F5 color RGB value is (190,226,245).

  • kırmız ton 190;
  • yeşil ton 226;
  • mavi ton 245.
RGB:
(190,226,245)
(75%,89%,96%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 226 of 255 = 89%
B 245 of 255 = 96%

190
226
245

R + G + B ~ 87%. #BEE2F5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 226 + 245 = 661 (100%)
R 190 of 661 ~ 28.74%
G 226 of 661 ~ 34.19%
B 245 of 661 ~ 37.07%

%28.74
%34.19
%37.07

CMYK RENK MODELİ

#BEE2F5 rengi CMYK tonu (22,8,0,4).

  • camgöbeği tonu 22.45%
  • eflatun tonu 7.76%
  • sarı tonu 0.00%
  • ana renk tonu 3.92%
CMYK:
(22,8,0,4)
C22M8Y0K4 
(22%,8%,0%,4%)
(0.22/0.08/0.00/0.04)	

CMYK yüzdeleri

%22.45
%7.76
%0
%3.92

Codes

Color #BEE2F5 in popluar color models

BEE2F5
RGB190226245
HSL201°73.33%85.29%
HSB/HSV201°22.45%96.08%
CMYK22.45%7.76%0.00%
3.92%

Color #BEE2F5 in popluar number systems.

HEXBEE2F5
Decimal190226245
Binary101111101110001011110101
Octal276342365

Shades and tints

Shades of #BEE2F5

#BEE2F5
(190,226,245)
#ADCEDF
(173,206,223)
#9CBAC9
(156,186,201)
#8BA6B3
(139,166,179)
#7A929D
(122,146,157)
#697E87
(105,126,135)
#586A71
(88,106,113)
#47565B
(71,86,91)
#364245
(54,66,69)
#252E2F
(37,46,47)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #BEE2F5

#BEE2F5
(190,226,245)
#C3E4F5
(195,228,245)
#C8E6F5
(200,230,245)
#CDE8F5
(205,232,245)
#D2EAF5
(210,234,245)
#D7ECF5
(215,236,245)
#DCEEF5
(220,238,245)
#E1F0F5
(225,240,245)
#E6F2F5
(230,242,245)
#EBF4F5
(235,244,245)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE2F5 color. Also use rgb(190,226,245) instead hex code.

Text Font Color

.myTextColor { color: #BEE2F5; }

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

This text font color is #BEE2F5.


Background Color

.myBgColor { background-color: #BEE2F5; }

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

This div background color is #BEE2F5.


Border color

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

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

This div border color is #BEE2F5.


Opacity

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

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

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

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

This text has shadow with #BEE2F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE2F5 on black background.


Color preview on white background

This text has color #BEE2F5 on white background.



Black color preview on #BEE2F5 background

This text has black color on #BEE2F5 background.


White color preview on #BEE2F5 background

This text has white color on #BEE2F5 background.