COLOR #B4BACC

HEX: #B4BACC
RGB: (180,186,204)

Color info

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

RGB color model

#B4BACC color RGB value is (180,186,204).

  • red value is 180;
  • green value is 186;
  • blue value is 204.
RGB:
(180,186,204)
(71%,73%,80%)

RGB channels and saturation

R 180 of 255 = 71%
G 186 of 255 = 73%
B 204 of 255 = 80%

180
186
204

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

Portions of RGB colors in percentages

R + G + B =
180 + 186 + 204 = 570 (100%)
R 180 of 570 ~ 31.58%
G 186 of 570 ~ 32.63%
B 204 of 570 ~ 35.79%

%31.58
%32.63
%35.79

CMYK color model

#B4BACC color CMYK value is (12,9,0,20).

  • cyan value is 11.76%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(12,9,0,20)
C12M9Y0K20 
(12%,9%,0%,20%)
(0.12/0.09/0.00/0.20)	

CMYK percentages

%11.76
%8.82
%0
%20

Codes

Color #B4BACC in popluar color models

B4BACC
RGB180186204
HSL225°19.05%75.29%
HSB/HSV225°11.76%80.00%
CMYK11.76%8.82%0.00%
20.00%

Color #B4BACC in popluar number systems.

HEXB4BACC
Decimal180186204
Binary101101001011101011001100
Octal264272314

Shades and tints

Shades of #B4BACC

#B4BACC
(180,186,204)
#A4AABA
(164,170,186)
#949AA8
(148,154,168)
#848A96
(132,138,150)
#747A84
(116,122,132)
#646A72
(100,106,114)
#545A60
(84,90,96)
#444A4E
(68,74,78)
#343A3C
(52,58,60)
#242A2A
(36,42,42)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #B4BACC

#B4BACC
(180,186,204)
#BAC0D0
(186,192,208)
#C0C6D4
(192,198,212)
#C6CCD8
(198,204,216)
#CCD2DC
(204,210,220)
#D2D8E0
(210,216,224)
#D8DEE4
(216,222,228)
#DEE4E8
(222,228,232)
#E4EAEC
(228,234,236)
#EAF0F0
(234,240,240)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BACC color. Also use rgb(180,186,204) instead hex code.

Text Font Color

.myTextColor { color: #B4BACC; }

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

This text font color is #B4BACC.


Background Color

.myBgColor { background-color: #B4BACC; }

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

This div background color is #B4BACC.


Border color

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

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

This div border color is #B4BACC.


Opacity

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

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

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

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

This text has shadow with #B4BACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BACC on black background.


Color preview on white background

This text has color #B4BACC on white background.



Black color preview on #B4BACC background

This text has black color on #B4BACC background.


White color preview on #B4BACC background

This text has white color on #B4BACC background.