COLOR #BBC7CA

HEX: #BBC7CA
RGB: (187,199,202)

Color info

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

RGB color model

#BBC7CA color RGB value is (187,199,202).

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

RGB channels and saturation

R 187 of 255 = 73%
G 199 of 255 = 78%
B 202 of 255 = 79%

187
199
202

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

Portions of RGB colors in percentages

R + G + B =
187 + 199 + 202 = 588 (100%)
R 187 of 588 ~ 31.8%
G 199 of 588 ~ 33.84%
B 202 of 588 ~ 34.35%

%31.8
%33.84
%34.35

CMYK color model

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

  • cyan value is 7.43%
  • magenta value is 1.49%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(7,1,0,21)
C7M1Y0K21 
(7%,1%,0%,21%)
(0.07/0.01/0.00/0.21)	

CMYK percentages

%7.43
%1.49
%0
%20.78

Codes

Color #BBC7CA in popluar color models

BBC7CA
RGB187199202
HSL192°12.40%76.27%
HSB/HSV192°7.43%79.22%
CMYK7.43%1.49%0.00%
20.78%

Color #BBC7CA in popluar number systems.

HEXBBC7CA
Decimal187199202
Binary101110111100011111001010
Octal273307312

Shades and tints

Shades of #BBC7CA

#BBC7CA
(187,199,202)
#AAB5B8
(170,181,184)
#99A3A6
(153,163,166)
#889194
(136,145,148)
#777F82
(119,127,130)
#666D70
(102,109,112)
#555B5E
(85,91,94)
#44494C
(68,73,76)
#33373A
(51,55,58)
#222528
(34,37,40)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #BBC7CA

#BBC7CA
(187,199,202)
#C1CCCE
(193,204,206)
#C7D1D2
(199,209,210)
#CDD6D6
(205,214,214)
#D3DBDA
(211,219,218)
#D9E0DE
(217,224,222)
#DFE5E2
(223,229,226)
#E5EAE6
(229,234,230)
#EBEFEA
(235,239,234)
#F1F4EE
(241,244,238)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC7CA; }

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

This text font color is #BBC7CA.


Background Color

.myBgColor { background-color: #BBC7CA; }

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

This div background color is #BBC7CA.


Border color

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

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

This div border color is #BBC7CA.


Opacity

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

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

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

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

This text has shadow with #BBC7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC7CA on black background.


Color preview on white background

This text has color #BBC7CA on white background.



Black color preview on #BBC7CA background

This text has black color on #BBC7CA background.


White color preview on #BBC7CA background

This text has white color on #BBC7CA background.