COLOR #BBCDE7

HEX: #BBCDE7
RGB: (187,205,231)

Color info

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

RGB color model

#BBCDE7 color RGB value is (187,205,231).

  • red value is 187;
  • green value is 205;
  • blue value is 231.
RGB:
(187,205,231)
(73%,80%,91%)

RGB channels and saturation

R 187 of 255 = 73%
G 205 of 255 = 80%
B 231 of 255 = 91%

187
205
231

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

Portions of RGB colors in percentages

R + G + B =
187 + 205 + 231 = 623 (100%)
R 187 of 623 ~ 30.02%
G 205 of 623 ~ 32.91%
B 231 of 623 ~ 37.08%

%30.02
%32.91
%37.08

CMYK color model

#BBCDE7 color CMYK value is (19,11,0,9).

  • cyan value is 19.05%
  • magenta value is 11.26%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(19,11,0,9)
C19M11Y0K9 
(19%,11%,0%,9%)
(0.19/0.11/0.00/0.09)	

CMYK percentages

%19.05
%11.26
%0
%9.41

Codes

Color #BBCDE7 in popluar color models

BBCDE7
RGB187205231
HSL215°47.83%81.96%
HSB/HSV215°19.05%90.59%
CMYK19.05%11.26%0.00%
9.41%

Color #BBCDE7 in popluar number systems.

HEXBBCDE7
Decimal187205231
Binary101110111100110111100111
Octal273315347

Shades and tints

Shades of #BBCDE7

#BBCDE7
(187,205,231)
#AABBD2
(170,187,210)
#99A9BD
(153,169,189)
#8897A8
(136,151,168)
#778593
(119,133,147)
#66737E
(102,115,126)
#556169
(85,97,105)
#444F54
(68,79,84)
#333D3F
(51,61,63)
#222B2A
(34,43,42)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #BBCDE7

#BBCDE7
(187,205,231)
#C1D1E9
(193,209,233)
#C7D5EB
(199,213,235)
#CDD9ED
(205,217,237)
#D3DDEF
(211,221,239)
#D9E1F1
(217,225,241)
#DFE5F3
(223,229,243)
#E5E9F5
(229,233,245)
#EBEDF7
(235,237,247)
#F1F1F9
(241,241,249)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCDE7 color. Also use rgb(187,205,231) instead hex code.

Text Font Color

.myTextColor { color: #BBCDE7; }

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

This text font color is #BBCDE7.


Background Color

.myBgColor { background-color: #BBCDE7; }

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

This div background color is #BBCDE7.


Border color

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

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

This div border color is #BBCDE7.


Opacity

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

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

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

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

This text has shadow with #BBCDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCDE7 on black background.


Color preview on white background

This text has color #BBCDE7 on white background.



Black color preview on #BBCDE7 background

This text has black color on #BBCDE7 background.


White color preview on #BBCDE7 background

This text has white color on #BBCDE7 background.