COLOR #BEEBEF

HEX: #BEEBEF RGB: (190,235,239)

Color info

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

RGB color model

#BEEBEF color RGB value is (190,235,239).

RGB: (190,235,239) (75%, 92%, 94%)

RGB channels and saturation

R 190 of 255 = 75%
G 235 of 255 = 92%
B 239 of 255 = 94%

190
235
239

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

Portions of RGB colors in percentages

R + G + B = 190 + 235 + 239 = 664 (100%)
R 190 of 664 ~ 28.61%
G 235 of 664 ~ 35.39%
B 239 of 664 ~ 35.99'%

%28.61
%35.39
%35.99

CMYK color model

#BEEBEF color CMYK value is (21,2,0,6).

  • cyan value is 20.50%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (21,2,0,6) C21M2Y0K6 (21%,2%,0%,6%) (0.21/0.02/0.00/0.06) 

CMYK percentages

%20.5
%1.67
%0
%6.27

Codes

Color #BEEBEF in popluar color models

BE EB EF
RGB 190 235 239
HSL 185° 60.49% 84.12%
HSB/HSV 185° 20.50% 93.73%
CMYK 20.50% 1.67% 0.00%
6.27%

Color #BEEBEF in popluar number systems.

HEX BE EB EF
Decimal 190 235 239
Binary 10111110 11101011 11101111
Octal 276 353 357

Shades and tints

Shades of #BEEBEF

#BEEBEF
(190,235,239)
#ADD6DA
(173,214,218)
#9CC1C5
(156,193,197)
#8BACB0
(139,172,176)
#7A979B
(122,151,155)
#698286
(105,130,134)
#586D71
(88,109,113)
#47585C
(71,88,92)
#364347
(54,67,71)
#252E32
(37,46,50)
#14191D
(20,25,29)
#000000
(0,0,0)

Tints of #BEEBEF

#BEEBEF
(190,235,239)
#C3ECF0
(195,236,240)
#C8EDF1
(200,237,241)
#CDEEF2
(205,238,242)
#D2EFF3
(210,239,243)
#D7F0F4
(215,240,244)
#DCF1F5
(220,241,245)
#E1F2F6
(225,242,246)
#E6F3F7
(230,243,247)
#EBF4F8
(235,244,248)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEBEF; }

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

This text font color is #BEEBEF.

Background Color

.myBgColor { background-color: #BEEBEF; }

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

This div background color is #BEEBEF.

Border color

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

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

This div border color is #BEEBEF.

Opacity

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

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

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

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

This text has shadow with #BEEBEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEEBEF.

Preview

Color preview on black background

This text has color #BEEBEF on black background.


Color preview on white background

This text has color #BEEBEF on white background.


Black color preview on #BEEBEF background

This text has black color on #BEEBEF background.


White color preview on #BEEBEF background

This text has white color on #BEEBEF background.


Related colors

Complementary color

Complementary color for #hex is #411410.


I love getcolorcode.com

Triadic colors

1 #EFBEEB and #EBEFBE with #BEEBEF are triadic colors.

2 #EFEBBE and #EBBEEF with #BEEBEF are triadic colors.