COLOR #BEC0D0

HEX: #BEC0D0 RGB: (190,192,208)

Color info

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

RGB color model

#BEC0D0 color RGB value is (190,192,208).

RGB: (190,192,208) (75%, 75%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 192 of 255 = 75%
B 208 of 255 = 82%

190
192
208

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

Portions of RGB colors in percentages

R + G + B = 190 + 192 + 208 = 590 (100%)
R 190 of 590 ~ 32.2%
G 192 of 590 ~ 32.54%
B 208 of 590 ~ 35.25'%

%32.2
%32.54
%35.25

CMYK color model

#BEC0D0 color CMYK value is (9,8,0,18).

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

CMYK: (9,8,0,18)
C9M8Y0K18 (9%, 8%, 0%, 18%)
(0.09 / 0.08 / 0.00 / 0.18)

CMYK percentages

%8.65
%7.69
%0
%18.43

Codes

Color #BEC0D0 in popluar color models

BE C0 D0
RGB 190 192 208
HSL 233° 16.07% 78.04%
HSB/HSV 233° 8.65% 81.57%
CMYK 8.65% 7.69% 0.00%
18.43%

Color #BEC0D0 in popluar number systems.

HEX BE C0 D0
Decimal 190 192 208
Binary 10111110 11000000 11010000
Octal 276 300 320

Shades and tints

Shades of #BEC0D0

#BEC0D0
(190,192,208)
#ADAFBE
(173,175,190)
#9C9EAC
(156,158,172)
#8B8D9A
(139,141,154)
#7A7C88
(122,124,136)
#696B76
(105,107,118)
#585A64
(88,90,100)
#474952
(71,73,82)
#363840
(54,56,64)
#25272E
(37,39,46)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #BEC0D0

#BEC0D0
(190,192,208)
#C3C5D4
(195,197,212)
#C8CAD8
(200,202,216)
#CDCFDC
(205,207,220)
#D2D4E0
(210,212,224)
#D7D9E4
(215,217,228)
#DCDEE8
(220,222,232)
#E1E3EC
(225,227,236)
#E6E8F0
(230,232,240)
#EBEDF4
(235,237,244)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC0D0; }

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

This text font color is #BEC0D0.

Background Color

.myBgColor { background-color: #BEC0D0; }

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

This div background color is #BEC0D0.

Border color

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

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

This div border color is #BEC0D0.

Opacity

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

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

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

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

This text has shadow with #BEC0D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC0D0.

Preview

Color preview on black background

This text has color #BEC0D0 on black background.


Color preview on white background

This text has color #BEC0D0 on white background.


Black color preview on #BEC0D0 background

This text has black color on #BEC0D0 background.


White color preview on #BEC0D0 background

This text has white color on #BEC0D0 background.


Related colors

Complementary color

Complementary color for #hex is #413F2F.


I love getcolorcode.com

Triadic colors

1 #D0BEC0 and #C0D0BE with #BEC0D0 are triadic colors.

2 #D0C0BE and #C0BED0 with #BEC0D0 are triadic colors.