COLOR #BEC0DD

HEX: #BEC0DD
RGB: (190,192,221)

Color info

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

RGB color model

#BEC0DD color RGB value is (190,192,221).

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

RGB channels and saturation

R 190 of 255 = 75%
G 192 of 255 = 75%
B 221 of 255 = 87%

190
192
221

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

Portions of RGB colors in percentages

R + G + B =
190 + 192 + 221 = 603 (100%)
R 190 of 603 ~ 31.51%
G 192 of 603 ~ 31.84%
B 221 of 603 ~ 36.65%

%31.51
%31.84
%36.65

CMYK color model

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

  • cyan value is 14.03%
  • magenta value is 13.12%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(14,13,0,13)
C14M13Y0K13 
(14%,13%,0%,13%)
(0.14/0.13/0.00/0.13)	

CMYK percentages

%14.03
%13.12
%0
%13.33

Codes

Color #BEC0DD in popluar color models

BEC0DD
RGB190192221
HSL236°31.31%80.59%
HSB/HSV236°14.03%86.67%
CMYK14.03%13.12%0.00%
13.33%

Color #BEC0DD in popluar number systems.

HEXBEC0DD
Decimal190192221
Binary101111101100000011011101
Octal276300335

Shades and tints

Shades of #BEC0DD

#BEC0DD
(190,192,221)
#ADAFC9
(173,175,201)
#9C9EB5
(156,158,181)
#8B8DA1
(139,141,161)
#7A7C8D
(122,124,141)
#696B79
(105,107,121)
#585A65
(88,90,101)
#474951
(71,73,81)
#36383D
(54,56,61)
#252729
(37,39,41)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #BEC0DD

#BEC0DD
(190,192,221)
#C3C5E0
(195,197,224)
#C8CAE3
(200,202,227)
#CDCFE6
(205,207,230)
#D2D4E9
(210,212,233)
#D7D9EC
(215,217,236)
#DCDEEF
(220,222,239)
#E1E3F2
(225,227,242)
#E6E8F5
(230,232,245)
#EBEDF8
(235,237,248)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC0DD; }

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

This text font color is #BEC0DD.


Background Color

.myBgColor { background-color: #BEC0DD; }

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

This div background color is #BEC0DD.


Border color

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

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

This div border color is #BEC0DD.


Opacity

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

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

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

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

This text has shadow with #BEC0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC0DD on black background.


Color preview on white background

This text has color #BEC0DD on white background.



Black color preview on #BEC0DD background

This text has black color on #BEC0DD background.


White color preview on #BEC0DD background

This text has white color on #BEC0DD background.