COLOR #BEEEF2

HEX: #BEEEF2 RGB: (190,238,242)

Color info

#BEEEF2 contains red, green and blue colors in about the same proportion. Web safe color of #BEEEF2 is #CCFFFF (or #CFF).

RGB color model

#BEEEF2 color RGB value is (190,238,242).

RGB: (190,238,242) (75%, 93%, 95%)

RGB channels and saturation

R 190 of 255 = 75%
G 238 of 255 = 93%
B 242 of 255 = 95%

190
238
242

R + G + B ~ 88%. #BEEEF2 is light color.

Portions of RGB colors in percentages

R + G + B = 190 + 238 + 242 = 670 (100%)
R 190 of 670 ~ 28.36%
G 238 of 670 ~ 35.52%
B 242 of 670 ~ 36.12'%

%28.36
%35.52
%36.12

CMYK color model

#BEEEF2 color CMYK value is (21,2,0,5).

  • cyan value is 21.49%
  • magenta value is 1.65%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (21,2,0,5)
C21M2Y0K5 (21%, 2%, 0%, 5%)
(0.21 / 0.02 / 0.00 / 0.05)

CMYK percentages

%21.49
%1.65
%0
%5.1

Codes

Color #BEEEF2 in popluar color models

BE EE F2
RGB 190 238 242
HSL 185° 66.67% 84.71%
HSB/HSV 185° 21.49% 94.90%
CMYK 21.49% 1.65% 0.00%
5.10%

Color #BEEEF2 in popluar number systems.

HEX BE EE F2
Decimal 190 238 242
Binary 10111110 11101110 11110010
Octal 276 356 362

Shades and tints

Shades of #BEEEF2

#BEEEF2
(190,238,242)
#ADD9DC
(173,217,220)
#9CC4C6
(156,196,198)
#8BAFB0
(139,175,176)
#7A9A9A
(122,154,154)
#698584
(105,133,132)
#58706E
(88,112,110)
#475B58
(71,91,88)
#364642
(54,70,66)
#25312C
(37,49,44)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #BEEEF2

#BEEEF2
(190,238,242)
#C3EFF3
(195,239,243)
#C8F0F4
(200,240,244)
#CDF1F5
(205,241,245)
#D2F2F6
(210,242,246)
#D7F3F7
(215,243,247)
#DCF4F8
(220,244,248)
#E1F5F9
(225,245,249)
#E6F6FA
(230,246,250)
#EBF7FB
(235,247,251)
#F0F8FC
(240,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEEEF2 color. Also use rgb(190,238,242) instead hex code.

Text Font Color

.myTextColor { color: #BEEEF2; }

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

This text font color is #BEEEF2.

Background Color

.myBgColor { background-color: #BEEEF2; }

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

This div background color is #BEEEF2.

Border color

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

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

This div border color is #BEEEF2.

Opacity

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

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

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

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

This text has shadow with #BEEEF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEEEF2.

Preview

Color preview on black background

This text has color #BEEEF2 on black background.


Color preview on white background

This text has color #BEEEF2 on white background.


Black color preview on #BEEEF2 background

This text has black color on #BEEEF2 background.


White color preview on #BEEEF2 background

This text has white color on #BEEEF2 background.


Related colors

Complementary color

Complementary color for #hex is #41110D.


I love getcolorcode.com

Triadic colors

1 #F2BEEE and #EEF2BE with #BEEEF2 are triadic colors.

2 #F2EEBE and #EEBEF2 with #BEEEF2 are triadic colors.