COLOR #BBC9CE

HEX: #BBC9CE RGB: (187,201,206)

Color info

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

RGB color model

#BBC9CE color RGB value is (187,201,206).

RGB: (187,201,206) (73%, 79%, 81%)

RGB channels and saturation

R 187 of 255 = 73%
G 201 of 255 = 79%
B 206 of 255 = 81%

187
201
206

R + G + B ~ 78%. #BBC9CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 201 + 206 = 594 (100%)
R 187 of 594 ~ 31.48%
G 201 of 594 ~ 33.84%
B 206 of 594 ~ 34.68'%

%31.48
%33.84
%34.68

CMYK color model

#BBC9CE color CMYK value is (9,2,0,19).

  • cyan value is 9.22%
  • magenta value is 2.43%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (9,2,0,19)
C9M2Y0K19 (9%, 2%, 0%, 19%)
(0.09 / 0.02 / 0.00 / 0.19)

CMYK percentages

%9.22
%2.43
%0
%19.22

Codes

Color #BBC9CE in popluar color models

BB C9 CE
RGB 187 201 206
HSL 196° 16.24% 77.06%
HSB/HSV 196° 9.22% 80.78%
CMYK 9.22% 2.43% 0.00%
19.22%

Color #BBC9CE in popluar number systems.

HEX BB C9 CE
Decimal 187 201 206
Binary 10111011 11001001 11001110
Octal 273 311 316

Shades and tints

Shades of #BBC9CE

#BBC9CE
(187,201,206)
#AAB7BC
(170,183,188)
#99A5AA
(153,165,170)
#889398
(136,147,152)
#778186
(119,129,134)
#666F74
(102,111,116)
#555D62
(85,93,98)
#444B50
(68,75,80)
#33393E
(51,57,62)
#22272C
(34,39,44)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #BBC9CE

#BBC9CE
(187,201,206)
#C1CDD2
(193,205,210)
#C7D1D6
(199,209,214)
#CDD5DA
(205,213,218)
#D3D9DE
(211,217,222)
#D9DDE2
(217,221,226)
#DFE1E6
(223,225,230)
#E5E5EA
(229,229,234)
#EBE9EE
(235,233,238)
#F1EDF2
(241,237,242)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC9CE; }

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

This text font color is #BBC9CE.

Background Color

.myBgColor { background-color: #BBC9CE; }

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

This div background color is #BBC9CE.

Border color

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

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

This div border color is #BBC9CE.

Opacity

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

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

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

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

This text has shadow with #BBC9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC9CE.

Preview

Color preview on black background

This text has color #BBC9CE on black background.


Color preview on white background

This text has color #BBC9CE on white background.


Black color preview on #BBC9CE background

This text has black color on #BBC9CE background.


White color preview on #BBC9CE background

This text has white color on #BBC9CE background.


Related colors

Complementary color

Complementary color for #hex is #443631.


I love getcolorcode.com

Triadic colors

1 #CEBBC9 and #C9CEBB with #BBC9CE are triadic colors.

2 #CEC9BB and #C9BBCE with #BBC9CE are triadic colors.