COLOR #BBCFD9

HEX: #BBCFD9 RGB: (187,207,217)

Color info

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

RGB color model

#BBCFD9 color RGB value is (187,207,217).

RGB: (187,207,217) (73%, 81%, 85%)

RGB channels and saturation

R 187 of 255 = 73%
G 207 of 255 = 81%
B 217 of 255 = 85%

187
207
217

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

Portions of RGB colors in percentages

R + G + B = 187 + 207 + 217 = 611 (100%)
R 187 of 611 ~ 30.61%
G 207 of 611 ~ 33.88%
B 217 of 611 ~ 35.52'%

%30.61
%33.88
%35.52

CMYK color model

#BBCFD9 color CMYK value is (14,5,0,15).

  • cyan value is 13.82%
  • magenta value is 4.61%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (14,5,0,15)
C14M5Y0K15 (14%, 5%, 0%, 15%)
(0.14 / 0.05 / 0.00 / 0.15)

CMYK percentages

%13.82
%4.61
%0
%14.9

Codes

Color #BBCFD9 in popluar color models

BB CF D9
RGB 187 207 217
HSL 200° 28.30% 79.22%
HSB/HSV 200° 13.82% 85.10%
CMYK 13.82% 4.61% 0.00%
14.90%

Color #BBCFD9 in popluar number systems.

HEX BB CF D9
Decimal 187 207 217
Binary 10111011 11001111 11011001
Octal 273 317 331

Shades and tints

Shades of #BBCFD9

#BBCFD9
(187,207,217)
#AABDC6
(170,189,198)
#99ABB3
(153,171,179)
#8899A0
(136,153,160)
#77878D
(119,135,141)
#66757A
(102,117,122)
#556367
(85,99,103)
#445154
(68,81,84)
#333F41
(51,63,65)
#222D2E
(34,45,46)
#111B1B
(17,27,27)
#000000
(0,0,0)

Tints of #BBCFD9

#BBCFD9
(187,207,217)
#C1D3DC
(193,211,220)
#C7D7DF
(199,215,223)
#CDDBE2
(205,219,226)
#D3DFE5
(211,223,229)
#D9E3E8
(217,227,232)
#DFE7EB
(223,231,235)
#E5EBEE
(229,235,238)
#EBEFF1
(235,239,241)
#F1F3F4
(241,243,244)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCFD9; }

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

This text font color is #BBCFD9.

Background Color

.myBgColor { background-color: #BBCFD9; }

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

This div background color is #BBCFD9.

Border color

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

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

This div border color is #BBCFD9.

Opacity

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

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

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

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

This text has shadow with #BBCFD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCFD9.

Preview

Color preview on black background

This text has color #BBCFD9 on black background.


Color preview on white background

This text has color #BBCFD9 on white background.


Black color preview on #BBCFD9 background

This text has black color on #BBCFD9 background.


White color preview on #BBCFD9 background

This text has white color on #BBCFD9 background.


Related colors

Complementary color

Complementary color for #hex is #443026.


I love getcolorcode.com

Triadic colors

1 #D9BBCF and #CFD9BB with #BBCFD9 are triadic colors.

2 #D9CFBB and #CFBBD9 with #BBCFD9 are triadic colors.