COLOR #BEC0D1

HEX: #BEC0D1 RGB: (190,192,209)

Color info

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

RGB color model

#BEC0D1 color RGB value is (190,192,209).

RGB: (190,192,209) (75%, 75%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 192 of 255 = 75%
B 209 of 255 = 82%

190
192
209

R + G + B ~ 77%. #BEC0D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 192 + 209 = 591 (100%)
R 190 of 591 ~ 32.15%
G 192 of 591 ~ 32.49%
B 209 of 591 ~ 35.36'%

%32.15
%32.49
%35.36

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 8.13%
  • 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
%8.13
%0
%18.04

Codes

Color #BEC0D1 in popluar color models

BE C0 D1
RGB 190 192 209
HSL 234° 17.12% 78.24%
HSB/HSV 234° 9.09% 81.96%
CMYK 9.09% 8.13% 0.00%
18.04%

Color #BEC0D1 in popluar number systems.

HEX BE C0 D1
Decimal 190 192 209
Binary 10111110 11000000 11010001
Octal 276 300 321

Shades and tints

Shades of #BEC0D1

#BEC0D1
(190,192,209)
#ADAFBE
(173,175,190)
#9C9EAB
(156,158,171)
#8B8D98
(139,141,152)
#7A7C85
(122,124,133)
#696B72
(105,107,114)
#585A5F
(88,90,95)
#47494C
(71,73,76)
#363839
(54,56,57)
#252726
(37,39,38)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #BEC0D1

#BEC0D1
(190,192,209)
#C3C5D5
(195,197,213)
#C8CAD9
(200,202,217)
#CDCFDD
(205,207,221)
#D2D4E1
(210,212,225)
#D7D9E5
(215,217,229)
#DCDEE9
(220,222,233)
#E1E3ED
(225,227,237)
#E6E8F1
(230,232,241)
#EBEDF5
(235,237,245)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC0D1; }

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

This text font color is #BEC0D1.

Background Color

.myBgColor { background-color: #BEC0D1; }

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

This div background color is #BEC0D1.

Border color

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

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

This div border color is #BEC0D1.

Opacity

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

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

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

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

This text has shadow with #BEC0D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC0D1.

Preview

Color preview on black background

This text has color #BEC0D1 on black background.


Color preview on white background

This text has color #BEC0D1 on white background.


Black color preview on #BEC0D1 background

This text has black color on #BEC0D1 background.


White color preview on #BEC0D1 background

This text has white color on #BEC0D1 background.


Related colors

Complementary color

Complementary color for #hex is #413F2E.


I love getcolorcode.com

Triadic colors

1 #D1BEC0 and #C0D1BE with #BEC0D1 are triadic colors.

2 #D1C0BE and #C0BED1 with #BEC0D1 are triadic colors.