COLOR #BBC3CE

HEX: #BBC3CE RGB: (187,195,206)

Color info

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

RGB color model

#BBC3CE color RGB value is (187,195,206).

RGB: (187,195,206) (73%, 76%, 81%)

RGB channels and saturation

R 187 of 255 = 73%
G 195 of 255 = 76%
B 206 of 255 = 81%

187
195
206

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

Portions of RGB colors in percentages

R + G + B = 187 + 195 + 206 = 588 (100%)
R 187 of 588 ~ 31.8%
G 195 of 588 ~ 33.16%
B 206 of 588 ~ 35.03'%

%31.8
%33.16
%35.03

CMYK color model

#BBC3CE color CMYK value is (9,5,0,19).

  • cyan value is 9.22%
  • magenta value is 5.34%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (9,5,0,19)
C9M5Y0K19 (9%, 5%, 0%, 19%)
(0.09 / 0.05 / 0.00 / 0.19)

CMYK percentages

%9.22
%5.34
%0
%19.22

Codes

Color #BBC3CE in popluar color models

BB C3 CE
RGB 187 195 206
HSL 215° 16.24% 77.06%
HSB/HSV 215° 9.22% 80.78%
CMYK 9.22% 5.34% 0.00%
19.22%

Color #BBC3CE in popluar number systems.

HEX BB C3 CE
Decimal 187 195 206
Binary 10111011 11000011 11001110
Octal 273 303 316

Shades and tints

Shades of #BBC3CE

#BBC3CE
(187,195,206)
#AAB2BC
(170,178,188)
#99A1AA
(153,161,170)
#889098
(136,144,152)
#777F86
(119,127,134)
#666E74
(102,110,116)
#555D62
(85,93,98)
#444C50
(68,76,80)
#333B3E
(51,59,62)
#222A2C
(34,42,44)
#11191A
(17,25,26)
#000000
(0,0,0)

Tints of #BBC3CE

#BBC3CE
(187,195,206)
#C1C8D2
(193,200,210)
#C7CDD6
(199,205,214)
#CDD2DA
(205,210,218)
#D3D7DE
(211,215,222)
#D9DCE2
(217,220,226)
#DFE1E6
(223,225,230)
#E5E6EA
(229,230,234)
#EBEBEE
(235,235,238)
#F1F0F2
(241,240,242)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC3CE; }

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

This text font color is #BBC3CE.

Background Color

.myBgColor { background-color: #BBC3CE; }

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

This div background color is #BBC3CE.

Border color

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

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

This div border color is #BBC3CE.

Opacity

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

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

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

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

This text has shadow with #BBC3CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC3CE.

Preview

Color preview on black background

This text has color #BBC3CE on black background.


Color preview on white background

This text has color #BBC3CE on white background.


Black color preview on #BBC3CE background

This text has black color on #BBC3CE background.


White color preview on #BBC3CE background

This text has white color on #BBC3CE background.


Related colors

Complementary color

Complementary color for #hex is #443C31.


I love getcolorcode.com

Triadic colors

1 #CEBBC3 and #C3CEBB with #BBC3CE are triadic colors.

2 #CEC3BB and #C3BBCE with #BBC3CE are triadic colors.