COLOR #BEC3DD

HEX: #BEC3DD
RGB: (190,195,221)

Color info

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

RGB color model

#BEC3DD color RGB value is (190,195,221).

  • red value is 190;
  • green value is 195;
  • blue value is 221.
RGB:
(190,195,221)
(75%,76%,87%)

RGB channels and saturation

R 190 of 255 = 75%
G 195 of 255 = 76%
B 221 of 255 = 87%

190
195
221

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

Portions of RGB colors in percentages

R + G + B =
190 + 195 + 221 = 606 (100%)
R 190 of 606 ~ 31.35%
G 195 of 606 ~ 32.18%
B 221 of 606 ~ 36.47%

%31.35
%32.18
%36.47

CMYK color model

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

  • cyan value is 14.03%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(14,12,0,13)
C14M12Y0K13 
(14%,12%,0%,13%)
(0.14/0.12/0.00/0.13)	

CMYK percentages

%14.03
%11.76
%0
%13.33

Codes

Color #BEC3DD in popluar color models

BEC3DD
RGB190195221
HSL230°31.31%80.59%
HSB/HSV230°14.03%86.67%
CMYK14.03%11.76%0.00%
13.33%

Color #BEC3DD in popluar number systems.

HEXBEC3DD
Decimal190195221
Binary101111101100001111011101
Octal276303335

Shades and tints

Shades of #BEC3DD

#BEC3DD
(190,195,221)
#ADB2C9
(173,178,201)
#9CA1B5
(156,161,181)
#8B90A1
(139,144,161)
#7A7F8D
(122,127,141)
#696E79
(105,110,121)
#585D65
(88,93,101)
#474C51
(71,76,81)
#363B3D
(54,59,61)
#252A29
(37,42,41)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #BEC3DD

#BEC3DD
(190,195,221)
#C3C8E0
(195,200,224)
#C8CDE3
(200,205,227)
#CDD2E6
(205,210,230)
#D2D7E9
(210,215,233)
#D7DCEC
(215,220,236)
#DCE1EF
(220,225,239)
#E1E6F2
(225,230,242)
#E6EBF5
(230,235,245)
#EBF0F8
(235,240,248)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC3DD color. Also use rgb(190,195,221) instead hex code.

Text Font Color

.myTextColor { color: #BEC3DD; }

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

This text font color is #BEC3DD.


Background Color

.myBgColor { background-color: #BEC3DD; }

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

This div background color is #BEC3DD.


Border color

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

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

This div border color is #BEC3DD.


Opacity

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

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

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

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

This text has shadow with #BEC3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC3DD on black background.


Color preview on white background

This text has color #BEC3DD on white background.



Black color preview on #BEC3DD background

This text has black color on #BEC3DD background.


White color preview on #BEC3DD background

This text has white color on #BEC3DD background.