COLOR #B2BCCD

HEX: #B2BCCD RGB: (178,188,205)

Color info

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

RGB color model

#B2BCCD color RGB value is (178,188,205).

RGB: (178,188,205) (70%, 74%, 80%)

RGB channels and saturation

R 178 of 255 = 70%
G 188 of 255 = 74%
B 205 of 255 = 80%

178
188
205

R + G + B ~ 75%. #B2BCCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 188 + 205 = 571 (100%)
R 178 of 571 ~ 31.17%
G 188 of 571 ~ 32.92%
B 205 of 571 ~ 35.9'%

%31.17
%32.92
%35.9

CMYK color model

#B2BCCD color CMYK value is (13,8,0,20).

  • cyan value is 13.17%
  • magenta value is 8.29%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (13,8,0,20)
C13M8Y0K20 (13%, 8%, 0%, 20%)
(0.13 / 0.08 / 0.00 / 0.20)

CMYK percentages

%13.17
%8.29
%0
%19.61

Codes

Color #B2BCCD in popluar color models

B2 BC CD
RGB 178 188 205
HSL 218° 21.26% 75.10%
HSB/HSV 218° 13.17% 80.39%
CMYK 13.17% 8.29% 0.00%
19.61%

Color #B2BCCD in popluar number systems.

HEX B2 BC CD
Decimal 178 188 205
Binary 10110010 10111100 11001101
Octal 262 274 315

Shades and tints

Shades of #B2BCCD

#B2BCCD
(178,188,205)
#A2ABBB
(162,171,187)
#929AA9
(146,154,169)
#828997
(130,137,151)
#727885
(114,120,133)
#626773
(98,103,115)
#525661
(82,86,97)
#42454F
(66,69,79)
#32343D
(50,52,61)
#22232B
(34,35,43)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #B2BCCD

#B2BCCD
(178,188,205)
#B9C2D1
(185,194,209)
#C0C8D5
(192,200,213)
#C7CED9
(199,206,217)
#CED4DD
(206,212,221)
#D5DAE1
(213,218,225)
#DCE0E5
(220,224,229)
#E3E6E9
(227,230,233)
#EAECED
(234,236,237)
#F1F2F1
(241,242,241)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BCCD color. Also use rgb(178,188,205) instead hex code.

Text Font Color

.myTextColor { color: #B2BCCD; }

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

This text font color is #B2BCCD.

Background Color

.myBgColor { background-color: #B2BCCD; }

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

This div background color is #B2BCCD.

Border color

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

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

This div border color is #B2BCCD.

Opacity

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

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

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

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

This text has shadow with #B2BCCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2BCCD.

Preview

Color preview on black background

This text has color #B2BCCD on black background.


Color preview on white background

This text has color #B2BCCD on white background.


Black color preview on #B2BCCD background

This text has black color on #B2BCCD background.


White color preview on #B2BCCD background

This text has white color on #B2BCCD background.


Related colors

Complementary color

Complementary color for #hex is #4D4332.


I love getcolorcode.com

Triadic colors

1 #CDB2BC and #BCCDB2 with #B2BCCD are triadic colors.

2 #CDBCB2 and #BCB2CD with #B2BCCD are triadic colors.