COLOR #BEE6EA

HEX: #BEE6EA RGB: (190,230,234)

Color info

#BEE6EA contains red, green and blue colors in about the same proportion. Web safe color of #BEE6EA is #CCCCFF (or #CCF).

RGB color model

#BEE6EA color RGB value is (190,230,234).

RGB: (190,230,234) (75%, 90%, 92%)

RGB channels and saturation

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

190
230
234

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

Portions of RGB colors in percentages

R + G + B = 190 + 230 + 234 = 654 (100%)
R 190 of 654 ~ 29.05%
G 230 of 654 ~ 35.17%
B 234 of 654 ~ 35.78'%

%29.05
%35.17
%35.78

CMYK color model

#BEE6EA color CMYK value is (19,2,0,8).

  • cyan value is 18.80%
  • magenta value is 1.71%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (19,2,0,8)
C19M2Y0K8 (19%, 2%, 0%, 8%)
(0.19 / 0.02 / 0.00 / 0.08)

CMYK percentages

%18.8
%1.71
%0
%8.24

Codes

Color #BEE6EA in popluar color models

BE E6 EA
RGB 190 230 234
HSL 185° 51.16% 83.14%
HSB/HSV 185° 18.80% 91.76%
CMYK 18.80% 1.71% 0.00%
8.24%

Color #BEE6EA in popluar number systems.

HEX BE E6 EA
Decimal 190 230 234
Binary 10111110 11100110 11101010
Octal 276 346 352

Shades and tints

Shades of #BEE6EA

#BEE6EA
(190,230,234)
#ADD2D5
(173,210,213)
#9CBEC0
(156,190,192)
#8BAAAB
(139,170,171)
#7A9696
(122,150,150)
#698281
(105,130,129)
#586E6C
(88,110,108)
#475A57
(71,90,87)
#364642
(54,70,66)
#25322D
(37,50,45)
#141E18
(20,30,24)
#000000
(0,0,0)

Tints of #BEE6EA

#BEE6EA
(190,230,234)
#C3E8EB
(195,232,235)
#C8EAEC
(200,234,236)
#CDECED
(205,236,237)
#D2EEEE
(210,238,238)
#D7F0EF
(215,240,239)
#DCF2F0
(220,242,240)
#E1F4F1
(225,244,241)
#E6F6F2
(230,246,242)
#EBF8F3
(235,248,243)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE6EA; }

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

This text font color is #BEE6EA.

Background Color

.myBgColor { background-color: #BEE6EA; }

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

This div background color is #BEE6EA.

Border color

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

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

This div border color is #BEE6EA.

Opacity

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

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

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

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

This text has shadow with #BEE6EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE6EA.

Preview

Color preview on black background

This text has color #BEE6EA on black background.


Color preview on white background

This text has color #BEE6EA on white background.


Black color preview on #BEE6EA background

This text has black color on #BEE6EA background.


White color preview on #BEE6EA background

This text has white color on #BEE6EA background.


Related colors

Complementary color

Complementary color for #hex is #411915.


I love getcolorcode.com

Triadic colors

1 #EABEE6 and #E6EABE with #BEE6EA are triadic colors.

2 #EAE6BE and #E6BEEA with #BEE6EA are triadic colors.