COLOR #BBD0D9

HEX: #BBD0D9 RGB: (187,208,217)

Color info

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

RGB color model

#BBD0D9 color RGB value is (187,208,217).

RGB: (187,208,217) (73%, 82%, 85%)

RGB channels and saturation

R 187 of 255 = 73%
G 208 of 255 = 82%
B 217 of 255 = 85%

187
208
217

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

Portions of RGB colors in percentages

R + G + B = 187 + 208 + 217 = 612 (100%)
R 187 of 612 ~ 30.56%
G 208 of 612 ~ 33.99%
B 217 of 612 ~ 35.46'%

%30.56
%33.99
%35.46

CMYK color model

#BBD0D9 color CMYK value is (14,4,0,15).

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

CMYK: (14,4,0,15)
C14M4Y0K15 (14%, 4%, 0%, 15%)
(0.14 / 0.04 / 0.00 / 0.15)

CMYK percentages

%13.82
%4.15
%0
%14.9

Codes

Color #BBD0D9 in popluar color models

BB D0 D9
RGB 187 208 217
HSL 198° 28.30% 79.22%
HSB/HSV 198° 13.82% 85.10%
CMYK 13.82% 4.15% 0.00%
14.90%

Color #BBD0D9 in popluar number systems.

HEX BB D0 D9
Decimal 187 208 217
Binary 10111011 11010000 11011001
Octal 273 320 331

Shades and tints

Shades of #BBD0D9

#BBD0D9
(187,208,217)
#AABEC6
(170,190,198)
#99ACB3
(153,172,179)
#889AA0
(136,154,160)
#77888D
(119,136,141)
#66767A
(102,118,122)
#556467
(85,100,103)
#445254
(68,82,84)
#334041
(51,64,65)
#222E2E
(34,46,46)
#111C1B
(17,28,27)
#000000
(0,0,0)

Tints of #BBD0D9

#BBD0D9
(187,208,217)
#C1D4DC
(193,212,220)
#C7D8DF
(199,216,223)
#CDDCE2
(205,220,226)
#D3E0E5
(211,224,229)
#D9E4E8
(217,228,232)
#DFE8EB
(223,232,235)
#E5ECEE
(229,236,238)
#EBF0F1
(235,240,241)
#F1F4F4
(241,244,244)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD0D9; }

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

This text font color is #BBD0D9.

Background Color

.myBgColor { background-color: #BBD0D9; }

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

This div background color is #BBD0D9.

Border color

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

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

This div border color is #BBD0D9.

Opacity

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

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

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

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

This text has shadow with #BBD0D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD0D9.

Preview

Color preview on black background

This text has color #BBD0D9 on black background.


Color preview on white background

This text has color #BBD0D9 on white background.


Black color preview on #BBD0D9 background

This text has black color on #BBD0D9 background.


White color preview on #BBD0D9 background

This text has white color on #BBD0D9 background.


Related colors

Complementary color

Complementary color for #hex is #442F26.


I love getcolorcode.com

Triadic colors

1 #D9BBD0 and #D0D9BB with #BBD0D9 are triadic colors.

2 #D9D0BB and #D0BBD9 with #BBD0D9 are triadic colors.