COLOR #BEEBF3

HEX: #BEEBF3 RGB: (190,235,243)

Color info

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

RGB color model

#BEEBF3 color RGB value is (190,235,243).

RGB: (190,235,243) (75%, 92%, 95%)

RGB channels and saturation

R 190 of 255 = 75%
G 235 of 255 = 92%
B 243 of 255 = 95%

190
235
243

R + G + B ~ 87%. #BEEBF3 is light color.

Portions of RGB colors in percentages

R + G + B = 190 + 235 + 243 = 668 (100%)
R 190 of 668 ~ 28.44%
G 235 of 668 ~ 35.18%
B 243 of 668 ~ 36.38'%

%28.44
%35.18
%36.38

CMYK color model

#BEEBF3 color CMYK value is (22,3,0,5).

  • cyan value is 21.81%
  • magenta value is 3.29%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK: (22,3,0,5) C22M3Y0K5 (22%,3%,0%,5%) (0.22/0.03/0.00/0.05) 

CMYK percentages

%21.81
%3.29
%0
%4.71

Codes

Color #BEEBF3 in popluar color models

BE EB F3
RGB 190 235 243
HSL 189° 68.83% 84.90%
HSB/HSV 189° 21.81% 95.29%
CMYK 21.81% 3.29% 0.00%
4.71%

Color #BEEBF3 in popluar number systems.

HEX BE EB F3
Decimal 190 235 243
Binary 10111110 11101011 11110011
Octal 276 353 363

Shades and tints

Shades of #BEEBF3

#BEEBF3
(190,235,243)
#ADD6DD
(173,214,221)
#9CC1C7
(156,193,199)
#8BACB1
(139,172,177)
#7A979B
(122,151,155)
#698285
(105,130,133)
#586D6F
(88,109,111)
#475859
(71,88,89)
#364343
(54,67,67)
#252E2D
(37,46,45)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #BEEBF3

#BEEBF3
(190,235,243)
#C3ECF4
(195,236,244)
#C8EDF5
(200,237,245)
#CDEEF6
(205,238,246)
#D2EFF7
(210,239,247)
#D7F0F8
(215,240,248)
#DCF1F9
(220,241,249)
#E1F2FA
(225,242,250)
#E6F3FB
(230,243,251)
#EBF4FC
(235,244,252)
#F0F5FD
(240,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEEBF3 color. Also use rgb(190,235,243) instead hex code.

Text Font Color

.myTextColor { color: #BEEBF3; }

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

This text font color is #BEEBF3.

Background Color

.myBgColor { background-color: #BEEBF3; }

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

This div background color is #BEEBF3.

Border color

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

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

This div border color is #BEEBF3.

Opacity

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

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

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

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

This text has shadow with #BEEBF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEEBF3.

Preview

Color preview on black background

This text has color #BEEBF3 on black background.


Color preview on white background

This text has color #BEEBF3 on white background.


Black color preview on #BEEBF3 background

This text has black color on #BEEBF3 background.


White color preview on #BEEBF3 background

This text has white color on #BEEBF3 background.


Related colors

Complementary color

Complementary color for #hex is #41140C.


I love getcolorcode.com

Triadic colors

1 #F3BEEB and #EBF3BE with #BEEBF3 are triadic colors.

2 #F3EBBE and #EBBEF3 with #BEEBF3 are triadic colors.