COLOR #BBDBCE

HEX: #BBDBCE
RGB: (187,219,206)

Color info

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

RGB color model

#BBDBCE color RGB value is (187,219,206).

  • red value is 187;
  • green value is 219;
  • blue value is 206.
RGB:
(187,219,206)
(73%,86%,81%)

RGB channels and saturation

R 187 of 255 = 73%
G 219 of 255 = 86%
B 206 of 255 = 81%

187
219
206

R + G + B ~ 80%. #BBDBCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 219 + 206 = 612 (100%)
R 187 of 612 ~ 30.56%
G 219 of 612 ~ 35.78%
B 206 of 612 ~ 33.66%

%30.56
%35.78
%33.66

CMYK color model

#BBDBCE color CMYK value is (15,0,6,14).

  • cyan value is 14.61%
  • magenta value is 0.00%
  • yellow value is 5.94%
  • key color value is 14.12%
CMYK:
(15,0,6,14)
C15M0Y6K14 
(15%,0%,6%,14%)
(0.15/0.00/0.06/0.14)	

CMYK percentages

%14.61
%0
%5.94
%14.12

Codes

Color #BBDBCE in popluar color models

BBDBCE
RGB187219206
HSL156°30.77%79.61%
HSB/HSV156°14.61%85.88%
CMYK14.61%0.00%5.94%
14.12%

Color #BBDBCE in popluar number systems.

HEXBBDBCE
Decimal187219206
Binary101110111101101111001110
Octal273333316

Shades and tints

Shades of #BBDBCE

#BBDBCE
(187,219,206)
#AAC8BC
(170,200,188)
#99B5AA
(153,181,170)
#88A298
(136,162,152)
#778F86
(119,143,134)
#667C74
(102,124,116)
#556962
(85,105,98)
#445650
(68,86,80)
#33433E
(51,67,62)
#22302C
(34,48,44)
#111D1A
(17,29,26)
#000000
(0,0,0)

Tints of #BBDBCE

#BBDBCE
(187,219,206)
#C1DED2
(193,222,210)
#C7E1D6
(199,225,214)
#CDE4DA
(205,228,218)
#D3E7DE
(211,231,222)
#D9EAE2
(217,234,226)
#DFEDE6
(223,237,230)
#E5F0EA
(229,240,234)
#EBF3EE
(235,243,238)
#F1F6F2
(241,246,242)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDBCE; }

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

This text font color is #BBDBCE.


Background Color

.myBgColor { background-color: #BBDBCE; }

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

This div background color is #BBDBCE.


Border color

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

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

This div border color is #BBDBCE.


Opacity

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

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

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

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

This text has shadow with #BBDBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDBCE on black background.


Color preview on white background

This text has color #BBDBCE on white background.



Black color preview on #BBDBCE background

This text has black color on #BBDBCE background.


White color preview on #BBDBCE background

This text has white color on #BBDBCE background.