COLOR #BBDCE6

HEX: #BBDCE6 RGB: (187,220,230)

Color info

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

RGB color model

#BBDCE6 color RGB value is (187,220,230).

RGB: (187,220,230) (73%, 86%, 90%)

RGB channels and saturation

R 187 of 255 = 73%
G 220 of 255 = 86%
B 230 of 255 = 90%

187
220
230

R + G + B ~ 83%. #BBDCE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 220 + 230 = 637 (100%)
R 187 of 637 ~ 29.36%
G 220 of 637 ~ 34.54%
B 230 of 637 ~ 36.11'%

%29.36
%34.54
%36.11

CMYK color model

#BBDCE6 color CMYK value is (19,4,0,10).

  • cyan value is 18.70%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (19,4,0,10)
C19M4Y0K10 (19%, 4%, 0%, 10%)
(0.19 / 0.04 / 0.00 / 0.10)

CMYK percentages

%18.7
%4.35
%0
%9.8

Codes

Color #BBDCE6 in popluar color models

BB DC E6
RGB 187 220 230
HSL 194° 46.24% 81.76%
HSB/HSV 194° 18.70% 90.20%
CMYK 18.70% 4.35% 0.00%
9.80%

Color #BBDCE6 in popluar number systems.

HEX BB DC E6
Decimal 187 220 230
Binary 10111011 11011100 11100110
Octal 273 334 346

Shades and tints

Shades of #BBDCE6

#BBDCE6
(187,220,230)
#AAC8D2
(170,200,210)
#99B4BE
(153,180,190)
#88A0AA
(136,160,170)
#778C96
(119,140,150)
#667882
(102,120,130)
#55646E
(85,100,110)
#44505A
(68,80,90)
#333C46
(51,60,70)
#222832
(34,40,50)
#11141E
(17,20,30)
#000000
(0,0,0)

Tints of #BBDCE6

#BBDCE6
(187,220,230)
#C1DFE8
(193,223,232)
#C7E2EA
(199,226,234)
#CDE5EC
(205,229,236)
#D3E8EE
(211,232,238)
#D9EBF0
(217,235,240)
#DFEEF2
(223,238,242)
#E5F1F4
(229,241,244)
#EBF4F6
(235,244,246)
#F1F7F8
(241,247,248)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDCE6; }

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

This text font color is #BBDCE6.

Background Color

.myBgColor { background-color: #BBDCE6; }

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

This div background color is #BBDCE6.

Border color

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

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

This div border color is #BBDCE6.

Opacity

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

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

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

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

This text has shadow with #BBDCE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDCE6.

Preview

Color preview on black background

This text has color #BBDCE6 on black background.


Color preview on white background

This text has color #BBDCE6 on white background.


Black color preview on #BBDCE6 background

This text has black color on #BBDCE6 background.


White color preview on #BBDCE6 background

This text has white color on #BBDCE6 background.


Related colors

Complementary color

Complementary color for #hex is #442319.


I love getcolorcode.com

Triadic colors

1 #E6BBDC and #DCE6BB with #BBDCE6 are triadic colors.

2 #E6DCBB and #DCBBE6 with #BBDCE6 are triadic colors.