COLOR #BBDCD5

HEX: #BBDCD5
RGB: (187,220,213)

Color info

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

RGB color model

#BBDCD5 color RGB value is (187,220,213).

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

RGB channels and saturation

R 187 of 255 = 73%
G 220 of 255 = 86%
B 213 of 255 = 84%

187
220
213

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

Portions of RGB colors in percentages

R + G + B =
187 + 220 + 213 = 620 (100%)
R 187 of 620 ~ 30.16%
G 220 of 620 ~ 35.48%
B 213 of 620 ~ 34.35%

%30.16
%35.48
%34.35

CMYK color model

#BBDCD5 color CMYK value is (15,0,3,14).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 3.18%
  • key color value is 13.73%
CMYK:
(15,0,3,14)
C15M0Y3K14 
(15%,0%,3%,14%)
(0.15/0.00/0.03/0.14)	

CMYK percentages

%15
%0
%3.18
%13.73

Codes

Color #BBDCD5 in popluar color models

BBDCD5
RGB187220213
HSL167°32.04%79.80%
HSB/HSV167°15.00%86.27%
CMYK15.00%0.00%3.18%
13.73%

Color #BBDCD5 in popluar number systems.

HEXBBDCD5
Decimal187220213
Binary101110111101110011010101
Octal273334325

Shades and tints

Shades of #BBDCD5

#BBDCD5
(187,220,213)
#AAC8C2
(170,200,194)
#99B4AF
(153,180,175)
#88A09C
(136,160,156)
#778C89
(119,140,137)
#667876
(102,120,118)
#556463
(85,100,99)
#445050
(68,80,80)
#333C3D
(51,60,61)
#22282A
(34,40,42)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #BBDCD5

#BBDCD5
(187,220,213)
#C1DFD8
(193,223,216)
#C7E2DB
(199,226,219)
#CDE5DE
(205,229,222)
#D3E8E1
(211,232,225)
#D9EBE4
(217,235,228)
#DFEEE7
(223,238,231)
#E5F1EA
(229,241,234)
#EBF4ED
(235,244,237)
#F1F7F0
(241,247,240)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDCD5; }

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

This text font color is #BBDCD5.


Background Color

.myBgColor { background-color: #BBDCD5; }

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

This div background color is #BBDCD5.


Border color

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

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

This div border color is #BBDCD5.


Opacity

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

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

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

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

This text has shadow with #BBDCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDCD5 on black background.


Color preview on white background

This text has color #BBDCD5 on white background.



Black color preview on #BBDCD5 background

This text has black color on #BBDCD5 background.


White color preview on #BBDCD5 background

This text has white color on #BBDCD5 background.