COLOR #BBD0DA

HEX: #BBD0DA RGB: (187,208,218)

Color info

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

RGB color model

#BBD0DA color RGB value is (187,208,218).

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

RGB channels and saturation

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

187
208
218

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

Portions of RGB colors in percentages

R + G + B = 187 + 208 + 218 = 613 (100%)
R 187 of 613 ~ 30.51%
G 208 of 613 ~ 33.93%
B 218 of 613 ~ 35.56'%

%30.51
%33.93
%35.56

CMYK color model

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

  • cyan value is 14.22%
  • magenta value is 4.59%
  • yellow value is 0.00%
  • key color value is 14.51%

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

CMYK percentages

%14.22
%4.59
%0
%14.51

Codes

Color #BBD0DA in popluar color models

BB D0 DA
RGB 187 208 218
HSL 199° 29.52% 79.41%
HSB/HSV 199° 14.22% 85.49%
CMYK 14.22% 4.59% 0.00%
14.51%

Color #BBD0DA in popluar number systems.

HEX BB D0 DA
Decimal 187 208 218
Binary 10111011 11010000 11011010
Octal 273 320 332

Shades and tints

Shades of #BBD0DA

#BBD0DA
(187,208,218)
#AABEC7
(170,190,199)
#99ACB4
(153,172,180)
#889AA1
(136,154,161)
#77888E
(119,136,142)
#66767B
(102,118,123)
#556468
(85,100,104)
#445255
(68,82,85)
#334042
(51,64,66)
#222E2F
(34,46,47)
#111C1C
(17,28,28)
#000000
(0,0,0)

Tints of #BBD0DA

#BBD0DA
(187,208,218)
#C1D4DD
(193,212,221)
#C7D8E0
(199,216,224)
#CDDCE3
(205,220,227)
#D3E0E6
(211,224,230)
#D9E4E9
(217,228,233)
#DFE8EC
(223,232,236)
#E5ECEF
(229,236,239)
#EBF0F2
(235,240,242)
#F1F4F5
(241,244,245)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD0DA; }

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

This text font color is #BBD0DA.

Background Color

.myBgColor { background-color: #BBD0DA; }

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

This div background color is #BBD0DA.

Border color

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

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

This div border color is #BBD0DA.

Opacity

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

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

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

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

This text has shadow with #BBD0DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD0DA.

Preview

Color preview on black background

This text has color #BBD0DA on black background.


Color preview on white background

This text has color #BBD0DA on white background.


Black color preview on #BBD0DA background

This text has black color on #BBD0DA background.


White color preview on #BBD0DA background

This text has white color on #BBD0DA background.


Related colors

Complementary color

Complementary color for #hex is #442F25.


I love getcolorcode.com

Triadic colors

1 #DABBD0 and #D0DABB with #BBD0DA are triadic colors.

2 #DAD0BB and #D0BBDA with #BBD0DA are triadic colors.