COLOR #BBCBCA

HEX: #BBCBCA RGB: (187,203,202)

Color info

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

RGB color model

#BBCBCA color RGB value is (187,203,202).

RGB: (187,203,202) (73%, 80%, 79%)

RGB channels and saturation

R 187 of 255 = 73%
G 203 of 255 = 80%
B 202 of 255 = 79%

187
203
202

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

Portions of RGB colors in percentages

R + G + B = 187 + 203 + 202 = 592 (100%)
R 187 of 592 ~ 31.59%
G 203 of 592 ~ 34.29%
B 202 of 592 ~ 34.12'%

%31.59
%34.29
%34.12

CMYK color model

#BBCBCA color CMYK value is (8,0,0,20).

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 20.39%
CMYK: (8,0,0,20) C8M0Y0K20 (8%,0%,0%,20%) (0.08/0.00/0.00/0.20) 

CMYK percentages

%7.88
%0
%0.49
%20.39

Codes

Color #BBCBCA in popluar color models

BB CB CA
RGB 187 203 202
HSL 176° 13.33% 76.47%
HSB/HSV 176° 7.88% 79.61%
CMYK 7.88% 0.00% 0.49%
20.39%

Color #BBCBCA in popluar number systems.

HEX BB CB CA
Decimal 187 203 202
Binary 10111011 11001011 11001010
Octal 273 313 312

Shades and tints

Shades of #BBCBCA

#BBCBCA
(187,203,202)
#AAB9B8
(170,185,184)
#99A7A6
(153,167,166)
#889594
(136,149,148)
#778382
(119,131,130)
#667170
(102,113,112)
#555F5E
(85,95,94)
#444D4C
(68,77,76)
#333B3A
(51,59,58)
#222928
(34,41,40)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #BBCBCA

#BBCBCA
(187,203,202)
#C1CFCE
(193,207,206)
#C7D3D2
(199,211,210)
#CDD7D6
(205,215,214)
#D3DBDA
(211,219,218)
#D9DFDE
(217,223,222)
#DFE3E2
(223,227,226)
#E5E7E6
(229,231,230)
#EBEBEA
(235,235,234)
#F1EFEE
(241,239,238)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCBCA; }

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

This text font color is #BBCBCA.

Background Color

.myBgColor { background-color: #BBCBCA; }

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

This div background color is #BBCBCA.

Border color

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

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

This div border color is #BBCBCA.

Opacity

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

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

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

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

This text has shadow with #BBCBCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCBCA.

Preview

Color preview on black background

This text has color #BBCBCA on black background.


Color preview on white background

This text has color #BBCBCA on white background.


Black color preview on #BBCBCA background

This text has black color on #BBCBCA background.


White color preview on #BBCBCA background

This text has white color on #BBCBCA background.


Related colors

Complementary color

Complementary color for #hex is #443435.


I love getcolorcode.com

Triadic colors

1 #CABBCB and #CBCABB with #BBCBCA are triadic colors.

2 #CACBBB and #CBBBCA with #BBCBCA are triadic colors.