COLOR #BBDEF6

HEX: #BBDEF6 RGB: (187,222,246)

Color info

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

RGB color model

#BBDEF6 color RGB value is (187,222,246).

RGB: (187,222,246) (73%, 87%, 96%)

RGB channels and saturation

R 187 of 255 = 73%
G 222 of 255 = 87%
B 246 of 255 = 96%

187
222
246

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

Portions of RGB colors in percentages

R + G + B = 187 + 222 + 246 = 655 (100%)
R 187 of 655 ~ 28.55%
G 222 of 655 ~ 33.89%
B 246 of 655 ~ 37.56'%

%28.55
%33.89
%37.56

CMYK color model

#BBDEF6 color CMYK value is (24,10,0,4).

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

CMYK: (24,10,0,4)
C24M10Y0K4 (24%, 10%, 0%, 4%)
(0.24 / 0.10 / 0.00 / 0.04)

CMYK percentages

%23.98
%9.76
%0
%3.53

Codes

Color #BBDEF6 in popluar color models

BB DE F6
RGB 187 222 246
HSL 204° 76.62% 84.90%
HSB/HSV 204° 23.98% 96.47%
CMYK 23.98% 9.76% 0.00%
3.53%

Color #BBDEF6 in popluar number systems.

HEX BB DE F6
Decimal 187 222 246
Binary 10111011 11011110 11110110
Octal 273 336 366

Shades and tints

Shades of #BBDEF6

#BBDEF6
(187,222,246)
#AACAE0
(170,202,224)
#99B6CA
(153,182,202)
#88A2B4
(136,162,180)
#778E9E
(119,142,158)
#667A88
(102,122,136)
#556672
(85,102,114)
#44525C
(68,82,92)
#333E46
(51,62,70)
#222A30
(34,42,48)
#11161A
(17,22,26)
#000000
(0,0,0)

Tints of #BBDEF6

#BBDEF6
(187,222,246)
#C1E1F6
(193,225,246)
#C7E4F6
(199,228,246)
#CDE7F6
(205,231,246)
#D3EAF6
(211,234,246)
#D9EDF6
(217,237,246)
#DFF0F6
(223,240,246)
#E5F3F6
(229,243,246)
#EBF6F6
(235,246,246)
#F1F9F6
(241,249,246)
#F7FCF6
(247,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDEF6; }

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

This text font color is #BBDEF6.

Background Color

.myBgColor { background-color: #BBDEF6; }

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

This div background color is #BBDEF6.

Border color

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

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

This div border color is #BBDEF6.

Opacity

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

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

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

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

This text has shadow with #BBDEF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDEF6.

Preview

Color preview on black background

This text has color #BBDEF6 on black background.


Color preview on white background

This text has color #BBDEF6 on white background.


Black color preview on #BBDEF6 background

This text has black color on #BBDEF6 background.


White color preview on #BBDEF6 background

This text has white color on #BBDEF6 background.


Related colors

Complementary color

Complementary color for #hex is #442109.


I love getcolorcode.com

Triadic colors

1 #F6BBDE and #DEF6BB with #BBDEF6 are triadic colors.

2 #F6DEBB and #DEBBF6 with #BBDEF6 are triadic colors.