COLOR #BEC1D1

HEX: #BEC1D1 RGB: (190,193,209)

Color info

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

RGB color model

#BEC1D1 color RGB value is (190,193,209).

RGB: (190,193,209) (75%, 76%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 193 of 255 = 76%
B 209 of 255 = 82%

190
193
209

R + G + B ~ 78%. #BEC1D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 193 + 209 = 592 (100%)
R 190 of 592 ~ 32.09%
G 193 of 592 ~ 32.6%
B 209 of 592 ~ 35.3'%

%32.09
%32.6
%35.3

CMYK color model

#BEC1D1 color CMYK value is (9,8,0,18).

  • cyan value is 9.09%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (9,8,0,18)
C9M8Y0K18 (9%, 8%, 0%, 18%)
(0.09 / 0.08 / 0.00 / 0.18)

CMYK percentages

%9.09
%7.66
%0
%18.04

Codes

Color #BEC1D1 in popluar color models

BE C1 D1
RGB 190 193 209
HSL 231° 17.12% 78.24%
HSB/HSV 231° 9.09% 81.96%
CMYK 9.09% 7.66% 0.00%
18.04%

Color #BEC1D1 in popluar number systems.

HEX BE C1 D1
Decimal 190 193 209
Binary 10111110 11000001 11010001
Octal 276 301 321

Shades and tints

Shades of #BEC1D1

#BEC1D1
(190,193,209)
#ADB0BE
(173,176,190)
#9C9FAB
(156,159,171)
#8B8E98
(139,142,152)
#7A7D85
(122,125,133)
#696C72
(105,108,114)
#585B5F
(88,91,95)
#474A4C
(71,74,76)
#363939
(54,57,57)
#252826
(37,40,38)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #BEC1D1

#BEC1D1
(190,193,209)
#C3C6D5
(195,198,213)
#C8CBD9
(200,203,217)
#CDD0DD
(205,208,221)
#D2D5E1
(210,213,225)
#D7DAE5
(215,218,229)
#DCDFE9
(220,223,233)
#E1E4ED
(225,228,237)
#E6E9F1
(230,233,241)
#EBEEF5
(235,238,245)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC1D1 color. Also use rgb(190,193,209) instead hex code.

Text Font Color

.myTextColor { color: #BEC1D1; }

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

This text font color is #BEC1D1.

Background Color

.myBgColor { background-color: #BEC1D1; }

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

This div background color is #BEC1D1.

Border color

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

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

This div border color is #BEC1D1.

Opacity

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

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

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

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

This text has shadow with #BEC1D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC1D1.

Preview

Color preview on black background

This text has color #BEC1D1 on black background.


Color preview on white background

This text has color #BEC1D1 on white background.


Black color preview on #BEC1D1 background

This text has black color on #BEC1D1 background.


White color preview on #BEC1D1 background

This text has white color on #BEC1D1 background.


Related colors

Complementary color

Complementary color for #hex is #413E2E.


I love getcolorcode.com

Triadic colors

1 #D1BEC1 and #C1D1BE with #BEC1D1 are triadic colors.

2 #D1C1BE and #C1BED1 with #BEC1D1 are triadic colors.