COLOR #BBD4BC

HEX: #BBD4BC
RGB: (187,212,188)

Color info

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

RGB color model

#BBD4BC color RGB value is (187,212,188).

  • red value is 187;
  • green value is 212;
  • blue value is 188.
RGB:
(187,212,188)
(73%,83%,74%)

RGB channels and saturation

R 187 of 255 = 73%
G 212 of 255 = 83%
B 188 of 255 = 74%

187
212
188

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

Portions of RGB colors in percentages

R + G + B =
187 + 212 + 188 = 587 (100%)
R 187 of 587 ~ 31.86%
G 212 of 587 ~ 36.12%
B 188 of 587 ~ 32.03%

%31.86
%36.12
%32.03

CMYK color model

#BBD4BC color CMYK value is (12,0,11,17).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 11.32%
  • key color value is 16.86%
CMYK:
(12,0,11,17)
C12M0Y11K17 
(12%,0%,11%,17%)
(0.12/0.00/0.11/0.17)	

CMYK percentages

%11.79
%0
%11.32
%16.86

Codes

Color #BBD4BC in popluar color models

BBD4BC
RGB187212188
HSL122°22.52%78.24%
HSB/HSV122°11.79%83.14%
CMYK11.79%0.00%11.32%
16.86%

Color #BBD4BC in popluar number systems.

HEXBBD4BC
Decimal187212188
Binary101110111101010010111100
Octal273324274

Shades and tints

Shades of #BBD4BC

#BBD4BC
(187,212,188)
#AAC1AB
(170,193,171)
#99AE9A
(153,174,154)
#889B89
(136,155,137)
#778878
(119,136,120)
#667567
(102,117,103)
#556256
(85,98,86)
#444F45
(68,79,69)
#333C34
(51,60,52)
#222923
(34,41,35)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #BBD4BC

#BBD4BC
(187,212,188)
#C1D7C2
(193,215,194)
#C7DAC8
(199,218,200)
#CDDDCE
(205,221,206)
#D3E0D4
(211,224,212)
#D9E3DA
(217,227,218)
#DFE6E0
(223,230,224)
#E5E9E6
(229,233,230)
#EBECEC
(235,236,236)
#F1EFF2
(241,239,242)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD4BC color. Also use rgb(187,212,188) instead hex code.

Text Font Color

.myTextColor { color: #BBD4BC; }

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

This text font color is #BBD4BC.


Background Color

.myBgColor { background-color: #BBD4BC; }

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

This div background color is #BBD4BC.


Border color

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

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

This div border color is #BBD4BC.


Opacity

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

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

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

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

This text has shadow with #BBD4BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD4BC on black background.


Color preview on white background

This text has color #BBD4BC on white background.



Black color preview on #BBD4BC background

This text has black color on #BBD4BC background.


White color preview on #BBD4BC background

This text has white color on #BBD4BC background.