COLOR #BEC2C8

HEX: #BEC2C8 RGB: (190,194,200)

Color info

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

RGB color model

#BEC2C8 color RGB value is (190,194,200).

RGB: (190,194,200) (75%, 76%, 78%)

RGB channels and saturation

R 190 of 255 = 75%
G 194 of 255 = 76%
B 200 of 255 = 78%

190
194
200

R + G + B ~ 76%. #BEC2C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 194 + 200 = 584 (100%)
R 190 of 584 ~ 32.53%
G 194 of 584 ~ 33.22%
B 200 of 584 ~ 34.25'%

%32.53
%33.22
%34.25

CMYK color model

#BEC2C8 color CMYK value is (5,3,0,22).

  • cyan value is 5.00%
  • magenta value is 3.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (5,3,0,22)
C5M3Y0K22 (5%, 3%, 0%, 22%)
(0.05 / 0.03 / 0.00 / 0.22)

CMYK percentages

%5
%3
%0
%21.57

Codes

Color #BEC2C8 in popluar color models

BE C2 C8
RGB 190 194 200
HSL 216° 8.33% 76.47%
HSB/HSV 216° 5.00% 78.43%
CMYK 5.00% 3.00% 0.00%
21.57%

Color #BEC2C8 in popluar number systems.

HEX BE C2 C8
Decimal 190 194 200
Binary 10111110 11000010 11001000
Octal 276 302 310

Shades and tints

Shades of #BEC2C8

#BEC2C8
(190,194,200)
#ADB1B6
(173,177,182)
#9CA0A4
(156,160,164)
#8B8F92
(139,143,146)
#7A7E80
(122,126,128)
#696D6E
(105,109,110)
#585C5C
(88,92,92)
#474B4A
(71,75,74)
#363A38
(54,58,56)
#252926
(37,41,38)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #BEC2C8

#BEC2C8
(190,194,200)
#C3C7CD
(195,199,205)
#C8CCD2
(200,204,210)
#CDD1D7
(205,209,215)
#D2D6DC
(210,214,220)
#D7DBE1
(215,219,225)
#DCE0E6
(220,224,230)
#E1E5EB
(225,229,235)
#E6EAF0
(230,234,240)
#EBEFF5
(235,239,245)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC2C8; }

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

This text font color is #BEC2C8.

Background Color

.myBgColor { background-color: #BEC2C8; }

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

This div background color is #BEC2C8.

Border color

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

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

This div border color is #BEC2C8.

Opacity

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

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

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

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

This text has shadow with #BEC2C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC2C8.

Preview

Color preview on black background

This text has color #BEC2C8 on black background.


Color preview on white background

This text has color #BEC2C8 on white background.


Black color preview on #BEC2C8 background

This text has black color on #BEC2C8 background.


White color preview on #BEC2C8 background

This text has white color on #BEC2C8 background.


Related colors

Complementary color

Complementary color for #hex is #413D37.


I love getcolorcode.com

Triadic colors

1 #C8BEC2 and #C2C8BE with #BEC2C8 are triadic colors.

2 #C8C2BE and #C2BEC8 with #BEC2C8 are triadic colors.