COLOR #BEC6E6

HEX: #BEC6E6 RGB: (190,198,230)

Color info

#BEC6E6 contains red, green and blue colors in about the same proportion. Web safe color of #BEC6E6 is #CCCCCC (or #CCC).

RGB color model

#BEC6E6 color RGB value is (190,198,230).

RGB: (190,198,230) (75%, 78%, 90%)

RGB channels and saturation

R 190 of 255 = 75%
G 198 of 255 = 78%
B 230 of 255 = 90%

190
198
230

R + G + B ~ 81%. #BEC6E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 198 + 230 = 618 (100%)
R 190 of 618 ~ 30.74%
G 198 of 618 ~ 32.04%
B 230 of 618 ~ 37.22'%

%30.74
%32.04
%37.22

CMYK color model

#BEC6E6 color CMYK value is (17,14,0,10).

  • cyan value is 17.39%
  • magenta value is 13.91%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (17,14,0,10)
C17M14Y0K10 (17%, 14%, 0%, 10%)
(0.17 / 0.14 / 0.00 / 0.10)

CMYK percentages

%17.39
%13.91
%0
%9.8

Codes

Color #BEC6E6 in popluar color models

BE C6 E6
RGB 190 198 230
HSL 228° 44.44% 82.35%
HSB/HSV 228° 17.39% 90.20%
CMYK 17.39% 13.91% 0.00%
9.80%

Color #BEC6E6 in popluar number systems.

HEX BE C6 E6
Decimal 190 198 230
Binary 10111110 11000110 11100110
Octal 276 306 346

Shades and tints

Shades of #BEC6E6

#BEC6E6
(190,198,230)
#ADB4D2
(173,180,210)
#9CA2BE
(156,162,190)
#8B90AA
(139,144,170)
#7A7E96
(122,126,150)
#696C82
(105,108,130)
#585A6E
(88,90,110)
#47485A
(71,72,90)
#363646
(54,54,70)
#252432
(37,36,50)
#14121E
(20,18,30)
#000000
(0,0,0)

Tints of #BEC6E6

#BEC6E6
(190,198,230)
#C3CBE8
(195,203,232)
#C8D0EA
(200,208,234)
#CDD5EC
(205,213,236)
#D2DAEE
(210,218,238)
#D7DFF0
(215,223,240)
#DCE4F2
(220,228,242)
#E1E9F4
(225,233,244)
#E6EEF6
(230,238,246)
#EBF3F8
(235,243,248)
#F0F8FA
(240,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC6E6; }

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

This text font color is #BEC6E6.

Background Color

.myBgColor { background-color: #BEC6E6; }

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

This div background color is #BEC6E6.

Border color

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

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

This div border color is #BEC6E6.

Opacity

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

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

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

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

This text has shadow with #BEC6E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC6E6.

Preview

Color preview on black background

This text has color #BEC6E6 on black background.


Color preview on white background

This text has color #BEC6E6 on white background.


Black color preview on #BEC6E6 background

This text has black color on #BEC6E6 background.


White color preview on #BEC6E6 background

This text has white color on #BEC6E6 background.


Related colors

Complementary color

Complementary color for #hex is #413919.


I love getcolorcode.com

Triadic colors

1 #E6BEC6 and #C6E6BE with #BEC6E6 are triadic colors.

2 #E6C6BE and #C6BEE6 with #BEC6E6 are triadic colors.