COLOR #BEE9E5

HEX: #BEE9E5 RGB: (190,233,229)

Renk bilgisi

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

RGB renk modeli

#BEE9E5 color RGB value is (190,233,229).

RGB: (190,233,229) (75%, 91%, 90%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 233 of 255 = 91%
B 229 of 255 = 90%

190
233
229

R + G + B ~ 85%. #BEE9E5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 190 + 233 + 229 = 652 (100%)
R 190 of 652 ~ 29.14%
G 233 of 652 ~ 35.74%
B 229 of 652 ~ 35.12'%

%29.14
%35.74
%35.12

CMYK RENK MODELİ

#BEE9E5 rengi CMYK tonu (18,0,2,9).

  • camgöbeği tonu 18.45%
  • eflatun tonu 0.00%
  • sarı tonu 1.72%
  • ana renk tonu 8.63%

CMYK: (18,0,2,9)
C18M0Y2K9 (18%, 0%, 2%, 9%)
(0.18 / 0.00 / 0.02 / 0.09)

CMYK yüzdeleri

%18.45
%0
%1.72
%8.63

Codes

Color #BEE9E5 in popluar color models

BE E9 E5
RGB 190 233 229
HSL 174° 49.43% 82.94%
HSB/HSV 174° 18.45% 91.37%
CMYK 18.45% 0.00% 1.72%
8.63%

Color #BEE9E5 in popluar number systems.

HEX BE E9 E5
Decimal 190 233 229
Binary 10111110 11101001 11100101
Octal 276 351 345

Shades and tints

Shades of #BEE9E5

#BEE9E5
(190,233,229)
#ADD4D1
(173,212,209)
#9CBFBD
(156,191,189)
#8BAAA9
(139,170,169)
#7A9595
(122,149,149)
#698081
(105,128,129)
#586B6D
(88,107,109)
#475659
(71,86,89)
#364145
(54,65,69)
#252C31
(37,44,49)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #BEE9E5

#BEE9E5
(190,233,229)
#C3EBE7
(195,235,231)
#C8EDE9
(200,237,233)
#CDEFEB
(205,239,235)
#D2F1ED
(210,241,237)
#D7F3EF
(215,243,239)
#DCF5F1
(220,245,241)
#E1F7F3
(225,247,243)
#E6F9F5
(230,249,245)
#EBFBF7
(235,251,247)
#F0FDF9
(240,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE9E5; }

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

This text font color is #BEE9E5.

Background Color

.myBgColor { background-color: #BEE9E5; }

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

This div background color is #BEE9E5.

Border color

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

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

This div border color is #BEE9E5.

Opacity

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

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

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

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

This text has shadow with #BEE9E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE9E5.

Preview

Color preview on black background

This text has color #BEE9E5 on black background.


Color preview on white background

This text has color #BEE9E5 on white background.


Black color preview on #BEE9E5 background

This text has black color on #BEE9E5 background.


White color preview on #BEE9E5 background

This text has white color on #BEE9E5 background.


Related colors

Complementary color

Complementary color for #hex is #41161A.


I love getcolorcode.com

Triadic colors

1 #E5BEE9 and #E9E5BE with #BEE9E5 are triadic colors.

2 #E5E9BE and #E9BEE5 with #BEE9E5 are triadic colors.