COLOR #B5BECE

HEX: #B5BECE RGB: (181,190,206)

Color info

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

RGB color model

#B5BECE color RGB value is (181,190,206).

RGB: (181,190,206) (71%, 75%, 81%)

RGB channels and saturation

R 181 of 255 = 71%
G 190 of 255 = 75%
B 206 of 255 = 81%

181
190
206

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

Portions of RGB colors in percentages

R + G + B = 181 + 190 + 206 = 577 (100%)
R 181 of 577 ~ 31.37%
G 190 of 577 ~ 32.93%
B 206 of 577 ~ 35.7'%

%31.37
%32.93
%35.7

CMYK color model

#B5BECE color CMYK value is (12,8,0,19).

  • cyan value is 12.14%
  • magenta value is 7.77%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (12,8,0,19) C12M8Y0K19 (12%,8%,0%,19%) (0.12/0.08/0.00/0.19) 

CMYK percentages

%12.14
%7.77
%0
%19.22

Codes

Color #B5BECE in popluar color models

B5 BE CE
RGB 181 190 206
HSL 218° 20.33% 75.88%
HSB/HSV 218° 12.14% 80.78%
CMYK 12.14% 7.77% 0.00%
19.22%

Color #B5BECE in popluar number systems.

HEX B5 BE CE
Decimal 181 190 206
Binary 10110101 10111110 11001110
Octal 265 276 316

Shades and tints

Shades of #B5BECE

#B5BECE
(181,190,206)
#A5ADBC
(165,173,188)
#959CAA
(149,156,170)
#858B98
(133,139,152)
#757A86
(117,122,134)
#656974
(101,105,116)
#555862
(85,88,98)
#454750
(69,71,80)
#35363E
(53,54,62)
#25252C
(37,37,44)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #B5BECE

#B5BECE
(181,190,206)
#BBC3D2
(187,195,210)
#C1C8D6
(193,200,214)
#C7CDDA
(199,205,218)
#CDD2DE
(205,210,222)
#D3D7E2
(211,215,226)
#D9DCE6
(217,220,230)
#DFE1EA
(223,225,234)
#E5E6EE
(229,230,238)
#EBEBF2
(235,235,242)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BECE color. Also use rgb(181,190,206) instead hex code.

Text Font Color

.myTextColor { color: #B5BECE; }

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

This text font color is #B5BECE.

Background Color

.myBgColor { background-color: #B5BECE; }

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

This div background color is #B5BECE.

Border color

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

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

This div border color is #B5BECE.

Opacity

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

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

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

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

This text has shadow with #B5BECE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BECE.

Preview

Color preview on black background

This text has color #B5BECE on black background.


Color preview on white background

This text has color #B5BECE on white background.


Black color preview on #B5BECE background

This text has black color on #B5BECE background.


White color preview on #B5BECE background

This text has white color on #B5BECE background.


Related colors

Complementary color

Complementary color for #hex is #4A4131.


I love getcolorcode.com

Triadic colors

1 #CEB5BE and #BECEB5 with #B5BECE are triadic colors.

2 #CEBEB5 and #BEB5CE with #B5BECE are triadic colors.