COLOR #BBDCDA

HEX: #BBDCDA
RGB: (187,220,218)

Color info

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

RGB color model

#BBDCDA color RGB value is (187,220,218).

  • red value is 187;
  • green value is 220;
  • blue value is 218.
RGB:
(187,220,218)
(73%,86%,85%)

RGB channels and saturation

R 187 of 255 = 73%
G 220 of 255 = 86%
B 218 of 255 = 85%

187
220
218

R + G + B ~ 81%. #BBDCDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 220 + 218 = 625 (100%)
R 187 of 625 ~ 29.92%
G 220 of 625 ~ 35.2%
B 218 of 625 ~ 34.88%

%29.92
%35.2
%34.88

CMYK color model

#BBDCDA color CMYK value is (15,0,1,14).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 13.73%
CMYK:
(15,0,1,14)
C15M0Y1K14 
(15%,0%,1%,14%)
(0.15/0.00/0.01/0.14)	

CMYK percentages

%15
%0
%0.91
%13.73

Codes

Color #BBDCDA in popluar color models

BBDCDA
RGB187220218
HSL176°32.04%79.80%
HSB/HSV176°15.00%86.27%
CMYK15.00%0.00%0.91%
13.73%

Color #BBDCDA in popluar number systems.

HEXBBDCDA
Decimal187220218
Binary101110111101110011011010
Octal273334332

Shades and tints

Shades of #BBDCDA

#BBDCDA
(187,220,218)
#AAC8C7
(170,200,199)
#99B4B4
(153,180,180)
#88A0A1
(136,160,161)
#778C8E
(119,140,142)
#66787B
(102,120,123)
#556468
(85,100,104)
#445055
(68,80,85)
#333C42
(51,60,66)
#22282F
(34,40,47)
#11141C
(17,20,28)
#000000
(0,0,0)

Tints of #BBDCDA

#BBDCDA
(187,220,218)
#C1DFDD
(193,223,221)
#C7E2E0
(199,226,224)
#CDE5E3
(205,229,227)
#D3E8E6
(211,232,230)
#D9EBE9
(217,235,233)
#DFEEEC
(223,238,236)
#E5F1EF
(229,241,239)
#EBF4F2
(235,244,242)
#F1F7F5
(241,247,245)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDCDA color. Also use rgb(187,220,218) instead hex code.

Text Font Color

.myTextColor { color: #BBDCDA; }

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

This text font color is #BBDCDA.


Background Color

.myBgColor { background-color: #BBDCDA; }

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

This div background color is #BBDCDA.


Border color

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

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

This div border color is #BBDCDA.


Opacity

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

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

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

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

This text has shadow with #BBDCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDCDA on black background.


Color preview on white background

This text has color #BBDCDA on white background.



Black color preview on #BBDCDA background

This text has black color on #BBDCDA background.


White color preview on #BBDCDA background

This text has white color on #BBDCDA background.