COLOR #BEE5EA

HEX: #BEE5EA
RGB: (190,229,234)

Renk bilgisi

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

RGB renk modeli

#BEE5EA color RGB value is (190,229,234).

  • kırmız ton 190;
  • yeşil ton 229;
  • mavi ton 234.
RGB:
(190,229,234)
(75%,90%,92%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 229 of 255 = 90%
B 234 of 255 = 92%

190
229
234

R + G + B ~ 86%. #BEE5EA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 229 + 234 = 653 (100%)
R 190 of 653 ~ 29.1%
G 229 of 653 ~ 35.07%
B 234 of 653 ~ 35.83%

%29.1
%35.07
%35.83

CMYK RENK MODELİ

#BEE5EA rengi CMYK tonu (19,2,0,8).

  • camgöbeği tonu 18.80%
  • eflatun tonu 2.14%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(19,2,0,8)
C19M2Y0K8 
(19%,2%,0%,8%)
(0.19/0.02/0.00/0.08)	

CMYK yüzdeleri

%18.8
%2.14
%0
%8.24

Codes

Color #BEE5EA in popluar color models

BEE5EA
RGB190229234
HSL187°51.16%83.14%
HSB/HSV187°18.80%91.76%
CMYK18.80%2.14%0.00%
8.24%

Color #BEE5EA in popluar number systems.

HEXBEE5EA
Decimal190229234
Binary101111101110010111101010
Octal276345352

Shades and tints

Shades of #BEE5EA

#BEE5EA
(190,229,234)
#ADD1D5
(173,209,213)
#9CBDC0
(156,189,192)
#8BA9AB
(139,169,171)
#7A9596
(122,149,150)
#698181
(105,129,129)
#586D6C
(88,109,108)
#475957
(71,89,87)
#364542
(54,69,66)
#25312D
(37,49,45)
#141D18
(20,29,24)
#000000
(0,0,0)

Tints of #BEE5EA

#BEE5EA
(190,229,234)
#C3E7EB
(195,231,235)
#C8E9EC
(200,233,236)
#CDEBED
(205,235,237)
#D2EDEE
(210,237,238)
#D7EFEF
(215,239,239)
#DCF1F0
(220,241,240)
#E1F3F1
(225,243,241)
#E6F5F2
(230,245,242)
#EBF7F3
(235,247,243)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE5EA color. Also use rgb(190,229,234) instead hex code.

Text Font Color

.myTextColor { color: #BEE5EA; }

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

This text font color is #BEE5EA.


Background Color

.myBgColor { background-color: #BEE5EA; }

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

This div background color is #BEE5EA.


Border color

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

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

This div border color is #BEE5EA.


Opacity

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

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

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

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

This text has shadow with #BEE5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE5EA on black background.


Color preview on white background

This text has color #BEE5EA on white background.



Black color preview on #BEE5EA background

This text has black color on #BEE5EA background.


White color preview on #BEE5EA background

This text has white color on #BEE5EA background.