COLOR #BBD4E2

HEX: #BBD4E2
RGB: (187,212,226)

Color info

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

RGB color model

#BBD4E2 color RGB value is (187,212,226).

  • red value is 187;
  • green value is 212;
  • blue value is 226.
RGB:
(187,212,226)
(73%,83%,89%)

RGB channels and saturation

R 187 of 255 = 73%
G 212 of 255 = 83%
B 226 of 255 = 89%

187
212
226

R + G + B ~ 82%. #BBD4E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 212 + 226 = 625 (100%)
R 187 of 625 ~ 29.92%
G 212 of 625 ~ 33.92%
B 226 of 625 ~ 36.16%

%29.92
%33.92
%36.16

CMYK color model

#BBD4E2 color CMYK value is (17,6,0,11).

  • cyan value is 17.26%
  • magenta value is 6.19%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(17,6,0,11)
C17M6Y0K11 
(17%,6%,0%,11%)
(0.17/0.06/0.00/0.11)	

CMYK percentages

%17.26
%6.19
%0
%11.37

Codes

Color #BBD4E2 in popluar color models

BBD4E2
RGB187212226
HSL202°40.21%80.98%
HSB/HSV202°17.26%88.63%
CMYK17.26%6.19%0.00%
11.37%

Color #BBD4E2 in popluar number systems.

HEXBBD4E2
Decimal187212226
Binary101110111101010011100010
Octal273324342

Shades and tints

Shades of #BBD4E2

#BBD4E2
(187,212,226)
#AAC1CE
(170,193,206)
#99AEBA
(153,174,186)
#889BA6
(136,155,166)
#778892
(119,136,146)
#66757E
(102,117,126)
#55626A
(85,98,106)
#444F56
(68,79,86)
#333C42
(51,60,66)
#22292E
(34,41,46)
#11161A
(17,22,26)
#000000
(0,0,0)

Tints of #BBD4E2

#BBD4E2
(187,212,226)
#C1D7E4
(193,215,228)
#C7DAE6
(199,218,230)
#CDDDE8
(205,221,232)
#D3E0EA
(211,224,234)
#D9E3EC
(217,227,236)
#DFE6EE
(223,230,238)
#E5E9F0
(229,233,240)
#EBECF2
(235,236,242)
#F1EFF4
(241,239,244)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD4E2 color. Also use rgb(187,212,226) instead hex code.

Text Font Color

.myTextColor { color: #BBD4E2; }

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

This text font color is #BBD4E2.


Background Color

.myBgColor { background-color: #BBD4E2; }

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

This div background color is #BBD4E2.


Border color

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

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

This div border color is #BBD4E2.


Opacity

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

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

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

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

This text has shadow with #BBD4E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD4E2 on black background.


Color preview on white background

This text has color #BBD4E2 on white background.



Black color preview on #BBD4E2 background

This text has black color on #BBD4E2 background.


White color preview on #BBD4E2 background

This text has white color on #BBD4E2 background.