COLOR #BBD5DB

HEX: #BBD5DB RGB: (187,213,219)

Color info

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

RGB color model

#BBD5DB color RGB value is (187,213,219).

RGB: (187,213,219) (73%, 84%, 86%)

RGB channels and saturation

R 187 of 255 = 73%
G 213 of 255 = 84%
B 219 of 255 = 86%

187
213
219

R + G + B ~ 81%. #BBD5DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 213 + 219 = 619 (100%)
R 187 of 619 ~ 30.21%
G 213 of 619 ~ 34.41%
B 219 of 619 ~ 35.38'%

%30.21
%34.41
%35.38

CMYK color model

#BBD5DB color CMYK value is (15,3,0,14).

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

CMYK: (15,3,0,14)
C15M3Y0K14 (15%, 3%, 0%, 14%)
(0.15 / 0.03 / 0.00 / 0.14)

CMYK percentages

%14.61
%2.74
%0
%14.12

Codes

Color #BBD5DB in popluar color models

BB D5 DB
RGB 187 213 219
HSL 191° 30.77% 79.61%
HSB/HSV 191° 14.61% 85.88%
CMYK 14.61% 2.74% 0.00%
14.12%

Color #BBD5DB in popluar number systems.

HEX BB D5 DB
Decimal 187 213 219
Binary 10111011 11010101 11011011
Octal 273 325 333

Shades and tints

Shades of #BBD5DB

#BBD5DB
(187,213,219)
#AAC2C8
(170,194,200)
#99AFB5
(153,175,181)
#889CA2
(136,156,162)
#77898F
(119,137,143)
#66767C
(102,118,124)
#556369
(85,99,105)
#445056
(68,80,86)
#333D43
(51,61,67)
#222A30
(34,42,48)
#11171D
(17,23,29)
#000000
(0,0,0)

Tints of #BBD5DB

#BBD5DB
(187,213,219)
#C1D8DE
(193,216,222)
#C7DBE1
(199,219,225)
#CDDEE4
(205,222,228)
#D3E1E7
(211,225,231)
#D9E4EA
(217,228,234)
#DFE7ED
(223,231,237)
#E5EAF0
(229,234,240)
#EBEDF3
(235,237,243)
#F1F0F6
(241,240,246)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD5DB; }

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

This text font color is #BBD5DB.

Background Color

.myBgColor { background-color: #BBD5DB; }

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

This div background color is #BBD5DB.

Border color

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

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

This div border color is #BBD5DB.

Opacity

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

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

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

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

This text has shadow with #BBD5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD5DB.

Preview

Color preview on black background

This text has color #BBD5DB on black background.


Color preview on white background

This text has color #BBD5DB on white background.


Black color preview on #BBD5DB background

This text has black color on #BBD5DB background.


White color preview on #BBD5DB background

This text has white color on #BBD5DB background.


Related colors

Complementary color

Complementary color for #hex is #442A24.


I love getcolorcode.com

Triadic colors

1 #DBBBD5 and #D5DBBB with #BBD5DB are triadic colors.

2 #DBD5BB and #D5BBDB with #BBD5DB are triadic colors.