COLOR #BBC8D9

HEX: #BBC8D9 RGB: (187,200,217)

Color info

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

RGB color model

#BBC8D9 color RGB value is (187,200,217).

RGB: (187,200,217) (73%, 78%, 85%)

RGB channels and saturation

R 187 of 255 = 73%
G 200 of 255 = 78%
B 217 of 255 = 85%

187
200
217

R + G + B ~ 79%. #BBC8D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 200 + 217 = 604 (100%)
R 187 of 604 ~ 30.96%
G 200 of 604 ~ 33.11%
B 217 of 604 ~ 35.93'%

%30.96
%33.11
%35.93

CMYK color model

#BBC8D9 color CMYK value is (14,8,0,15).

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

CMYK: (14,8,0,15)
C14M8Y0K15 (14%, 8%, 0%, 15%)
(0.14 / 0.08 / 0.00 / 0.15)

CMYK percentages

%13.82
%7.83
%0
%14.9

Codes

Color #BBC8D9 in popluar color models

BB C8 D9
RGB 187 200 217
HSL 214° 28.30% 79.22%
HSB/HSV 214° 13.82% 85.10%
CMYK 13.82% 7.83% 0.00%
14.90%

Color #BBC8D9 in popluar number systems.

HEX BB C8 D9
Decimal 187 200 217
Binary 10111011 11001000 11011001
Octal 273 310 331

Shades and tints

Shades of #BBC8D9

#BBC8D9
(187,200,217)
#AAB6C6
(170,182,198)
#99A4B3
(153,164,179)
#8892A0
(136,146,160)
#77808D
(119,128,141)
#666E7A
(102,110,122)
#555C67
(85,92,103)
#444A54
(68,74,84)
#333841
(51,56,65)
#22262E
(34,38,46)
#11141B
(17,20,27)
#000000
(0,0,0)

Tints of #BBC8D9

#BBC8D9
(187,200,217)
#C1CDDC
(193,205,220)
#C7D2DF
(199,210,223)
#CDD7E2
(205,215,226)
#D3DCE5
(211,220,229)
#D9E1E8
(217,225,232)
#DFE6EB
(223,230,235)
#E5EBEE
(229,235,238)
#EBF0F1
(235,240,241)
#F1F5F4
(241,245,244)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC8D9; }

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

This text font color is #BBC8D9.

Background Color

.myBgColor { background-color: #BBC8D9; }

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

This div background color is #BBC8D9.

Border color

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

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

This div border color is #BBC8D9.

Opacity

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

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

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

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

This text has shadow with #BBC8D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC8D9.

Preview

Color preview on black background

This text has color #BBC8D9 on black background.


Color preview on white background

This text has color #BBC8D9 on white background.


Black color preview on #BBC8D9 background

This text has black color on #BBC8D9 background.


White color preview on #BBC8D9 background

This text has white color on #BBC8D9 background.


Related colors

Complementary color

Complementary color for #hex is #443726.


I love getcolorcode.com

Triadic colors

1 #D9BBC8 and #C8D9BB with #BBC8D9 are triadic colors.

2 #D9C8BB and #C8BBD9 with #BBC8D9 are triadic colors.