COLOR #BECCDE

HEX: #BECCDE RGB: (190,204,222)

Color info

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

RGB color model

#BECCDE color RGB value is (190,204,222).

RGB: (190,204,222) (75%, 80%, 87%)

RGB channels and saturation

R 190 of 255 = 75%
G 204 of 255 = 80%
B 222 of 255 = 87%

190
204
222

R + G + B ~ 81%. #BECCDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 204 + 222 = 616 (100%)
R 190 of 616 ~ 30.84%
G 204 of 616 ~ 33.12%
B 222 of 616 ~ 36.04'%

%30.84
%33.12
%36.04

CMYK color model

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

  • cyan value is 14.41%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (14,8,0,13) C14M8Y0K13 (14%,8%,0%,13%) (0.14/0.08/0.00/0.13) 

CMYK percentages

%14.41
%8.11
%0
%12.94

Codes

Color #BECCDE in popluar color models

BE CC DE
RGB 190 204 222
HSL 214° 32.65% 80.78%
HSB/HSV 214° 14.41% 87.06%
CMYK 14.41% 8.11% 0.00%
12.94%

Color #BECCDE in popluar number systems.

HEX BE CC DE
Decimal 190 204 222
Binary 10111110 11001100 11011110
Octal 276 314 336

Shades and tints

Shades of #BECCDE

#BECCDE
(190,204,222)
#ADBACA
(173,186,202)
#9CA8B6
(156,168,182)
#8B96A2
(139,150,162)
#7A848E
(122,132,142)
#69727A
(105,114,122)
#586066
(88,96,102)
#474E52
(71,78,82)
#363C3E
(54,60,62)
#252A2A
(37,42,42)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #BECCDE

#BECCDE
(190,204,222)
#C3D0E1
(195,208,225)
#C8D4E4
(200,212,228)
#CDD8E7
(205,216,231)
#D2DCEA
(210,220,234)
#D7E0ED
(215,224,237)
#DCE4F0
(220,228,240)
#E1E8F3
(225,232,243)
#E6ECF6
(230,236,246)
#EBF0F9
(235,240,249)
#F0F4FC
(240,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECCDE color. Also use rgb(190,204,222) instead hex code.

Text Font Color

.myTextColor { color: #BECCDE; }

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

This text font color is #BECCDE.

Background Color

.myBgColor { background-color: #BECCDE; }

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

This div background color is #BECCDE.

Border color

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

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

This div border color is #BECCDE.

Opacity

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

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

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

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

This text has shadow with #BECCDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECCDE.

Preview

Color preview on black background

This text has color #BECCDE on black background.


Color preview on white background

This text has color #BECCDE on white background.


Black color preview on #BECCDE background

This text has black color on #BECCDE background.


White color preview on #BECCDE background

This text has white color on #BECCDE background.


Related colors

Complementary color

Complementary color for #hex is #413321.


I love getcolorcode.com

Triadic colors

1 #DEBECC and #CCDEBE with #BECCDE are triadic colors.

2 #DECCBE and #CCBEDE with #BECCDE are triadic colors.