COLOR #BBD5BC

HEX: #BBD5BC
RGB: (187,213,188)

Color info

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

RGB color model

#BBD5BC color RGB value is (187,213,188).

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

RGB channels and saturation

R 187 of 255 = 73%
G 213 of 255 = 84%
B 188 of 255 = 74%

187
213
188

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

Portions of RGB colors in percentages

R + G + B =
187 + 213 + 188 = 588 (100%)
R 187 of 588 ~ 31.8%
G 213 of 588 ~ 36.22%
B 188 of 588 ~ 31.97%

%31.8
%36.22
%31.97

CMYK color model

#BBD5BC color CMYK value is (12,0,12,16).

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 16.47%
CMYK:
(12,0,12,16)
C12M0Y12K16 
(12%,0%,12%,16%)
(0.12/0.00/0.12/0.16)	

CMYK percentages

%12.21
%0
%11.74
%16.47

Codes

Color #BBD5BC in popluar color models

BBD5BC
RGB187213188
HSL122°23.64%78.43%
HSB/HSV122°12.21%83.53%
CMYK12.21%0.00%11.74%
16.47%

Color #BBD5BC in popluar number systems.

HEXBBD5BC
Decimal187213188
Binary101110111101010110111100
Octal273325274

Shades and tints

Shades of #BBD5BC

#BBD5BC
(187,213,188)
#AAC2AB
(170,194,171)
#99AF9A
(153,175,154)
#889C89
(136,156,137)
#778978
(119,137,120)
#667667
(102,118,103)
#556356
(85,99,86)
#445045
(68,80,69)
#333D34
(51,61,52)
#222A23
(34,42,35)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #BBD5BC

#BBD5BC
(187,213,188)
#C1D8C2
(193,216,194)
#C7DBC8
(199,219,200)
#CDDECE
(205,222,206)
#D3E1D4
(211,225,212)
#D9E4DA
(217,228,218)
#DFE7E0
(223,231,224)
#E5EAE6
(229,234,230)
#EBEDEC
(235,237,236)
#F1F0F2
(241,240,242)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD5BC; }

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

This text font color is #BBD5BC.


Background Color

.myBgColor { background-color: #BBD5BC; }

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

This div background color is #BBD5BC.


Border color

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

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

This div border color is #BBD5BC.


Opacity

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

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

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

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

This text has shadow with #BBD5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD5BC on black background.


Color preview on white background

This text has color #BBD5BC on white background.



Black color preview on #BBD5BC background

This text has black color on #BBD5BC background.


White color preview on #BBD5BC background

This text has white color on #BBD5BC background.