COLOR #BBC6D4

HEX: #BBC6D4
RGB: (187,198,212)

Color info

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

RGB color model

#BBC6D4 color RGB value is (187,198,212).

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

RGB channels and saturation

R 187 of 255 = 73%
G 198 of 255 = 78%
B 212 of 255 = 83%

187
198
212

R + G + B ~ 78%. #BBC6D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 198 + 212 = 597 (100%)
R 187 of 597 ~ 31.32%
G 198 of 597 ~ 33.17%
B 212 of 597 ~ 35.51%

%31.32
%33.17
%35.51

CMYK color model

#BBC6D4 color CMYK value is (12,7,0,17).

  • cyan value is 11.79%
  • magenta value is 6.60%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(12,7,0,17)
C12M7Y0K17 
(12%,7%,0%,17%)
(0.12/0.07/0.00/0.17)	

CMYK percentages

%11.79
%6.6
%0
%16.86

Codes

Color #BBC6D4 in popluar color models

BBC6D4
RGB187198212
HSL214°22.52%78.24%
HSB/HSV214°11.79%83.14%
CMYK11.79%6.60%0.00%
16.86%

Color #BBC6D4 in popluar number systems.

HEXBBC6D4
Decimal187198212
Binary101110111100011011010100
Octal273306324

Shades and tints

Shades of #BBC6D4

#BBC6D4
(187,198,212)
#AAB4C1
(170,180,193)
#99A2AE
(153,162,174)
#88909B
(136,144,155)
#777E88
(119,126,136)
#666C75
(102,108,117)
#555A62
(85,90,98)
#44484F
(68,72,79)
#33363C
(51,54,60)
#222429
(34,36,41)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #BBC6D4

#BBC6D4
(187,198,212)
#C1CBD7
(193,203,215)
#C7D0DA
(199,208,218)
#CDD5DD
(205,213,221)
#D3DAE0
(211,218,224)
#D9DFE3
(217,223,227)
#DFE4E6
(223,228,230)
#E5E9E9
(229,233,233)
#EBEEEC
(235,238,236)
#F1F3EF
(241,243,239)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC6D4; }

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

This text font color is #BBC6D4.


Background Color

.myBgColor { background-color: #BBC6D4; }

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

This div background color is #BBC6D4.


Border color

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

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

This div border color is #BBC6D4.


Opacity

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

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

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

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

This text has shadow with #BBC6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC6D4 on black background.


Color preview on white background

This text has color #BBC6D4 on white background.



Black color preview on #BBC6D4 background

This text has black color on #BBC6D4 background.


White color preview on #BBC6D4 background

This text has white color on #BBC6D4 background.