COLOR #BECDEB

HEX: #BECDEB
RGB: (190,205,235)

Color info

#BECDEB contains red, green and blue colors in about the same proportion. Web safe color of #BECDEB is #CCCCFF (or #CCF).

RGB color model

#BECDEB color RGB value is (190,205,235).

  • red value is 190;
  • green value is 205;
  • blue value is 235.
RGB:
(190,205,235)
(75%,80%,92%)

RGB channels and saturation

R 190 of 255 = 75%
G 205 of 255 = 80%
B 235 of 255 = 92%

190
205
235

R + G + B ~ 82%. #BECDEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 205 + 235 = 630 (100%)
R 190 of 630 ~ 30.16%
G 205 of 630 ~ 32.54%
B 235 of 630 ~ 37.3%

%30.16
%32.54
%37.3

CMYK color model

#BECDEB color CMYK value is (19,13,0,8).

  • cyan value is 19.15%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(19,13,0,8)
C19M13Y0K8 
(19%,13%,0%,8%)
(0.19/0.13/0.00/0.08)	

CMYK percentages

%19.15
%12.77
%0
%7.84

Codes

Color #BECDEB in popluar color models

BECDEB
RGB190205235
HSL220°52.94%83.33%
HSB/HSV220°19.15%92.16%
CMYK19.15%12.77%0.00%
7.84%

Color #BECDEB in popluar number systems.

HEXBECDEB
Decimal190205235
Binary101111101100110111101011
Octal276315353

Shades and tints

Shades of #BECDEB

#BECDEB
(190,205,235)
#ADBBD6
(173,187,214)
#9CA9C1
(156,169,193)
#8B97AC
(139,151,172)
#7A8597
(122,133,151)
#697382
(105,115,130)
#58616D
(88,97,109)
#474F58
(71,79,88)
#363D43
(54,61,67)
#252B2E
(37,43,46)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #BECDEB

#BECDEB
(190,205,235)
#C3D1EC
(195,209,236)
#C8D5ED
(200,213,237)
#CDD9EE
(205,217,238)
#D2DDEF
(210,221,239)
#D7E1F0
(215,225,240)
#DCE5F1
(220,229,241)
#E1E9F2
(225,233,242)
#E6EDF3
(230,237,243)
#EBF1F4
(235,241,244)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECDEB color. Also use rgb(190,205,235) instead hex code.

Text Font Color

.myTextColor { color: #BECDEB; }

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

This text font color is #BECDEB.


Background Color

.myBgColor { background-color: #BECDEB; }

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

This div background color is #BECDEB.


Border color

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

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

This div border color is #BECDEB.


Opacity

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

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

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

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

This text has shadow with #BECDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECDEB on black background.


Color preview on white background

This text has color #BECDEB on white background.



Black color preview on #BECDEB background

This text has black color on #BECDEB background.


White color preview on #BECDEB background

This text has white color on #BECDEB background.