COLOR #BBD8BC

HEX: #BBD8BC
RGB: (187,216,188)

Color info

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

RGB color model

#BBD8BC color RGB value is (187,216,188).

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

RGB channels and saturation

R 187 of 255 = 73%
G 216 of 255 = 85%
B 188 of 255 = 74%

187
216
188

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

Portions of RGB colors in percentages

R + G + B =
187 + 216 + 188 = 591 (100%)
R 187 of 591 ~ 31.64%
G 216 of 591 ~ 36.55%
B 188 of 591 ~ 31.81%

%31.64
%36.55
%31.81

CMYK color model

#BBD8BC color CMYK value is (13,0,13,15).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 12.96%
  • key color value is 15.29%
CMYK:
(13,0,13,15)
C13M0Y13K15 
(13%,0%,13%,15%)
(0.13/0.00/0.13/0.15)	

CMYK percentages

%13.43
%0
%12.96
%15.29

Codes

Color #BBD8BC in popluar color models

BBD8BC
RGB187216188
HSL122°27.10%79.02%
HSB/HSV122°13.43%84.71%
CMYK13.43%0.00%12.96%
15.29%

Color #BBD8BC in popluar number systems.

HEXBBD8BC
Decimal187216188
Binary101110111101100010111100
Octal273330274

Shades and tints

Shades of #BBD8BC

#BBD8BC
(187,216,188)
#AAC5AB
(170,197,171)
#99B29A
(153,178,154)
#889F89
(136,159,137)
#778C78
(119,140,120)
#667967
(102,121,103)
#556656
(85,102,86)
#445345
(68,83,69)
#334034
(51,64,52)
#222D23
(34,45,35)
#111A12
(17,26,18)
#000000
(0,0,0)

Tints of #BBD8BC

#BBD8BC
(187,216,188)
#C1DBC2
(193,219,194)
#C7DEC8
(199,222,200)
#CDE1CE
(205,225,206)
#D3E4D4
(211,228,212)
#D9E7DA
(217,231,218)
#DFEAE0
(223,234,224)
#E5EDE6
(229,237,230)
#EBF0EC
(235,240,236)
#F1F3F2
(241,243,242)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD8BC; }

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

This text font color is #BBD8BC.


Background Color

.myBgColor { background-color: #BBD8BC; }

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

This div background color is #BBD8BC.


Border color

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

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

This div border color is #BBD8BC.


Opacity

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

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

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

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

This text has shadow with #BBD8BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD8BC on black background.


Color preview on white background

This text has color #BBD8BC on white background.



Black color preview on #BBD8BC background

This text has black color on #BBD8BC background.


White color preview on #BBD8BC background

This text has white color on #BBD8BC background.