COLOR #BBDAD6

HEX: #BBDAD6
RGB: (187,218,214)

Color info

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

RGB color model

#BBDAD6 color RGB value is (187,218,214).

  • red value is 187;
  • green value is 218;
  • blue value is 214.
RGB:
(187,218,214)
(73%,85%,84%)

RGB channels and saturation

R 187 of 255 = 73%
G 218 of 255 = 85%
B 214 of 255 = 84%

187
218
214

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

Portions of RGB colors in percentages

R + G + B =
187 + 218 + 214 = 619 (100%)
R 187 of 619 ~ 30.21%
G 218 of 619 ~ 35.22%
B 214 of 619 ~ 34.57%

%30.21
%35.22
%34.57

CMYK color model

#BBDAD6 color CMYK value is (14,0,2,15).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 14.51%
CMYK:
(14,0,2,15)
C14M0Y2K15 
(14%,0%,2%,15%)
(0.14/0.00/0.02/0.15)	

CMYK percentages

%14.22
%0
%1.83
%14.51

Codes

Color #BBDAD6 in popluar color models

BBDAD6
RGB187218214
HSL172°29.52%79.41%
HSB/HSV172°14.22%85.49%
CMYK14.22%0.00%1.83%
14.51%

Color #BBDAD6 in popluar number systems.

HEXBBDAD6
Decimal187218214
Binary101110111101101011010110
Octal273332326

Shades and tints

Shades of #BBDAD6

#BBDAD6
(187,218,214)
#AAC7C3
(170,199,195)
#99B4B0
(153,180,176)
#88A19D
(136,161,157)
#778E8A
(119,142,138)
#667B77
(102,123,119)
#556864
(85,104,100)
#445551
(68,85,81)
#33423E
(51,66,62)
#222F2B
(34,47,43)
#111C18
(17,28,24)
#000000
(0,0,0)

Tints of #BBDAD6

#BBDAD6
(187,218,214)
#C1DDD9
(193,221,217)
#C7E0DC
(199,224,220)
#CDE3DF
(205,227,223)
#D3E6E2
(211,230,226)
#D9E9E5
(217,233,229)
#DFECE8
(223,236,232)
#E5EFEB
(229,239,235)
#EBF2EE
(235,242,238)
#F1F5F1
(241,245,241)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDAD6; }

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

This text font color is #BBDAD6.


Background Color

.myBgColor { background-color: #BBDAD6; }

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

This div background color is #BBDAD6.


Border color

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

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

This div border color is #BBDAD6.


Opacity

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

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

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

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

This text has shadow with #BBDAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDAD6 on black background.


Color preview on white background

This text has color #BBDAD6 on white background.



Black color preview on #BBDAD6 background

This text has black color on #BBDAD6 background.


White color preview on #BBDAD6 background

This text has white color on #BBDAD6 background.