COLOR #BEC2D0

HEX: #BEC2D0 RGB: (190,194,208)

Color info

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

RGB color model

#BEC2D0 color RGB value is (190,194,208).

RGB: (190,194,208) (75%, 76%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 194 of 255 = 76%
B 208 of 255 = 82%

190
194
208

R + G + B ~ 78%. #BEC2D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 194 + 208 = 592 (100%)
R 190 of 592 ~ 32.09%
G 194 of 592 ~ 32.77%
B 208 of 592 ~ 35.14'%

%32.09
%32.77
%35.14

CMYK color model

#BEC2D0 color CMYK value is (9,7,0,18).

  • cyan value is 8.65%
  • magenta value is 6.73%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (9,7,0,18)
C9M7Y0K18 (9%, 7%, 0%, 18%)
(0.09 / 0.07 / 0.00 / 0.18)

CMYK percentages

%8.65
%6.73
%0
%18.43

Codes

Color #BEC2D0 in popluar color models

BE C2 D0
RGB 190 194 208
HSL 227° 16.07% 78.04%
HSB/HSV 227° 8.65% 81.57%
CMYK 8.65% 6.73% 0.00%
18.43%

Color #BEC2D0 in popluar number systems.

HEX BE C2 D0
Decimal 190 194 208
Binary 10111110 11000010 11010000
Octal 276 302 320

Shades and tints

Shades of #BEC2D0

#BEC2D0
(190,194,208)
#ADB1BE
(173,177,190)
#9CA0AC
(156,160,172)
#8B8F9A
(139,143,154)
#7A7E88
(122,126,136)
#696D76
(105,109,118)
#585C64
(88,92,100)
#474B52
(71,75,82)
#363A40
(54,58,64)
#25292E
(37,41,46)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #BEC2D0

#BEC2D0
(190,194,208)
#C3C7D4
(195,199,212)
#C8CCD8
(200,204,216)
#CDD1DC
(205,209,220)
#D2D6E0
(210,214,224)
#D7DBE4
(215,219,228)
#DCE0E8
(220,224,232)
#E1E5EC
(225,229,236)
#E6EAF0
(230,234,240)
#EBEFF4
(235,239,244)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC2D0; }

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

This text font color is #BEC2D0.

Background Color

.myBgColor { background-color: #BEC2D0; }

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

This div background color is #BEC2D0.

Border color

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

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

This div border color is #BEC2D0.

Opacity

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

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

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

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

This text has shadow with #BEC2D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC2D0.

Preview

Color preview on black background

This text has color #BEC2D0 on black background.


Color preview on white background

This text has color #BEC2D0 on white background.


Black color preview on #BEC2D0 background

This text has black color on #BEC2D0 background.


White color preview on #BEC2D0 background

This text has white color on #BEC2D0 background.


Related colors

Complementary color

Complementary color for #hex is #413D2F.


I love getcolorcode.com

Triadic colors

1 #D0BEC2 and #C2D0BE with #BEC2D0 are triadic colors.

2 #D0C2BE and #C2BED0 with #BEC2D0 are triadic colors.