COLOR #BBDCD2

HEX: #BBDCD2
RGB: (187,220,210)

Color info

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

RGB color model

#BBDCD2 color RGB value is (187,220,210).

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

RGB channels and saturation

R 187 of 255 = 73%
G 220 of 255 = 86%
B 210 of 255 = 82%

187
220
210

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

Portions of RGB colors in percentages

R + G + B =
187 + 220 + 210 = 617 (100%)
R 187 of 617 ~ 30.31%
G 220 of 617 ~ 35.66%
B 210 of 617 ~ 34.04%

%30.31
%35.66
%34.04

CMYK color model

#BBDCD2 color CMYK value is (15,0,5,14).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 13.73%
CMYK:
(15,0,5,14)
C15M0Y5K14 
(15%,0%,5%,14%)
(0.15/0.00/0.05/0.14)	

CMYK percentages

%15
%0
%4.55
%13.73

Codes

Color #BBDCD2 in popluar color models

BBDCD2
RGB187220210
HSL162°32.04%79.80%
HSB/HSV162°15.00%86.27%
CMYK15.00%0.00%4.55%
13.73%

Color #BBDCD2 in popluar number systems.

HEXBBDCD2
Decimal187220210
Binary101110111101110011010010
Octal273334322

Shades and tints

Shades of #BBDCD2

#BBDCD2
(187,220,210)
#AAC8BF
(170,200,191)
#99B4AC
(153,180,172)
#88A099
(136,160,153)
#778C86
(119,140,134)
#667873
(102,120,115)
#556460
(85,100,96)
#44504D
(68,80,77)
#333C3A
(51,60,58)
#222827
(34,40,39)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #BBDCD2

#BBDCD2
(187,220,210)
#C1DFD6
(193,223,214)
#C7E2DA
(199,226,218)
#CDE5DE
(205,229,222)
#D3E8E2
(211,232,226)
#D9EBE6
(217,235,230)
#DFEEEA
(223,238,234)
#E5F1EE
(229,241,238)
#EBF4F2
(235,244,242)
#F1F7F6
(241,247,246)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDCD2; }

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

This text font color is #BBDCD2.


Background Color

.myBgColor { background-color: #BBDCD2; }

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

This div background color is #BBDCD2.


Border color

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

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

This div border color is #BBDCD2.


Opacity

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

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

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

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

This text has shadow with #BBDCD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDCD2 on black background.


Color preview on white background

This text has color #BBDCD2 on white background.



Black color preview on #BBDCD2 background

This text has black color on #BBDCD2 background.


White color preview on #BBDCD2 background

This text has white color on #BBDCD2 background.