COLOR #BBD5E4

HEX: #BBD5E4
RGB: (187,213,228)

Color info

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

RGB color model

#BBD5E4 color RGB value is (187,213,228).

  • red value is 187;
  • green value is 213;
  • blue value is 228.
RGB:
(187,213,228)
(73%,84%,89%)

RGB channels and saturation

R 187 of 255 = 73%
G 213 of 255 = 84%
B 228 of 255 = 89%

187
213
228

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

Portions of RGB colors in percentages

R + G + B =
187 + 213 + 228 = 628 (100%)
R 187 of 628 ~ 29.78%
G 213 of 628 ~ 33.92%
B 228 of 628 ~ 36.31%

%29.78
%33.92
%36.31

CMYK color model

#BBD5E4 color CMYK value is (18,7,0,11).

  • cyan value is 17.98%
  • magenta value is 6.58%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(18,7,0,11)
C18M7Y0K11 
(18%,7%,0%,11%)
(0.18/0.07/0.00/0.11)	

CMYK percentages

%17.98
%6.58
%0
%10.59

Codes

Color #BBD5E4 in popluar color models

BBD5E4
RGB187213228
HSL202°43.16%81.37%
HSB/HSV202°17.98%89.41%
CMYK17.98%6.58%0.00%
10.59%

Color #BBD5E4 in popluar number systems.

HEXBBD5E4
Decimal187213228
Binary101110111101010111100100
Octal273325344

Shades and tints

Shades of #BBD5E4

#BBD5E4
(187,213,228)
#AAC2D0
(170,194,208)
#99AFBC
(153,175,188)
#889CA8
(136,156,168)
#778994
(119,137,148)
#667680
(102,118,128)
#55636C
(85,99,108)
#445058
(68,80,88)
#333D44
(51,61,68)
#222A30
(34,42,48)
#11171C
(17,23,28)
#000000
(0,0,0)

Tints of #BBD5E4

#BBD5E4
(187,213,228)
#C1D8E6
(193,216,230)
#C7DBE8
(199,219,232)
#CDDEEA
(205,222,234)
#D3E1EC
(211,225,236)
#D9E4EE
(217,228,238)
#DFE7F0
(223,231,240)
#E5EAF2
(229,234,242)
#EBEDF4
(235,237,244)
#F1F0F6
(241,240,246)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD5E4 color. Also use rgb(187,213,228) instead hex code.

Text Font Color

.myTextColor { color: #BBD5E4; }

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

This text font color is #BBD5E4.


Background Color

.myBgColor { background-color: #BBD5E4; }

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

This div background color is #BBD5E4.


Border color

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

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

This div border color is #BBD5E4.


Opacity

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

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

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

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

This text has shadow with #BBD5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD5E4 on black background.


Color preview on white background

This text has color #BBD5E4 on white background.



Black color preview on #BBD5E4 background

This text has black color on #BBD5E4 background.


White color preview on #BBD5E4 background

This text has white color on #BBD5E4 background.