COLOR #BBC3CB

HEX: #BBC3CB RGB: (187,195,203)

Color info

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

RGB color model

#BBC3CB color RGB value is (187,195,203).

RGB: (187,195,203) (73%, 76%, 80%)

RGB channels and saturation

R 187 of 255 = 73%
G 195 of 255 = 76%
B 203 of 255 = 80%

187
195
203

R + G + B ~ 76%. #BBC3CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 195 + 203 = 585 (100%)
R 187 of 585 ~ 31.97%
G 195 of 585 ~ 33.33%
B 203 of 585 ~ 34.7'%

%31.97
%33.33
%34.7

CMYK color model

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

  • cyan value is 7.88%
  • magenta value is 3.94%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (8,4,0,20)
C8M4Y0K20 (8%, 4%, 0%, 20%)
(0.08 / 0.04 / 0.00 / 0.20)

CMYK percentages

%7.88
%3.94
%0
%20.39

Codes

Color #BBC3CB in popluar color models

BB C3 CB
RGB 187 195 203
HSL 210° 13.33% 76.47%
HSB/HSV 210° 7.88% 79.61%
CMYK 7.88% 3.94% 0.00%
20.39%

Color #BBC3CB in popluar number systems.

HEX BB C3 CB
Decimal 187 195 203
Binary 10111011 11000011 11001011
Octal 273 303 313

Shades and tints

Shades of #BBC3CB

#BBC3CB
(187,195,203)
#AAB2B9
(170,178,185)
#99A1A7
(153,161,167)
#889095
(136,144,149)
#777F83
(119,127,131)
#666E71
(102,110,113)
#555D5F
(85,93,95)
#444C4D
(68,76,77)
#333B3B
(51,59,59)
#222A29
(34,42,41)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #BBC3CB

#BBC3CB
(187,195,203)
#C1C8CF
(193,200,207)
#C7CDD3
(199,205,211)
#CDD2D7
(205,210,215)
#D3D7DB
(211,215,219)
#D9DCDF
(217,220,223)
#DFE1E3
(223,225,227)
#E5E6E7
(229,230,231)
#EBEBEB
(235,235,235)
#F1F0EF
(241,240,239)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC3CB; }

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

This text font color is #BBC3CB.

Background Color

.myBgColor { background-color: #BBC3CB; }

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

This div background color is #BBC3CB.

Border color

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

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

This div border color is #BBC3CB.

Opacity

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

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

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

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

This text has shadow with #BBC3CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC3CB.

Preview

Color preview on black background

This text has color #BBC3CB on black background.


Color preview on white background

This text has color #BBC3CB on white background.


Black color preview on #BBC3CB background

This text has black color on #BBC3CB background.


White color preview on #BBC3CB background

This text has white color on #BBC3CB background.


Related colors

Complementary color

Complementary color for #hex is #443C34.


I love getcolorcode.com

Triadic colors

1 #CBBBC3 and #C3CBBB with #BBC3CB are triadic colors.

2 #CBC3BB and #C3BBCB with #BBC3CB are triadic colors.