COLOR #BBDADC

HEX: #BBDADC RGB: (187,218,220)

Color info

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

RGB color model

#BBDADC color RGB value is (187,218,220).

RGB: (187,218,220) (73%, 85%, 86%)

RGB channels and saturation

R 187 of 255 = 73%
G 218 of 255 = 85%
B 220 of 255 = 86%

187
218
220

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

Portions of RGB colors in percentages

R + G + B = 187 + 218 + 220 = 625 (100%)
R 187 of 625 ~ 29.92%
G 218 of 625 ~ 34.88%
B 220 of 625 ~ 35.2'%

%29.92
%34.88
%35.2

CMYK color model

#BBDADC color CMYK value is (15,1,0,14).

  • cyan value is 15.00%
  • magenta value is 0.91%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (15,1,0,14)
C15M1Y0K14 (15%, 1%, 0%, 14%)
(0.15 / 0.01 / 0.00 / 0.14)

CMYK percentages

%15
%0.91
%0
%13.73

Codes

Color #BBDADC in popluar color models

BB DA DC
RGB 187 218 220
HSL 184° 32.04% 79.80%
HSB/HSV 184° 15.00% 86.27%
CMYK 15.00% 0.91% 0.00%
13.73%

Color #BBDADC in popluar number systems.

HEX BB DA DC
Decimal 187 218 220
Binary 10111011 11011010 11011100
Octal 273 332 334

Shades and tints

Shades of #BBDADC

#BBDADC
(187,218,220)
#AAC7C8
(170,199,200)
#99B4B4
(153,180,180)
#88A1A0
(136,161,160)
#778E8C
(119,142,140)
#667B78
(102,123,120)
#556864
(85,104,100)
#445550
(68,85,80)
#33423C
(51,66,60)
#222F28
(34,47,40)
#111C14
(17,28,20)
#000000
(0,0,0)

Tints of #BBDADC

#BBDADC
(187,218,220)
#C1DDDF
(193,221,223)
#C7E0E2
(199,224,226)
#CDE3E5
(205,227,229)
#D3E6E8
(211,230,232)
#D9E9EB
(217,233,235)
#DFECEE
(223,236,238)
#E5EFF1
(229,239,241)
#EBF2F4
(235,242,244)
#F1F5F7
(241,245,247)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDADC; }

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

This text font color is #BBDADC.

Background Color

.myBgColor { background-color: #BBDADC; }

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

This div background color is #BBDADC.

Border color

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

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

This div border color is #BBDADC.

Opacity

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

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

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

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

This text has shadow with #BBDADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDADC.

Preview

Color preview on black background

This text has color #BBDADC on black background.


Color preview on white background

This text has color #BBDADC on white background.


Black color preview on #BBDADC background

This text has black color on #BBDADC background.


White color preview on #BBDADC background

This text has white color on #BBDADC background.


Related colors

Complementary color

Complementary color for #hex is #442523.


I love getcolorcode.com

Triadic colors

1 #DCBBDA and #DADCBB with #BBDADC are triadic colors.

2 #DCDABB and #DABBDC with #BBDADC are triadic colors.