COLOR #BBDAF6

HEX: #BBDAF6 RGB: (187,218,246)

Color info

#BBDAF6 contains red, green and blue colors in about the same proportion. Web safe color of #BBDAF6 is #CCCCFF (or #CCF).

RGB color model

#BBDAF6 color RGB value is (187,218,246).

RGB: (187,218,246) (73%, 85%, 96%)

RGB channels and saturation

R 187 of 255 = 73%
G 218 of 255 = 85%
B 246 of 255 = 96%

187
218
246

R + G + B ~ 85%. #BBDAF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 218 + 246 = 651 (100%)
R 187 of 651 ~ 28.73%
G 218 of 651 ~ 33.49%
B 246 of 651 ~ 37.79'%

%28.73
%33.49
%37.79

CMYK color model

#BBDAF6 color CMYK value is (24,11,0,4).

  • cyan value is 23.98%
  • magenta value is 11.38%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (24,11,0,4)
C24M11Y0K4 (24%, 11%, 0%, 4%)
(0.24 / 0.11 / 0.00 / 0.04)

CMYK percentages

%23.98
%11.38
%0
%3.53

Codes

Color #BBDAF6 in popluar color models

BB DA F6
RGB 187 218 246
HSL 208° 76.62% 84.90%
HSB/HSV 208° 23.98% 96.47%
CMYK 23.98% 11.38% 0.00%
3.53%

Color #BBDAF6 in popluar number systems.

HEX BB DA F6
Decimal 187 218 246
Binary 10111011 11011010 11110110
Octal 273 332 366

Shades and tints

Shades of #BBDAF6

#BBDAF6
(187,218,246)
#AAC7E0
(170,199,224)
#99B4CA
(153,180,202)
#88A1B4
(136,161,180)
#778E9E
(119,142,158)
#667B88
(102,123,136)
#556872
(85,104,114)
#44555C
(68,85,92)
#334246
(51,66,70)
#222F30
(34,47,48)
#111C1A
(17,28,26)
#000000
(0,0,0)

Tints of #BBDAF6

#BBDAF6
(187,218,246)
#C1DDF6
(193,221,246)
#C7E0F6
(199,224,246)
#CDE3F6
(205,227,246)
#D3E6F6
(211,230,246)
#D9E9F6
(217,233,246)
#DFECF6
(223,236,246)
#E5EFF6
(229,239,246)
#EBF2F6
(235,242,246)
#F1F5F6
(241,245,246)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDAF6; }

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

This text font color is #BBDAF6.

Background Color

.myBgColor { background-color: #BBDAF6; }

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

This div background color is #BBDAF6.

Border color

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

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

This div border color is #BBDAF6.

Opacity

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

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

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

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

This text has shadow with #BBDAF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDAF6.

Preview

Color preview on black background

This text has color #BBDAF6 on black background.


Color preview on white background

This text has color #BBDAF6 on white background.


Black color preview on #BBDAF6 background

This text has black color on #BBDAF6 background.


White color preview on #BBDAF6 background

This text has white color on #BBDAF6 background.


Related colors

Complementary color

Complementary color for #hex is #442509.


I love getcolorcode.com

Triadic colors

1 #F6BBDA and #DAF6BB with #BBDAF6 are triadic colors.

2 #F6DABB and #DABBF6 with #BBDAF6 are triadic colors.