COLOR #BBC3DC

HEX: #BBC3DC
RGB: (187,195,220)

Color info

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

RGB color model

#BBC3DC color RGB value is (187,195,220).

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

RGB channels and saturation

R 187 of 255 = 73%
G 195 of 255 = 76%
B 220 of 255 = 86%

187
195
220

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

Portions of RGB colors in percentages

R + G + B =
187 + 195 + 220 = 602 (100%)
R 187 of 602 ~ 31.06%
G 195 of 602 ~ 32.39%
B 220 of 602 ~ 36.54%

%31.06
%32.39
%36.54

CMYK color model

#BBC3DC color CMYK value is (15,11,0,14).

  • cyan value is 15.00%
  • magenta value is 11.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(15,11,0,14)
C15M11Y0K14 
(15%,11%,0%,14%)
(0.15/0.11/0.00/0.14)	

CMYK percentages

%15
%11.36
%0
%13.73

Codes

Color #BBC3DC in popluar color models

BBC3DC
RGB187195220
HSL225°32.04%79.80%
HSB/HSV225°15.00%86.27%
CMYK15.00%11.36%0.00%
13.73%

Color #BBC3DC in popluar number systems.

HEXBBC3DC
Decimal187195220
Binary101110111100001111011100
Octal273303334

Shades and tints

Shades of #BBC3DC

#BBC3DC
(187,195,220)
#AAB2C8
(170,178,200)
#99A1B4
(153,161,180)
#8890A0
(136,144,160)
#777F8C
(119,127,140)
#666E78
(102,110,120)
#555D64
(85,93,100)
#444C50
(68,76,80)
#333B3C
(51,59,60)
#222A28
(34,42,40)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #BBC3DC

#BBC3DC
(187,195,220)
#C1C8DF
(193,200,223)
#C7CDE2
(199,205,226)
#CDD2E5
(205,210,229)
#D3D7E8
(211,215,232)
#D9DCEB
(217,220,235)
#DFE1EE
(223,225,238)
#E5E6F1
(229,230,241)
#EBEBF4
(235,235,244)
#F1F0F7
(241,240,247)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC3DC; }

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

This text font color is #BBC3DC.


Background Color

.myBgColor { background-color: #BBC3DC; }

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

This div background color is #BBC3DC.


Border color

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

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

This div border color is #BBC3DC.


Opacity

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

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

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

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

This text has shadow with #BBC3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC3DC on black background.


Color preview on white background

This text has color #BBC3DC on white background.



Black color preview on #BBC3DC background

This text has black color on #BBC3DC background.


White color preview on #BBC3DC background

This text has white color on #BBC3DC background.