COLOR #BEC6DB

HEX: #BEC6DB RGB: (190,198,219)

Color info

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

RGB color model

#BEC6DB color RGB value is (190,198,219).

RGB: (190,198,219) (75%, 78%, 86%)

RGB channels and saturation

R 190 of 255 = 75%
G 198 of 255 = 78%
B 219 of 255 = 86%

190
198
219

R + G + B ~ 80%. #BEC6DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 198 + 219 = 607 (100%)
R 190 of 607 ~ 31.3%
G 198 of 607 ~ 32.62%
B 219 of 607 ~ 36.08'%

%31.3
%32.62
%36.08

CMYK color model

#BEC6DB color CMYK value is (13,10,0,14).

  • cyan value is 13.24%
  • magenta value is 9.59%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (13,10,0,14)
C13M10Y0K14 (13%, 10%, 0%, 14%)
(0.13 / 0.10 / 0.00 / 0.14)

CMYK percentages

%13.24
%9.59
%0
%14.12

Codes

Color #BEC6DB in popluar color models

BE C6 DB
RGB 190 198 219
HSL 223° 28.71% 80.20%
HSB/HSV 223° 13.24% 85.88%
CMYK 13.24% 9.59% 0.00%
14.12%

Color #BEC6DB in popluar number systems.

HEX BE C6 DB
Decimal 190 198 219
Binary 10111110 11000110 11011011
Octal 276 306 333

Shades and tints

Shades of #BEC6DB

#BEC6DB
(190,198,219)
#ADB4C8
(173,180,200)
#9CA2B5
(156,162,181)
#8B90A2
(139,144,162)
#7A7E8F
(122,126,143)
#696C7C
(105,108,124)
#585A69
(88,90,105)
#474856
(71,72,86)
#363643
(54,54,67)
#252430
(37,36,48)
#14121D
(20,18,29)
#000000
(0,0,0)

Tints of #BEC6DB

#BEC6DB
(190,198,219)
#C3CBDE
(195,203,222)
#C8D0E1
(200,208,225)
#CDD5E4
(205,213,228)
#D2DAE7
(210,218,231)
#D7DFEA
(215,223,234)
#DCE4ED
(220,228,237)
#E1E9F0
(225,233,240)
#E6EEF3
(230,238,243)
#EBF3F6
(235,243,246)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC6DB; }

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

This text font color is #BEC6DB.

Background Color

.myBgColor { background-color: #BEC6DB; }

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

This div background color is #BEC6DB.

Border color

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

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

This div border color is #BEC6DB.

Opacity

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

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

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

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

This text has shadow with #BEC6DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC6DB.

Preview

Color preview on black background

This text has color #BEC6DB on black background.


Color preview on white background

This text has color #BEC6DB on white background.


Black color preview on #BEC6DB background

This text has black color on #BEC6DB background.


White color preview on #BEC6DB background

This text has white color on #BEC6DB background.


Related colors

Complementary color

Complementary color for #hex is #413924.


I love getcolorcode.com

Triadic colors

1 #DBBEC6 and #C6DBBE with #BEC6DB are triadic colors.

2 #DBC6BE and #C6BEDB with #BEC6DB are triadic colors.