COLOR #BEE6FF

HEX: #BEE6FF RGB: (190,230,255)

Color info

#BEE6FF contains mainly green and blue colors. Web safe color of #BEE6FF is #CCCCFF (or #CCF).

RGB color model

#BEE6FF color RGB value is (190,230,255).

RGB: (190,230,255) (75%, 90%, 100%)

RGB channels and saturation

R 190 of 255 = 75%
G 230 of 255 = 90%
B 255 of 255 = 100%

190
230
255

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

Portions of RGB colors in percentages

R + G + B = 190 + 230 + 255 = 675 (100%)
R 190 of 675 ~ 28.15%
G 230 of 675 ~ 34.07%
B 255 of 675 ~ 37.78'%

%28.15
%34.07
%37.78

CMYK color model

#BEE6FF color CMYK value is (25,10,0,0).

  • cyan value is 25.49%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (25,10,0,0)
C25M10Y0K0 (25%, 10%, 0%, 0%)
(0.25 / 0.10 / 0.00 / 0.00)

CMYK percentages

%25.49
%9.8
%0
%0

Codes

Color #BEE6FF in popluar color models

BE E6 FF
RGB 190 230 255
HSL 203° 100.00% 87.25%
HSB/HSV 203° 25.49% 100.00%
CMYK 25.49% 9.80% 0.00%
0.00%

Color #BEE6FF in popluar number systems.

HEX BE E6 FF
Decimal 190 230 255
Binary 10111110 11100110 11111111
Octal 276 346 377

Shades and tints

Shades of #BEE6FF

#BEE6FF
(190,230,255)
#ADD2E8
(173,210,232)
#9CBED1
(156,190,209)
#8BAABA
(139,170,186)
#7A96A3
(122,150,163)
#69828C
(105,130,140)
#586E75
(88,110,117)
#475A5E
(71,90,94)
#364647
(54,70,71)
#253230
(37,50,48)
#141E19
(20,30,25)
#000000
(0,0,0)

Tints of #BEE6FF

#BEE6FF
(190,230,255)
#C3E8FF
(195,232,255)
#C8EAFF
(200,234,255)
#CDECFF
(205,236,255)
#D2EEFF
(210,238,255)
#D7F0FF
(215,240,255)
#DCF2FF
(220,242,255)
#E1F4FF
(225,244,255)
#E6F6FF
(230,246,255)
#EBF8FF
(235,248,255)
#F0FAFF
(240,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE6FF; }

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

This text font color is #BEE6FF.

Background Color

.myBgColor { background-color: #BEE6FF; }

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

This div background color is #BEE6FF.

Border color

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

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

This div border color is #BEE6FF.

Opacity

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

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

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

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

This text has shadow with #BEE6FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE6FF.

Preview

Color preview on black background

This text has color #BEE6FF on black background.


Color preview on white background

This text has color #BEE6FF on white background.


Black color preview on #BEE6FF background

This text has black color on #BEE6FF background.


White color preview on #BEE6FF background

This text has white color on #BEE6FF background.


Related colors

Complementary color

Complementary color for #hex is #411900.


I love getcolorcode.com

Triadic colors

1 #FFBEE6 and #E6FFBE with #BEE6FF are triadic colors.

2 #FFE6BE and #E6BEFF with #BEE6FF are triadic colors.