COLOR #BBD4DA

HEX: #BBD4DA RGB: (187,212,218)

Color info

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

RGB color model

#BBD4DA color RGB value is (187,212,218).

RGB: (187,212,218) (73%, 83%, 85%)

RGB channels and saturation

R 187 of 255 = 73%
G 212 of 255 = 83%
B 218 of 255 = 85%

187
212
218

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

Portions of RGB colors in percentages

R + G + B = 187 + 212 + 218 = 617 (100%)
R 187 of 617 ~ 30.31%
G 212 of 617 ~ 34.36%
B 218 of 617 ~ 35.33'%

%30.31
%34.36
%35.33

CMYK color model

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

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

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

CMYK percentages

%14.22
%2.75
%0
%14.51

Codes

Color #BBD4DA in popluar color models

BB D4 DA
RGB 187 212 218
HSL 192° 29.52% 79.41%
HSB/HSV 192° 14.22% 85.49%
CMYK 14.22% 2.75% 0.00%
14.51%

Color #BBD4DA in popluar number systems.

HEX BB D4 DA
Decimal 187 212 218
Binary 10111011 11010100 11011010
Octal 273 324 332

Shades and tints

Shades of #BBD4DA

#BBD4DA
(187,212,218)
#AAC1C7
(170,193,199)
#99AEB4
(153,174,180)
#889BA1
(136,155,161)
#77888E
(119,136,142)
#66757B
(102,117,123)
#556268
(85,98,104)
#444F55
(68,79,85)
#333C42
(51,60,66)
#22292F
(34,41,47)
#11161C
(17,22,28)
#000000
(0,0,0)

Tints of #BBD4DA

#BBD4DA
(187,212,218)
#C1D7DD
(193,215,221)
#C7DAE0
(199,218,224)
#CDDDE3
(205,221,227)
#D3E0E6
(211,224,230)
#D9E3E9
(217,227,233)
#DFE6EC
(223,230,236)
#E5E9EF
(229,233,239)
#EBECF2
(235,236,242)
#F1EFF5
(241,239,245)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD4DA; }

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

This text font color is #BBD4DA.

Background Color

.myBgColor { background-color: #BBD4DA; }

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

This div background color is #BBD4DA.

Border color

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

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

This div border color is #BBD4DA.

Opacity

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

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

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

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

This text has shadow with #BBD4DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD4DA.

Preview

Color preview on black background

This text has color #BBD4DA on black background.


Color preview on white background

This text has color #BBD4DA on white background.


Black color preview on #BBD4DA background

This text has black color on #BBD4DA background.


White color preview on #BBD4DA background

This text has white color on #BBD4DA background.


Related colors

Complementary color

Complementary color for #hex is #442B25.


I love getcolorcode.com

Triadic colors

1 #DABBD4 and #D4DABB with #BBD4DA are triadic colors.

2 #DAD4BB and #D4BBDA with #BBD4DA are triadic colors.