COLOR #BECBD0

HEX: #BECBD0 RGB: (190,203,208)

Color info

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

RGB color model

#BECBD0 color RGB value is (190,203,208).

RGB: (190,203,208) (75%, 80%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 203 of 255 = 80%
B 208 of 255 = 82%

190
203
208

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

Portions of RGB colors in percentages

R + G + B = 190 + 203 + 208 = 601 (100%)
R 190 of 601 ~ 31.61%
G 203 of 601 ~ 33.78%
B 208 of 601 ~ 34.61'%

%31.61
%33.78
%34.61

CMYK color model

#BECBD0 color CMYK value is (9,2,0,18).

  • cyan value is 8.65%
  • magenta value is 2.40%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK: (9,2,0,18) C9M2Y0K18 (9%,2%,0%,18%) (0.09/0.02/0.00/0.18) 

CMYK percentages

%8.65
%2.4
%0
%18.43

Codes

Color #BECBD0 in popluar color models

BE CB D0
RGB 190 203 208
HSL 197° 16.07% 78.04%
HSB/HSV 197° 8.65% 81.57%
CMYK 8.65% 2.40% 0.00%
18.43%

Color #BECBD0 in popluar number systems.

HEX BE CB D0
Decimal 190 203 208
Binary 10111110 11001011 11010000
Octal 276 313 320

Shades and tints

Shades of #BECBD0

#BECBD0
(190,203,208)
#ADB9BE
(173,185,190)
#9CA7AC
(156,167,172)
#8B959A
(139,149,154)
#7A8388
(122,131,136)
#697176
(105,113,118)
#585F64
(88,95,100)
#474D52
(71,77,82)
#363B40
(54,59,64)
#25292E
(37,41,46)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #BECBD0

#BECBD0
(190,203,208)
#C3CFD4
(195,207,212)
#C8D3D8
(200,211,216)
#CDD7DC
(205,215,220)
#D2DBE0
(210,219,224)
#D7DFE4
(215,223,228)
#DCE3E8
(220,227,232)
#E1E7EC
(225,231,236)
#E6EBF0
(230,235,240)
#EBEFF4
(235,239,244)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECBD0 color. Also use rgb(190,203,208) instead hex code.

Text Font Color

.myTextColor { color: #BECBD0; }

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

This text font color is #BECBD0.

Background Color

.myBgColor { background-color: #BECBD0; }

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

This div background color is #BECBD0.

Border color

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

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

This div border color is #BECBD0.

Opacity

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

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

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

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

This text has shadow with #BECBD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECBD0.

Preview

Color preview on black background

This text has color #BECBD0 on black background.


Color preview on white background

This text has color #BECBD0 on white background.


Black color preview on #BECBD0 background

This text has black color on #BECBD0 background.


White color preview on #BECBD0 background

This text has white color on #BECBD0 background.


Related colors

Complementary color

Complementary color for #hex is #41342F.


I love getcolorcode.com

Triadic colors

1 #D0BECB and #CBD0BE with #BECBD0 are triadic colors.

2 #D0CBBE and #CBBED0 with #BECBD0 are triadic colors.