COLOR #B4BCCB

HEX: #B4BCCB RGB: (180,188,203)

Color info

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

RGB color model

#B4BCCB color RGB value is (180,188,203).

RGB: (180,188,203) (71%, 74%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 188 of 255 = 74%
B 203 of 255 = 80%

180
188
203

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

Portions of RGB colors in percentages

R + G + B = 180 + 188 + 203 = 571 (100%)
R 180 of 571 ~ 31.52%
G 188 of 571 ~ 32.92%
B 203 of 571 ~ 35.55'%

%31.52
%32.92
%35.55

CMYK color model

#B4BCCB color CMYK value is (11,7,0,20).

  • cyan value is 11.33%
  • magenta value is 7.39%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (11,7,0,20)
C11M7Y0K20 (11%, 7%, 0%, 20%)
(0.11 / 0.07 / 0.00 / 0.20)

CMYK percentages

%11.33
%7.39
%0
%20.39

Codes

Color #B4BCCB in popluar color models

B4 BC CB
RGB 180 188 203
HSL 219° 18.11% 75.10%
HSB/HSV 219° 11.33% 79.61%
CMYK 11.33% 7.39% 0.00%
20.39%

Color #B4BCCB in popluar number systems.

HEX B4 BC CB
Decimal 180 188 203
Binary 10110100 10111100 11001011
Octal 264 274 313

Shades and tints

Shades of #B4BCCB

#B4BCCB
(180,188,203)
#A4ABB9
(164,171,185)
#949AA7
(148,154,167)
#848995
(132,137,149)
#747883
(116,120,131)
#646771
(100,103,113)
#54565F
(84,86,95)
#44454D
(68,69,77)
#34343B
(52,52,59)
#242329
(36,35,41)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #B4BCCB

#B4BCCB
(180,188,203)
#BAC2CF
(186,194,207)
#C0C8D3
(192,200,211)
#C6CED7
(198,206,215)
#CCD4DB
(204,212,219)
#D2DADF
(210,218,223)
#D8E0E3
(216,224,227)
#DEE6E7
(222,230,231)
#E4ECEB
(228,236,235)
#EAF2EF
(234,242,239)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BCCB; }

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

This text font color is #B4BCCB.

Background Color

.myBgColor { background-color: #B4BCCB; }

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

This div background color is #B4BCCB.

Border color

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

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

This div border color is #B4BCCB.

Opacity

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

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

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

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

This text has shadow with #B4BCCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BCCB.

Preview

Color preview on black background

This text has color #B4BCCB on black background.


Color preview on white background

This text has color #B4BCCB on white background.


Black color preview on #B4BCCB background

This text has black color on #B4BCCB background.


White color preview on #B4BCCB background

This text has white color on #B4BCCB background.


Related colors

Complementary color

Complementary color for #hex is #4B4334.


I love getcolorcode.com

Triadic colors

1 #CBB4BC and #BCCBB4 with #B4BCCB are triadic colors.

2 #CBBCB4 and #BCB4CB with #B4BCCB are triadic colors.