COLOR #BECFD1

HEX: #BECFD1 RGB: (190,207,209)

Color info

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

RGB color model

#BECFD1 color RGB value is (190,207,209).

RGB: (190,207,209) (75%, 81%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 207 of 255 = 81%
B 209 of 255 = 82%

190
207
209

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

Portions of RGB colors in percentages

R + G + B = 190 + 207 + 209 = 606 (100%)
R 190 of 606 ~ 31.35%
G 207 of 606 ~ 34.16%
B 209 of 606 ~ 34.49'%

%31.35
%34.16
%34.49

CMYK color model

#BECFD1 color CMYK value is (9,1,0,18).

  • cyan value is 9.09%
  • magenta value is 0.96%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (9,1,0,18)
C9M1Y0K18 (9%, 1%, 0%, 18%)
(0.09 / 0.01 / 0.00 / 0.18)

CMYK percentages

%9.09
%0.96
%0
%18.04

Codes

Color #BECFD1 in popluar color models

BE CF D1
RGB 190 207 209
HSL 186° 17.12% 78.24%
HSB/HSV 186° 9.09% 81.96%
CMYK 9.09% 0.96% 0.00%
18.04%

Color #BECFD1 in popluar number systems.

HEX BE CF D1
Decimal 190 207 209
Binary 10111110 11001111 11010001
Octal 276 317 321

Shades and tints

Shades of #BECFD1

#BECFD1
(190,207,209)
#ADBDBE
(173,189,190)
#9CABAB
(156,171,171)
#8B9998
(139,153,152)
#7A8785
(122,135,133)
#697572
(105,117,114)
#58635F
(88,99,95)
#47514C
(71,81,76)
#363F39
(54,63,57)
#252D26
(37,45,38)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #BECFD1

#BECFD1
(190,207,209)
#C3D3D5
(195,211,213)
#C8D7D9
(200,215,217)
#CDDBDD
(205,219,221)
#D2DFE1
(210,223,225)
#D7E3E5
(215,227,229)
#DCE7E9
(220,231,233)
#E1EBED
(225,235,237)
#E6EFF1
(230,239,241)
#EBF3F5
(235,243,245)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECFD1 color. Also use rgb(190,207,209) instead hex code.

Text Font Color

.myTextColor { color: #BECFD1; }

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

This text font color is #BECFD1.

Background Color

.myBgColor { background-color: #BECFD1; }

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

This div background color is #BECFD1.

Border color

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

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

This div border color is #BECFD1.

Opacity

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

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

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

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

This text has shadow with #BECFD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECFD1.

Preview

Color preview on black background

This text has color #BECFD1 on black background.


Color preview on white background

This text has color #BECFD1 on white background.


Black color preview on #BECFD1 background

This text has black color on #BECFD1 background.


White color preview on #BECFD1 background

This text has white color on #BECFD1 background.


Related colors

Complementary color

Complementary color for #hex is #41302E.


I love getcolorcode.com

Triadic colors

1 #D1BECF and #CFD1BE with #BECFD1 are triadic colors.

2 #D1CFBE and #CFBED1 with #BECFD1 are triadic colors.