COLOR #BBC6CA

HEX: #BBC6CA RGB: (187,198,202)

Color info

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

RGB color model

#BBC6CA color RGB value is (187,198,202).

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

RGB channels and saturation

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

187
198
202

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

Portions of RGB colors in percentages

R + G + B = 187 + 198 + 202 = 587 (100%)
R 187 of 587 ~ 31.86%
G 198 of 587 ~ 33.73%
B 202 of 587 ~ 34.41'%

%31.86
%33.73
%34.41

CMYK color model

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

  • cyan value is 7.43%
  • magenta value is 1.98%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (7,2,0,21) C7M2Y0K21 (7%,2%,0%,21%) (0.07/0.02/0.00/0.21) 

CMYK percentages

%7.43
%1.98
%0
%20.78

Codes

Color #BBC6CA in popluar color models

BB C6 CA
RGB 187 198 202
HSL 196° 12.40% 76.27%
HSB/HSV 196° 7.43% 79.22%
CMYK 7.43% 1.98% 0.00%
20.78%

Color #BBC6CA in popluar number systems.

HEX BB C6 CA
Decimal 187 198 202
Binary 10111011 11000110 11001010
Octal 273 306 312

Shades and tints

Shades of #BBC6CA

#BBC6CA
(187,198,202)
#AAB4B8
(170,180,184)
#99A2A6
(153,162,166)
#889094
(136,144,148)
#777E82
(119,126,130)
#666C70
(102,108,112)
#555A5E
(85,90,94)
#44484C
(68,72,76)
#33363A
(51,54,58)
#222428
(34,36,40)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #BBC6CA

#BBC6CA
(187,198,202)
#C1CBCE
(193,203,206)
#C7D0D2
(199,208,210)
#CDD5D6
(205,213,214)
#D3DADA
(211,218,218)
#D9DFDE
(217,223,222)
#DFE4E2
(223,228,226)
#E5E9E6
(229,233,230)
#EBEEEA
(235,238,234)
#F1F3EE
(241,243,238)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC6CA; }

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

This text font color is #BBC6CA.

Background Color

.myBgColor { background-color: #BBC6CA; }

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

This div background color is #BBC6CA.

Border color

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

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

This div border color is #BBC6CA.

Opacity

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

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

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

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

This text has shadow with #BBC6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC6CA.

Preview

Color preview on black background

This text has color #BBC6CA on black background.


Color preview on white background

This text has color #BBC6CA on white background.


Black color preview on #BBC6CA background

This text has black color on #BBC6CA background.


White color preview on #BBC6CA background

This text has white color on #BBC6CA background.


Related colors

Complementary color

Complementary color for #hex is #443935.


I love getcolorcode.com

Triadic colors

1 #CABBC6 and #C6CABB with #BBC6CA are triadic colors.

2 #CAC6BB and #C6BBCA with #BBC6CA are triadic colors.