COLOR #BBC9DB

HEX: #BBC9DB RGB: (187,201,219)

Color info

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

RGB color model

#BBC9DB color RGB value is (187,201,219).

RGB: (187,201,219) (73%, 79%, 86%)

RGB channels and saturation

R 187 of 255 = 73%
G 201 of 255 = 79%
B 219 of 255 = 86%

187
201
219

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

Portions of RGB colors in percentages

R + G + B = 187 + 201 + 219 = 607 (100%)
R 187 of 607 ~ 30.81%
G 201 of 607 ~ 33.11%
B 219 of 607 ~ 36.08'%

%30.81
%33.11
%36.08

CMYK color model

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

  • cyan value is 14.61%
  • magenta value is 8.22%
  • yellow value is 0.00%
  • key color value is 14.12%

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

CMYK percentages

%14.61
%8.22
%0
%14.12

Codes

Color #BBC9DB in popluar color models

BB C9 DB
RGB 187 201 219
HSL 214° 30.77% 79.61%
HSB/HSV 214° 14.61% 85.88%
CMYK 14.61% 8.22% 0.00%
14.12%

Color #BBC9DB in popluar number systems.

HEX BB C9 DB
Decimal 187 201 219
Binary 10111011 11001001 11011011
Octal 273 311 333

Shades and tints

Shades of #BBC9DB

#BBC9DB
(187,201,219)
#AAB7C8
(170,183,200)
#99A5B5
(153,165,181)
#8893A2
(136,147,162)
#77818F
(119,129,143)
#666F7C
(102,111,124)
#555D69
(85,93,105)
#444B56
(68,75,86)
#333943
(51,57,67)
#222730
(34,39,48)
#11151D
(17,21,29)
#000000
(0,0,0)

Tints of #BBC9DB

#BBC9DB
(187,201,219)
#C1CDDE
(193,205,222)
#C7D1E1
(199,209,225)
#CDD5E4
(205,213,228)
#D3D9E7
(211,217,231)
#D9DDEA
(217,221,234)
#DFE1ED
(223,225,237)
#E5E5F0
(229,229,240)
#EBE9F3
(235,233,243)
#F1EDF6
(241,237,246)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC9DB color. Also use rgb(187,201,219) instead hex code.

Text Font Color

.myTextColor { color: #BBC9DB; }

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

This text font color is #BBC9DB.

Background Color

.myBgColor { background-color: #BBC9DB; }

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

This div background color is #BBC9DB.

Border color

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

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

This div border color is #BBC9DB.

Opacity

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

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

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

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

This text has shadow with #BBC9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC9DB.

Preview

Color preview on black background

This text has color #BBC9DB on black background.


Color preview on white background

This text has color #BBC9DB on white background.


Black color preview on #BBC9DB background

This text has black color on #BBC9DB background.


White color preview on #BBC9DB background

This text has white color on #BBC9DB background.


Related colors

Complementary color

Complementary color for #hex is #443624.


I love getcolorcode.com

Triadic colors

1 #DBBBC9 and #C9DBBB with #BBC9DB are triadic colors.

2 #DBC9BB and #C9BBDB with #BBC9DB are triadic colors.