COLOR #BEE5E0

HEX: #BEE5E0 RGB: (190,229,224)

Renk bilgisi

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

RGB renk modeli

#BEE5E0 color RGB value is (190,229,224).

RGB: (190,229,224) (75%, 90%, 88%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 229 of 255 = 90%
B 224 of 255 = 88%

190
229
224

R + G + B ~ 84%. #BEE5E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 190 + 229 + 224 = 643 (100%)
R 190 of 643 ~ 29.55%
G 229 of 643 ~ 35.61%
B 224 of 643 ~ 34.84'%

%29.55
%35.61
%34.84

CMYK RENK MODELİ

#BEE5E0 rengi CMYK tonu (17,0,2,10).

  • camgöbeği tonu 17.03%
  • eflatun tonu 0.00%
  • sarı tonu 2.18%
  • ana renk tonu 10.20%

CMYK: (17,0,2,10)
C17M0Y2K10 (17%, 0%, 2%, 10%)
(0.17 / 0.00 / 0.02 / 0.10)

CMYK yüzdeleri

%17.03
%0
%2.18
%10.2

Codes

Color #BEE5E0 in popluar color models

BE E5 E0
RGB 190 229 224
HSL 172° 42.86% 82.16%
HSB/HSV 172° 17.03% 89.80%
CMYK 17.03% 0.00% 2.18%
10.20%

Color #BEE5E0 in popluar number systems.

HEX BE E5 E0
Decimal 190 229 224
Binary 10111110 11100101 11100000
Octal 276 345 340

Shades and tints

Shades of #BEE5E0

#BEE5E0
(190,229,224)
#ADD1CC
(173,209,204)
#9CBDB8
(156,189,184)
#8BA9A4
(139,169,164)
#7A9590
(122,149,144)
#69817C
(105,129,124)
#586D68
(88,109,104)
#475954
(71,89,84)
#364540
(54,69,64)
#25312C
(37,49,44)
#141D18
(20,29,24)
#000000
(0,0,0)

Tints of #BEE5E0

#BEE5E0
(190,229,224)
#C3E7E2
(195,231,226)
#C8E9E4
(200,233,228)
#CDEBE6
(205,235,230)
#D2EDE8
(210,237,232)
#D7EFEA
(215,239,234)
#DCF1EC
(220,241,236)
#E1F3EE
(225,243,238)
#E6F5F0
(230,245,240)
#EBF7F2
(235,247,242)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE5E0; }

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

This text font color is #BEE5E0.

Background Color

.myBgColor { background-color: #BEE5E0; }

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

This div background color is #BEE5E0.

Border color

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

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

This div border color is #BEE5E0.

Opacity

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

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

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

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

This text has shadow with #BEE5E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE5E0.

Preview

Color preview on black background

This text has color #BEE5E0 on black background.


Color preview on white background

This text has color #BEE5E0 on white background.


Black color preview on #BEE5E0 background

This text has black color on #BEE5E0 background.


White color preview on #BEE5E0 background

This text has white color on #BEE5E0 background.


Related colors

Complementary color

Complementary color for #hex is #411A1F.


I love getcolorcode.com

Triadic colors

1 #E0BEE5 and #E5E0BE with #BEE5E0 are triadic colors.

2 #E0E5BE and #E5BEE0 with #BEE5E0 are triadic colors.