COLOR #BEEAFA

HEX: #BEEAFA
RGB: (190,234,250)

Color info

#BEEAFA contains mainly green and blue colors. Web safe color of #BEEAFA is #CCFFFF (or #CFF).

RGB color model

#BEEAFA color RGB value is (190,234,250).

  • red value is 190;
  • green value is 234;
  • blue value is 250.
RGB: (190,234,250) (75%,92%,98%)

RGB channels and saturation

R 190 of 255 = 75%
G 234 of 255 = 92%
B 250 of 255 = 98%

190
234
250

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

Portions of RGB colors in percentages

R + G + B =
190 + 234 + 250 = 674 (100%)
R 190 of 674 ~ 28.19%
G 234 of 674 ~ 34.72%
B 250 of 674 ~ 37.09%

%28.19
%34.72
%37.09

CMYK color model

#BEEAFA color CMYK value is (24,6,0,2).

  • cyan value is 24.00%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (24,6,0,2) C24M6Y0K2 (24%,6%,0%,2%) (0.24/0.06/0.00/0.02)

CMYK percentages

%24
%6.4
%0
%1.96

Codes

Color #BEEAFA in popluar color models

BEEAFA
RGB190234250
HSL196°85.71%86.27%
HSB/HSV196°24.00%98.04%
CMYK24.00%6.40%0.00%
1.96%

Color #BEEAFA in popluar number systems.

HEXBEEAFA
Decimal190234250
Binary101111101110101011111010
Octal276352372

Shades and tints

Shades of #BEEAFA

#BEEAFA
(190,234,250)
#ADD5E4
(173,213,228)
#9CC0CE
(156,192,206)
#8BABB8
(139,171,184)
#7A96A2
(122,150,162)
#69818C
(105,129,140)
#586C76
(88,108,118)
#475760
(71,87,96)
#36424A
(54,66,74)
#252D34
(37,45,52)
#14181E
(20,24,30)
#000000
(0,0,0)

Tints of #BEEAFA

#BEEAFA
(190,234,250)
#C3EBFA
(195,235,250)
#C8ECFA
(200,236,250)
#CDEDFA
(205,237,250)
#D2EEFA
(210,238,250)
#D7EFFA
(215,239,250)
#DCF0FA
(220,240,250)
#E1F1FA
(225,241,250)
#E6F2FA
(230,242,250)
#EBF3FA
(235,243,250)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEAFA; }

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

This text font color is #BEEAFA.


Background Color

.myBgColor { background-color: #BEEAFA; }

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

This div background color is #BEEAFA.


Border color

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

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

This div border color is #BEEAFA.


Opacity

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

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

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

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

This text has shadow with #BEEAFA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BEEAFA on black background.


Color preview on white background

This text has color #BEEAFA on white background.



Black color preview on #BEEAFA background

This text has black color on #BEEAFA background.


White color preview on #BEEAFA background

This text has white color on #BEEAFA background.