COLOR #BECEDA

HEX: #BECEDA RGB: (190,206,218)

Color info

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

RGB color model

#BECEDA color RGB value is (190,206,218).

RGB: (190,206,218) (75%, 81%, 85%)

RGB channels and saturation

R 190 of 255 = 75%
G 206 of 255 = 81%
B 218 of 255 = 85%

190
206
218

R + G + B ~ 80%. #BECEDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 206 + 218 = 614 (100%)
R 190 of 614 ~ 30.94%
G 206 of 614 ~ 33.55%
B 218 of 614 ~ 35.5'%

%30.94
%33.55
%35.5

CMYK color model

#BECEDA color CMYK value is (13,6,0,15).

  • cyan value is 12.84%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (13,6,0,15) C13M6Y0K15 (13%,6%,0%,15%) (0.13/0.06/0.00/0.15) 

CMYK percentages

%12.84
%5.5
%0
%14.51

Codes

Color #BECEDA in popluar color models

BE CE DA
RGB 190 206 218
HSL 206° 27.45% 80.00%
HSB/HSV 206° 12.84% 85.49%
CMYK 12.84% 5.50% 0.00%
14.51%

Color #BECEDA in popluar number systems.

HEX BE CE DA
Decimal 190 206 218
Binary 10111110 11001110 11011010
Octal 276 316 332

Shades and tints

Shades of #BECEDA

#BECEDA
(190,206,218)
#ADBCC7
(173,188,199)
#9CAAB4
(156,170,180)
#8B98A1
(139,152,161)
#7A868E
(122,134,142)
#69747B
(105,116,123)
#586268
(88,98,104)
#475055
(71,80,85)
#363E42
(54,62,66)
#252C2F
(37,44,47)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #BECEDA

#BECEDA
(190,206,218)
#C3D2DD
(195,210,221)
#C8D6E0
(200,214,224)
#CDDAE3
(205,218,227)
#D2DEE6
(210,222,230)
#D7E2E9
(215,226,233)
#DCE6EC
(220,230,236)
#E1EAEF
(225,234,239)
#E6EEF2
(230,238,242)
#EBF2F5
(235,242,245)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECEDA color. Also use rgb(190,206,218) instead hex code.

Text Font Color

.myTextColor { color: #BECEDA; }

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

This text font color is #BECEDA.

Background Color

.myBgColor { background-color: #BECEDA; }

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

This div background color is #BECEDA.

Border color

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

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

This div border color is #BECEDA.

Opacity

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

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

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

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

This text has shadow with #BECEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECEDA.

Preview

Color preview on black background

This text has color #BECEDA on black background.


Color preview on white background

This text has color #BECEDA on white background.


Black color preview on #BECEDA background

This text has black color on #BECEDA background.


White color preview on #BECEDA background

This text has white color on #BECEDA background.


Related colors

Complementary color

Complementary color for #hex is #413125.


I love getcolorcode.com

Triadic colors

1 #DABECE and #CEDABE with #BECEDA are triadic colors.

2 #DACEBE and #CEBEDA with #BECEDA are triadic colors.