COLOR #BBC9CA

HEX: #BBC9CA
RGB: (187,201,202)

Color info

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

RGB color model

#BBC9CA color RGB value is (187,201,202).

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

RGB channels and saturation

R 187 of 255 = 73%
G 201 of 255 = 79%
B 202 of 255 = 79%

187
201
202

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

Portions of RGB colors in percentages

R + G + B =
187 + 201 + 202 = 590 (100%)
R 187 of 590 ~ 31.69%
G 201 of 590 ~ 34.07%
B 202 of 590 ~ 34.24%

%31.69
%34.07
%34.24

CMYK color model

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

  • cyan value is 7.43%
  • magenta value is 0.50%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(7,0,0,21)
C7M0Y0K21 
(7%,0%,0%,21%)
(0.07/0.00/0.00/0.21)	

CMYK percentages

%7.43
%0.5
%0
%20.78

Codes

Color #BBC9CA in popluar color models

BBC9CA
RGB187201202
HSL184°12.40%76.27%
HSB/HSV184°7.43%79.22%
CMYK7.43%0.50%0.00%
20.78%

Color #BBC9CA in popluar number systems.

HEXBBC9CA
Decimal187201202
Binary101110111100100111001010
Octal273311312

Shades and tints

Shades of #BBC9CA

#BBC9CA
(187,201,202)
#AAB7B8
(170,183,184)
#99A5A6
(153,165,166)
#889394
(136,147,148)
#778182
(119,129,130)
#666F70
(102,111,112)
#555D5E
(85,93,94)
#444B4C
(68,75,76)
#33393A
(51,57,58)
#222728
(34,39,40)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #BBC9CA

#BBC9CA
(187,201,202)
#C1CDCE
(193,205,206)
#C7D1D2
(199,209,210)
#CDD5D6
(205,213,214)
#D3D9DA
(211,217,218)
#D9DDDE
(217,221,222)
#DFE1E2
(223,225,226)
#E5E5E6
(229,229,230)
#EBE9EA
(235,233,234)
#F1EDEE
(241,237,238)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC9CA; }

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

This text font color is #BBC9CA.


Background Color

.myBgColor { background-color: #BBC9CA; }

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

This div background color is #BBC9CA.


Border color

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

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

This div border color is #BBC9CA.


Opacity

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

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

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

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

This text has shadow with #BBC9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC9CA on black background.


Color preview on white background

This text has color #BBC9CA on white background.



Black color preview on #BBC9CA background

This text has black color on #BBC9CA background.


White color preview on #BBC9CA background

This text has white color on #BBC9CA background.