COLOR #B4BCD4

HEX: #B4BCD4 RGB: (180,188,212)

Color info

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

RGB color model

#B4BCD4 color RGB value is (180,188,212).

RGB: (180,188,212) (71%, 74%, 83%)

RGB channels and saturation

R 180 of 255 = 71%
G 188 of 255 = 74%
B 212 of 255 = 83%

180
188
212

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

Portions of RGB colors in percentages

R + G + B = 180 + 188 + 212 = 580 (100%)
R 180 of 580 ~ 31.03%
G 188 of 580 ~ 32.41%
B 212 of 580 ~ 36.55'%

%31.03
%32.41
%36.55

CMYK color model

#B4BCD4 color CMYK value is (15,11,0,17).

  • cyan value is 15.09%
  • magenta value is 11.32%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (15,11,0,17)
C15M11Y0K17 (15%, 11%, 0%, 17%)
(0.15 / 0.11 / 0.00 / 0.17)

CMYK percentages

%15.09
%11.32
%0
%16.86

Codes

Color #B4BCD4 in popluar color models

B4 BC D4
RGB 180 188 212
HSL 225° 27.12% 76.86%
HSB/HSV 225° 15.09% 83.14%
CMYK 15.09% 11.32% 0.00%
16.86%

Color #B4BCD4 in popluar number systems.

HEX B4 BC D4
Decimal 180 188 212
Binary 10110100 10111100 11010100
Octal 264 274 324

Shades and tints

Shades of #B4BCD4

#B4BCD4
(180,188,212)
#A4ABC1
(164,171,193)
#949AAE
(148,154,174)
#84899B
(132,137,155)
#747888
(116,120,136)
#646775
(100,103,117)
#545662
(84,86,98)
#44454F
(68,69,79)
#34343C
(52,52,60)
#242329
(36,35,41)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #B4BCD4

#B4BCD4
(180,188,212)
#BAC2D7
(186,194,215)
#C0C8DA
(192,200,218)
#C6CEDD
(198,206,221)
#CCD4E0
(204,212,224)
#D2DAE3
(210,218,227)
#D8E0E6
(216,224,230)
#DEE6E9
(222,230,233)
#E4ECEC
(228,236,236)
#EAF2EF
(234,242,239)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BCD4 color. Also use rgb(180,188,212) instead hex code.

Text Font Color

.myTextColor { color: #B4BCD4; }

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

This text font color is #B4BCD4.

Background Color

.myBgColor { background-color: #B4BCD4; }

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

This div background color is #B4BCD4.

Border color

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

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

This div border color is #B4BCD4.

Opacity

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

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

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

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

This text has shadow with #B4BCD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BCD4.

Preview

Color preview on black background

This text has color #B4BCD4 on black background.


Color preview on white background

This text has color #B4BCD4 on white background.


Black color preview on #B4BCD4 background

This text has black color on #B4BCD4 background.


White color preview on #B4BCD4 background

This text has white color on #B4BCD4 background.


Related colors

Complementary color

Complementary color for #hex is #4B432B.


I love getcolorcode.com

Triadic colors

1 #D4B4BC and #BCD4B4 with #B4BCD4 are triadic colors.

2 #D4BCB4 and #BCB4D4 with #B4BCD4 are triadic colors.