COLOR #B5BCCC

HEX: #B5BCCC
RGB: (181,188,204)

Color info

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

RGB color model

#B5BCCC color RGB value is (181,188,204).

  • red value is 181;
  • green value is 188;
  • blue value is 204.
RGB:
(181,188,204)
(71%,74%,80%)

RGB channels and saturation

R 181 of 255 = 71%
G 188 of 255 = 74%
B 204 of 255 = 80%

181
188
204

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

Portions of RGB colors in percentages

R + G + B =
181 + 188 + 204 = 573 (100%)
R 181 of 573 ~ 31.59%
G 188 of 573 ~ 32.81%
B 204 of 573 ~ 35.6%

%31.59
%32.81
%35.6

CMYK color model

#B5BCCC color CMYK value is (11,8,0,20).

  • cyan value is 11.27%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(11,8,0,20)
C11M8Y0K20 
(11%,8%,0%,20%)
(0.11/0.08/0.00/0.20)	

CMYK percentages

%11.27
%7.84
%0
%20

Codes

Color #B5BCCC in popluar color models

B5BCCC
RGB181188204
HSL222°18.40%75.49%
HSB/HSV222°11.27%80.00%
CMYK11.27%7.84%0.00%
20.00%

Color #B5BCCC in popluar number systems.

HEXB5BCCC
Decimal181188204
Binary101101011011110011001100
Octal265274314

Shades and tints

Shades of #B5BCCC

#B5BCCC
(181,188,204)
#A5ABBA
(165,171,186)
#959AA8
(149,154,168)
#858996
(133,137,150)
#757884
(117,120,132)
#656772
(101,103,114)
#555660
(85,86,96)
#45454E
(69,69,78)
#35343C
(53,52,60)
#25232A
(37,35,42)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #B5BCCC

#B5BCCC
(181,188,204)
#BBC2D0
(187,194,208)
#C1C8D4
(193,200,212)
#C7CED8
(199,206,216)
#CDD4DC
(205,212,220)
#D3DAE0
(211,218,224)
#D9E0E4
(217,224,228)
#DFE6E8
(223,230,232)
#E5ECEC
(229,236,236)
#EBF2F0
(235,242,240)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BCCC color. Also use rgb(181,188,204) instead hex code.

Text Font Color

.myTextColor { color: #B5BCCC; }

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

This text font color is #B5BCCC.


Background Color

.myBgColor { background-color: #B5BCCC; }

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

This div background color is #B5BCCC.


Border color

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

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

This div border color is #B5BCCC.


Opacity

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

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

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

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

This text has shadow with #B5BCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BCCC on black background.


Color preview on white background

This text has color #B5BCCC on white background.



Black color preview on #B5BCCC background

This text has black color on #B5BCCC background.


White color preview on #B5BCCC background

This text has white color on #B5BCCC background.