COLOR #BBC9C6

HEX: #BBC9C6 RGB: (187,201,198)

Color info

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

RGB color model

#BBC9C6 color RGB value is (187,201,198).

RGB: (187,201,198) (73%, 79%, 78%)

RGB channels and saturation

R 187 of 255 = 73%
G 201 of 255 = 79%
B 198 of 255 = 78%

187
201
198

R + G + B ~ 77%. #BBC9C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 201 + 198 = 586 (100%)
R 187 of 586 ~ 31.91%
G 201 of 586 ~ 34.3%
B 198 of 586 ~ 33.79'%

%31.91
%34.3
%33.79

CMYK color model

#BBC9C6 color CMYK value is (7,0,1,21).

  • cyan value is 6.97%
  • magenta value is 0.00%
  • yellow value is 1.49%
  • key color value is 21.18%

CMYK: (7,0,1,21)
C7M0Y1K21 (7%, 0%, 1%, 21%)
(0.07 / 0.00 / 0.01 / 0.21)

CMYK percentages

%6.97
%0
%1.49
%21.18

Codes

Color #BBC9C6 in popluar color models

BB C9 C6
RGB 187 201 198
HSL 167° 11.48% 76.08%
HSB/HSV 167° 6.97% 78.82%
CMYK 6.97% 0.00% 1.49%
21.18%

Color #BBC9C6 in popluar number systems.

HEX BB C9 C6
Decimal 187 201 198
Binary 10111011 11001001 11000110
Octal 273 311 306

Shades and tints

Shades of #BBC9C6

#BBC9C6
(187,201,198)
#AAB7B4
(170,183,180)
#99A5A2
(153,165,162)
#889390
(136,147,144)
#77817E
(119,129,126)
#666F6C
(102,111,108)
#555D5A
(85,93,90)
#444B48
(68,75,72)
#333936
(51,57,54)
#222724
(34,39,36)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #BBC9C6

#BBC9C6
(187,201,198)
#C1CDCB
(193,205,203)
#C7D1D0
(199,209,208)
#CDD5D5
(205,213,213)
#D3D9DA
(211,217,218)
#D9DDDF
(217,221,223)
#DFE1E4
(223,225,228)
#E5E5E9
(229,229,233)
#EBE9EE
(235,233,238)
#F1EDF3
(241,237,243)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC9C6; }

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

This text font color is #BBC9C6.

Background Color

.myBgColor { background-color: #BBC9C6; }

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

This div background color is #BBC9C6.

Border color

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

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

This div border color is #BBC9C6.

Opacity

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

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

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

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

This text has shadow with #BBC9C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC9C6.

Preview

Color preview on black background

This text has color #BBC9C6 on black background.


Color preview on white background

This text has color #BBC9C6 on white background.


Black color preview on #BBC9C6 background

This text has black color on #BBC9C6 background.


White color preview on #BBC9C6 background

This text has white color on #BBC9C6 background.


Related colors

Complementary color

Complementary color for #hex is #443639.


I love getcolorcode.com

Triadic colors

1 #C6BBC9 and #C9C6BB with #BBC9C6 are triadic colors.

2 #C6C9BB and #C9BBC6 with #BBC9C6 are triadic colors.