COLOR #BECDBE

HEX: #BECDBE
RGB: (190,205,190)

Color info

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

RGB color model

#BECDBE color RGB value is (190,205,190).

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

RGB channels and saturation

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

190
205
190

R + G + B ~ 77%. #BECDBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 205 + 190 = 585 (100%)
R 190 of 585 ~ 32.48%
G 205 of 585 ~ 35.04%
B 190 of 585 ~ 32.48%

%32.48
%35.04
%32.48

CMYK color model

#BECDBE color CMYK value is (7,0,7,20).

  • cyan value is 7.32%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 19.61%
CMYK:
(7,0,7,20)
C7M0Y7K20 
(7%,0%,7%,20%)
(0.07/0.00/0.07/0.20)	

CMYK percentages

%7.32
%0
%7.32
%19.61

Codes

Color #BECDBE in popluar color models

BECDBE
RGB190205190
HSL120°13.04%77.45%
HSB/HSV120°7.32%80.39%
CMYK7.32%0.00%7.32%
19.61%

Color #BECDBE in popluar number systems.

HEXBECDBE
Decimal190205190
Binary101111101100110110111110
Octal276315276

Shades and tints

Shades of #BECDBE

#BECDBE
(190,205,190)
#ADBBAD
(173,187,173)
#9CA99C
(156,169,156)
#8B978B
(139,151,139)
#7A857A
(122,133,122)
#697369
(105,115,105)
#586158
(88,97,88)
#474F47
(71,79,71)
#363D36
(54,61,54)
#252B25
(37,43,37)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #BECDBE

#BECDBE
(190,205,190)
#C3D1C3
(195,209,195)
#C8D5C8
(200,213,200)
#CDD9CD
(205,217,205)
#D2DDD2
(210,221,210)
#D7E1D7
(215,225,215)
#DCE5DC
(220,229,220)
#E1E9E1
(225,233,225)
#E6EDE6
(230,237,230)
#EBF1EB
(235,241,235)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECDBE; }

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

This text font color is #BECDBE.


Background Color

.myBgColor { background-color: #BECDBE; }

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

This div background color is #BECDBE.


Border color

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

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

This div border color is #BECDBE.


Opacity

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

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

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

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

This text has shadow with #BECDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECDBE on black background.


Color preview on white background

This text has color #BECDBE on white background.



Black color preview on #BECDBE background

This text has black color on #BECDBE background.


White color preview on #BECDBE background

This text has white color on #BECDBE background.