COLOR #BEC1DC

HEX: #BEC1DC RGB: (190,193,220)

Color info

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

RGB color model

#BEC1DC color RGB value is (190,193,220).

RGB: (190,193,220) (75%, 76%, 86%)

RGB channels and saturation

R 190 of 255 = 75%
G 193 of 255 = 76%
B 220 of 255 = 86%

190
193
220

R + G + B ~ 79%. #BEC1DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 193 + 220 = 603 (100%)
R 190 of 603 ~ 31.51%
G 193 of 603 ~ 32.01%
B 220 of 603 ~ 36.48'%

%31.51
%32.01
%36.48

CMYK color model

#BEC1DC color CMYK value is (14,12,0,14).

  • cyan value is 13.64%
  • magenta value is 12.27%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (14,12,0,14)
C14M12Y0K14 (14%, 12%, 0%, 14%)
(0.14 / 0.12 / 0.00 / 0.14)

CMYK percentages

%13.64
%12.27
%0
%13.73

Codes

Color #BEC1DC in popluar color models

BE C1 DC
RGB 190 193 220
HSL 234° 30.00% 80.39%
HSB/HSV 234° 13.64% 86.27%
CMYK 13.64% 12.27% 0.00%
13.73%

Color #BEC1DC in popluar number systems.

HEX BE C1 DC
Decimal 190 193 220
Binary 10111110 11000001 11011100
Octal 276 301 334

Shades and tints

Shades of #BEC1DC

#BEC1DC
(190,193,220)
#ADB0C8
(173,176,200)
#9C9FB4
(156,159,180)
#8B8EA0
(139,142,160)
#7A7D8C
(122,125,140)
#696C78
(105,108,120)
#585B64
(88,91,100)
#474A50
(71,74,80)
#36393C
(54,57,60)
#252828
(37,40,40)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #BEC1DC

#BEC1DC
(190,193,220)
#C3C6DF
(195,198,223)
#C8CBE2
(200,203,226)
#CDD0E5
(205,208,229)
#D2D5E8
(210,213,232)
#D7DAEB
(215,218,235)
#DCDFEE
(220,223,238)
#E1E4F1
(225,228,241)
#E6E9F4
(230,233,244)
#EBEEF7
(235,238,247)
#F0F3FA
(240,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC1DC; }

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

This text font color is #BEC1DC.

Background Color

.myBgColor { background-color: #BEC1DC; }

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

This div background color is #BEC1DC.

Border color

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

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

This div border color is #BEC1DC.

Opacity

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

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

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

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

This text has shadow with #BEC1DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC1DC.

Preview

Color preview on black background

This text has color #BEC1DC on black background.


Color preview on white background

This text has color #BEC1DC on white background.


Black color preview on #BEC1DC background

This text has black color on #BEC1DC background.


White color preview on #BEC1DC background

This text has white color on #BEC1DC background.


Related colors

Complementary color

Complementary color for #hex is #413E23.


I love getcolorcode.com

Triadic colors

1 #DCBEC1 and #C1DCBE with #BEC1DC are triadic colors.

2 #DCC1BE and #C1BEDC with #BEC1DC are triadic colors.