COLOR #BECBD8

HEX: #BECBD8 RGB: (190,203,216)

Color info

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

RGB color model

#BECBD8 color RGB value is (190,203,216).

RGB: (190,203,216) (75%, 80%, 85%)

RGB channels and saturation

R 190 of 255 = 75%
G 203 of 255 = 80%
B 216 of 255 = 85%

190
203
216

R + G + B ~ 80%. #BECBD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 203 + 216 = 609 (100%)
R 190 of 609 ~ 31.2%
G 203 of 609 ~ 33.33%
B 216 of 609 ~ 35.47'%

%31.2
%33.33
%35.47

CMYK color model

#BECBD8 color CMYK value is (12,6,0,15).

  • cyan value is 12.04%
  • magenta value is 6.02%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (12,6,0,15)
C12M6Y0K15 (12%, 6%, 0%, 15%)
(0.12 / 0.06 / 0.00 / 0.15)

CMYK percentages

%12.04
%6.02
%0
%15.29

Codes

Color #BECBD8 in popluar color models

BE CB D8
RGB 190 203 216
HSL 210° 25.00% 79.61%
HSB/HSV 210° 12.04% 84.71%
CMYK 12.04% 6.02% 0.00%
15.29%

Color #BECBD8 in popluar number systems.

HEX BE CB D8
Decimal 190 203 216
Binary 10111110 11001011 11011000
Octal 276 313 330

Shades and tints

Shades of #BECBD8

#BECBD8
(190,203,216)
#ADB9C5
(173,185,197)
#9CA7B2
(156,167,178)
#8B959F
(139,149,159)
#7A838C
(122,131,140)
#697179
(105,113,121)
#585F66
(88,95,102)
#474D53
(71,77,83)
#363B40
(54,59,64)
#25292D
(37,41,45)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #BECBD8

#BECBD8
(190,203,216)
#C3CFDB
(195,207,219)
#C8D3DE
(200,211,222)
#CDD7E1
(205,215,225)
#D2DBE4
(210,219,228)
#D7DFE7
(215,223,231)
#DCE3EA
(220,227,234)
#E1E7ED
(225,231,237)
#E6EBF0
(230,235,240)
#EBEFF3
(235,239,243)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECBD8 color. Also use rgb(190,203,216) instead hex code.

Text Font Color

.myTextColor { color: #BECBD8; }

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

This text font color is #BECBD8.

Background Color

.myBgColor { background-color: #BECBD8; }

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

This div background color is #BECBD8.

Border color

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

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

This div border color is #BECBD8.

Opacity

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

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

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

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

This text has shadow with #BECBD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECBD8.

Preview

Color preview on black background

This text has color #BECBD8 on black background.


Color preview on white background

This text has color #BECBD8 on white background.


Black color preview on #BECBD8 background

This text has black color on #BECBD8 background.


White color preview on #BECBD8 background

This text has white color on #BECBD8 background.


Related colors

Complementary color

Complementary color for #hex is #413427.


I love getcolorcode.com

Triadic colors

1 #D8BECB and #CBD8BE with #BECBD8 are triadic colors.

2 #D8CBBE and #CBBED8 with #BECBD8 are triadic colors.