COLOR #BEC8CA

HEX: #BEC8CA RGB: (190,200,202)

Color info

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

RGB color model

#BEC8CA color RGB value is (190,200,202).

RGB: (190,200,202) (75%, 78%, 79%)

RGB channels and saturation

R 190 of 255 = 75%
G 200 of 255 = 78%
B 202 of 255 = 79%

190
200
202

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

Portions of RGB colors in percentages

R + G + B = 190 + 200 + 202 = 592 (100%)
R 190 of 592 ~ 32.09%
G 200 of 592 ~ 33.78%
B 202 of 592 ~ 34.12'%

%32.09
%33.78
%34.12

CMYK color model

#BEC8CA color CMYK value is (6,1,0,21).

  • cyan value is 5.94%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (6,1,0,21)
C6M1Y0K21 (6%, 1%, 0%, 21%)
(0.06 / 0.01 / 0.00 / 0.21)

CMYK percentages

%5.94
%0.99
%0
%20.78

Codes

Color #BEC8CA in popluar color models

BE C8 CA
RGB 190 200 202
HSL 190° 10.17% 76.86%
HSB/HSV 190° 5.94% 79.22%
CMYK 5.94% 0.99% 0.00%
20.78%

Color #BEC8CA in popluar number systems.

HEX BE C8 CA
Decimal 190 200 202
Binary 10111110 11001000 11001010
Octal 276 310 312

Shades and tints

Shades of #BEC8CA

#BEC8CA
(190,200,202)
#ADB6B8
(173,182,184)
#9CA4A6
(156,164,166)
#8B9294
(139,146,148)
#7A8082
(122,128,130)
#696E70
(105,110,112)
#585C5E
(88,92,94)
#474A4C
(71,74,76)
#36383A
(54,56,58)
#252628
(37,38,40)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #BEC8CA

#BEC8CA
(190,200,202)
#C3CDCE
(195,205,206)
#C8D2D2
(200,210,210)
#CDD7D6
(205,215,214)
#D2DCDA
(210,220,218)
#D7E1DE
(215,225,222)
#DCE6E2
(220,230,226)
#E1EBE6
(225,235,230)
#E6F0EA
(230,240,234)
#EBF5EE
(235,245,238)
#F0FAF2
(240,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC8CA; }

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

This text font color is #BEC8CA.

Background Color

.myBgColor { background-color: #BEC8CA; }

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

This div background color is #BEC8CA.

Border color

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

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

This div border color is #BEC8CA.

Opacity

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

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

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

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

This text has shadow with #BEC8CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC8CA.

Preview

Color preview on black background

This text has color #BEC8CA on black background.


Color preview on white background

This text has color #BEC8CA on white background.


Black color preview on #BEC8CA background

This text has black color on #BEC8CA background.


White color preview on #BEC8CA background

This text has white color on #BEC8CA background.


Related colors

Complementary color

Complementary color for #hex is #413735.


I love getcolorcode.com

Triadic colors

1 #CABEC8 and #C8CABE with #BEC8CA are triadic colors.

2 #CAC8BE and #C8BECA with #BEC8CA are triadic colors.