COLOR #BBCFDC

HEX: #BBCFDC RGB: (187,207,220)

Color info

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

RGB color model

#BBCFDC color RGB value is (187,207,220).

RGB: (187,207,220) (73%, 81%, 86%)

RGB channels and saturation

R 187 of 255 = 73%
G 207 of 255 = 81%
B 220 of 255 = 86%

187
207
220

R + G + B ~ 80%. #BBCFDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 207 + 220 = 614 (100%)
R 187 of 614 ~ 30.46%
G 207 of 614 ~ 33.71%
B 220 of 614 ~ 35.83'%

%30.46
%33.71
%35.83

CMYK color model

#BBCFDC color CMYK value is (15,6,0,14).

  • cyan value is 15.00%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (15,6,0,14)
C15M6Y0K14 (15%, 6%, 0%, 14%)
(0.15 / 0.06 / 0.00 / 0.14)

CMYK percentages

%15
%5.91
%0
%13.73

Codes

Color #BBCFDC in popluar color models

BB CF DC
RGB 187 207 220
HSL 204° 32.04% 79.80%
HSB/HSV 204° 15.00% 86.27%
CMYK 15.00% 5.91% 0.00%
13.73%

Color #BBCFDC in popluar number systems.

HEX BB CF DC
Decimal 187 207 220
Binary 10111011 11001111 11011100
Octal 273 317 334

Shades and tints

Shades of #BBCFDC

#BBCFDC
(187,207,220)
#AABDC8
(170,189,200)
#99ABB4
(153,171,180)
#8899A0
(136,153,160)
#77878C
(119,135,140)
#667578
(102,117,120)
#556364
(85,99,100)
#445150
(68,81,80)
#333F3C
(51,63,60)
#222D28
(34,45,40)
#111B14
(17,27,20)
#000000
(0,0,0)

Tints of #BBCFDC

#BBCFDC
(187,207,220)
#C1D3DF
(193,211,223)
#C7D7E2
(199,215,226)
#CDDBE5
(205,219,229)
#D3DFE8
(211,223,232)
#D9E3EB
(217,227,235)
#DFE7EE
(223,231,238)
#E5EBF1
(229,235,241)
#EBEFF4
(235,239,244)
#F1F3F7
(241,243,247)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCFDC; }

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

This text font color is #BBCFDC.

Background Color

.myBgColor { background-color: #BBCFDC; }

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

This div background color is #BBCFDC.

Border color

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

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

This div border color is #BBCFDC.

Opacity

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

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

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

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

This text has shadow with #BBCFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCFDC.

Preview

Color preview on black background

This text has color #BBCFDC on black background.


Color preview on white background

This text has color #BBCFDC on white background.


Black color preview on #BBCFDC background

This text has black color on #BBCFDC background.


White color preview on #BBCFDC background

This text has white color on #BBCFDC background.


Related colors

Complementary color

Complementary color for #hex is #443023.


I love getcolorcode.com

Triadic colors

1 #DCBBCF and #CFDCBB with #BBCFDC are triadic colors.

2 #DCCFBB and #CFBBDC with #BBCFDC are triadic colors.