COLOR #BBC9C4

HEX: #BBC9C4
RGB: (187,201,196)

Color info

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

RGB color model

#BBC9C4 color RGB value is (187,201,196).

  • red value is 187;
  • green value is 201;
  • blue value is 196.
RGB:
(187,201,196)
(73%,79%,77%)

RGB channels and saturation

R 187 of 255 = 73%
G 201 of 255 = 79%
B 196 of 255 = 77%

187
201
196

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

Portions of RGB colors in percentages

R + G + B =
187 + 201 + 196 = 584 (100%)
R 187 of 584 ~ 32.02%
G 201 of 584 ~ 34.42%
B 196 of 584 ~ 33.56%

%32.02
%34.42
%33.56

CMYK color model

#BBC9C4 color CMYK value is (7,0,2,21).

  • cyan value is 6.97%
  • magenta value is 0.00%
  • yellow value is 2.49%
  • key color value is 21.18%
CMYK:
(7,0,2,21)
C7M0Y2K21 
(7%,0%,2%,21%)
(0.07/0.00/0.02/0.21)	

CMYK percentages

%6.97
%0
%2.49
%21.18

Codes

Color #BBC9C4 in popluar color models

BBC9C4
RGB187201196
HSL159°11.48%76.08%
HSB/HSV159°6.97%78.82%
CMYK6.97%0.00%2.49%
21.18%

Color #BBC9C4 in popluar number systems.

HEXBBC9C4
Decimal187201196
Binary101110111100100111000100
Octal273311304

Shades and tints

Shades of #BBC9C4

#BBC9C4
(187,201,196)
#AAB7B3
(170,183,179)
#99A5A2
(153,165,162)
#889391
(136,147,145)
#778180
(119,129,128)
#666F6F
(102,111,111)
#555D5E
(85,93,94)
#444B4D
(68,75,77)
#33393C
(51,57,60)
#22272B
(34,39,43)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #BBC9C4

#BBC9C4
(187,201,196)
#C1CDC9
(193,205,201)
#C7D1CE
(199,209,206)
#CDD5D3
(205,213,211)
#D3D9D8
(211,217,216)
#D9DDDD
(217,221,221)
#DFE1E2
(223,225,226)
#E5E5E7
(229,229,231)
#EBE9EC
(235,233,236)
#F1EDF1
(241,237,241)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC9C4 color. Also use rgb(187,201,196) instead hex code.

Text Font Color

.myTextColor { color: #BBC9C4; }

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

This text font color is #BBC9C4.


Background Color

.myBgColor { background-color: #BBC9C4; }

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

This div background color is #BBC9C4.


Border color

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

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

This div border color is #BBC9C4.


Opacity

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

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

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

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

This text has shadow with #BBC9C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC9C4 on black background.


Color preview on white background

This text has color #BBC9C4 on white background.



Black color preview on #BBC9C4 background

This text has black color on #BBC9C4 background.


White color preview on #BBC9C4 background

This text has white color on #BBC9C4 background.