COLOR #BEC0D2

HEX: #BEC0D2 RGB: (190,192,210)

Color info

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

RGB color model

#BEC0D2 color RGB value is (190,192,210).

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

RGB channels and saturation

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

190
192
210

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

Portions of RGB colors in percentages

R + G + B = 190 + 192 + 210 = 592 (100%)
R 190 of 592 ~ 32.09%
G 192 of 592 ~ 32.43%
B 210 of 592 ~ 35.47'%

%32.09
%32.43
%35.47

CMYK color model

#BEC0D2 color CMYK value is (10,9,0,18).

  • cyan value is 9.52%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK: (10,9,0,18) C10M9Y0K18 (10%,9%,0%,18%) (0.10/0.09/0.00/0.18) 

CMYK percentages

%9.52
%8.57
%0
%17.65

Codes

Color #BEC0D2 in popluar color models

BE C0 D2
RGB 190 192 210
HSL 234° 18.18% 78.43%
HSB/HSV 234° 9.52% 82.35%
CMYK 9.52% 8.57% 0.00%
17.65%

Color #BEC0D2 in popluar number systems.

HEX BE C0 D2
Decimal 190 192 210
Binary 10111110 11000000 11010010
Octal 276 300 322

Shades and tints

Shades of #BEC0D2

#BEC0D2
(190,192,210)
#ADAFBF
(173,175,191)
#9C9EAC
(156,158,172)
#8B8D99
(139,141,153)
#7A7C86
(122,124,134)
#696B73
(105,107,115)
#585A60
(88,90,96)
#47494D
(71,73,77)
#36383A
(54,56,58)
#252727
(37,39,39)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #BEC0D2

#BEC0D2
(190,192,210)
#C3C5D6
(195,197,214)
#C8CADA
(200,202,218)
#CDCFDE
(205,207,222)
#D2D4E2
(210,212,226)
#D7D9E6
(215,217,230)
#DCDEEA
(220,222,234)
#E1E3EE
(225,227,238)
#E6E8F2
(230,232,242)
#EBEDF6
(235,237,246)
#F0F2FA
(240,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC0D2; }

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

This text font color is #BEC0D2.

Background Color

.myBgColor { background-color: #BEC0D2; }

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

This div background color is #BEC0D2.

Border color

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

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

This div border color is #BEC0D2.

Opacity

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

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

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

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

This text has shadow with #BEC0D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC0D2.

Preview

Color preview on black background

This text has color #BEC0D2 on black background.


Color preview on white background

This text has color #BEC0D2 on white background.


Black color preview on #BEC0D2 background

This text has black color on #BEC0D2 background.


White color preview on #BEC0D2 background

This text has white color on #BEC0D2 background.


Related colors

Complementary color

Complementary color for #hex is #413F2D.


I love getcolorcode.com

Triadic colors

1 #D2BEC0 and #C0D2BE with #BEC0D2 are triadic colors.

2 #D2C0BE and #C0BED2 with #BEC0D2 are triadic colors.