COLOR #BECDC1

HEX: #BECDC1 RGB: (190,205,193)

Color info

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

RGB color model

#BECDC1 color RGB value is (190,205,193).

RGB: (190,205,193) (75%, 80%, 76%)

RGB channels and saturation

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

190
205
193

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

Portions of RGB colors in percentages

R + G + B = 190 + 205 + 193 = 588 (100%)
R 190 of 588 ~ 32.31%
G 205 of 588 ~ 34.86%
B 193 of 588 ~ 32.82'%

%32.31
%34.86
%32.82

CMYK color model

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

  • cyan value is 7.32%
  • magenta value is 0.00%
  • yellow value is 5.85%
  • key color value is 19.61%

CMYK: (7,0,6,20)
C7M0Y6K20 (7%, 0%, 6%, 20%)
(0.07 / 0.00 / 0.06 / 0.20)

CMYK percentages

%7.32
%0
%5.85
%19.61

Codes

Color #BECDC1 in popluar color models

BE CD C1
RGB 190 205 193
HSL 132° 13.04% 77.45%
HSB/HSV 132° 7.32% 80.39%
CMYK 7.32% 0.00% 5.85%
19.61%

Color #BECDC1 in popluar number systems.

HEX BE CD C1
Decimal 190 205 193
Binary 10111110 11001101 11000001
Octal 276 315 301

Shades and tints

Shades of #BECDC1

#BECDC1
(190,205,193)
#ADBBB0
(173,187,176)
#9CA99F
(156,169,159)
#8B978E
(139,151,142)
#7A857D
(122,133,125)
#69736C
(105,115,108)
#58615B
(88,97,91)
#474F4A
(71,79,74)
#363D39
(54,61,57)
#252B28
(37,43,40)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #BECDC1

#BECDC1
(190,205,193)
#C3D1C6
(195,209,198)
#C8D5CB
(200,213,203)
#CDD9D0
(205,217,208)
#D2DDD5
(210,221,213)
#D7E1DA
(215,225,218)
#DCE5DF
(220,229,223)
#E1E9E4
(225,233,228)
#E6EDE9
(230,237,233)
#EBF1EE
(235,241,238)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECDC1; }

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

This text font color is #BECDC1.

Background Color

.myBgColor { background-color: #BECDC1; }

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

This div background color is #BECDC1.

Border color

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

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

This div border color is #BECDC1.

Opacity

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

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

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

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

This text has shadow with #BECDC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECDC1.

Preview

Color preview on black background

This text has color #BECDC1 on black background.


Color preview on white background

This text has color #BECDC1 on white background.


Black color preview on #BECDC1 background

This text has black color on #BECDC1 background.


White color preview on #BECDC1 background

This text has white color on #BECDC1 background.


Related colors

Complementary color

Complementary color for #hex is #41323E.


I love getcolorcode.com

Triadic colors

1 #C1BECD and #CDC1BE with #BECDC1 are triadic colors.

2 #C1CDBE and #CDBEC1 with #BECDC1 are triadic colors.