COLOR #B2BDC5

HEX: #B2BDC5 RGB: (178,189,197)

Color info

#B2BDC5 contains red, green and blue colors in about the same proportion. Web safe color of #B2BDC5 is #99CCCC (or #9CC).

RGB color model

#B2BDC5 color RGB value is (178,189,197).

RGB: (178,189,197) (70%, 74%, 77%)

RGB channels and saturation

R 178 of 255 = 70%
G 189 of 255 = 74%
B 197 of 255 = 77%

178
189
197

R + G + B ~ 74%. #B2BDC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 189 + 197 = 564 (100%)
R 178 of 564 ~ 31.56%
G 189 of 564 ~ 33.51%
B 197 of 564 ~ 34.93'%

%31.56
%33.51
%34.93

CMYK color model

#B2BDC5 color CMYK value is (10,4,0,23).

  • cyan value is 9.64%
  • magenta value is 4.06%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (10,4,0,23)
C10M4Y0K23 (10%, 4%, 0%, 23%)
(0.10 / 0.04 / 0.00 / 0.23)

CMYK percentages

%9.64
%4.06
%0
%22.75

Codes

Color #B2BDC5 in popluar color models

B2 BD C5
RGB 178 189 197
HSL 205° 14.07% 73.53%
HSB/HSV 205° 9.64% 77.25%
CMYK 9.64% 4.06% 0.00%
22.75%

Color #B2BDC5 in popluar number systems.

HEX B2 BD C5
Decimal 178 189 197
Binary 10110010 10111101 11000101
Octal 262 275 305

Shades and tints

Shades of #B2BDC5

#B2BDC5
(178,189,197)
#A2ACB4
(162,172,180)
#929BA3
(146,155,163)
#828A92
(130,138,146)
#727981
(114,121,129)
#626870
(98,104,112)
#52575F
(82,87,95)
#42464E
(66,70,78)
#32353D
(50,53,61)
#22242C
(34,36,44)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #B2BDC5

#B2BDC5
(178,189,197)
#B9C3CA
(185,195,202)
#C0C9CF
(192,201,207)
#C7CFD4
(199,207,212)
#CED5D9
(206,213,217)
#D5DBDE
(213,219,222)
#DCE1E3
(220,225,227)
#E3E7E8
(227,231,232)
#EAEDED
(234,237,237)
#F1F3F2
(241,243,242)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BDC5 color. Also use rgb(178,189,197) instead hex code.

Text Font Color

.myTextColor { color: #B2BDC5; }

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

This text font color is #B2BDC5.

Background Color

.myBgColor { background-color: #B2BDC5; }

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

This div background color is #B2BDC5.

Border color

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

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

This div border color is #B2BDC5.

Opacity

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

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

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

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

This text has shadow with #B2BDC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2BDC5.

Preview

Color preview on black background

This text has color #B2BDC5 on black background.


Color preview on white background

This text has color #B2BDC5 on white background.


Black color preview on #B2BDC5 background

This text has black color on #B2BDC5 background.


White color preview on #B2BDC5 background

This text has white color on #B2BDC5 background.


Related colors

Complementary color

Complementary color for #hex is #4D423A.


I love getcolorcode.com

Triadic colors

1 #C5B2BD and #BDC5B2 with #B2BDC5 are triadic colors.

2 #C5BDB2 and #BDB2C5 with #B2BDC5 are triadic colors.