COLOR #BBD5ED

HEX: #BBD5ED
RGB: (187,213,237)

Color info

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

RGB color model

#BBD5ED color RGB value is (187,213,237).

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

RGB channels and saturation

R 187 of 255 = 73%
G 213 of 255 = 84%
B 237 of 255 = 93%

187
213
237

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

Portions of RGB colors in percentages

R + G + B =
187 + 213 + 237 = 637 (100%)
R 187 of 637 ~ 29.36%
G 213 of 637 ~ 33.44%
B 237 of 637 ~ 37.21%

%29.36
%33.44
%37.21

CMYK color model

#BBD5ED color CMYK value is (21,10,0,7).

  • cyan value is 21.10%
  • magenta value is 10.13%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(21,10,0,7)
C21M10Y0K7 
(21%,10%,0%,7%)
(0.21/0.10/0.00/0.07)	

CMYK percentages

%21.1
%10.13
%0
%7.06

Codes

Color #BBD5ED in popluar color models

BBD5ED
RGB187213237
HSL209°58.14%83.14%
HSB/HSV209°21.10%92.94%
CMYK21.10%10.13%0.00%
7.06%

Color #BBD5ED in popluar number systems.

HEXBBD5ED
Decimal187213237
Binary101110111101010111101101
Octal273325355

Shades and tints

Shades of #BBD5ED

#BBD5ED
(187,213,237)
#AAC2D8
(170,194,216)
#99AFC3
(153,175,195)
#889CAE
(136,156,174)
#778999
(119,137,153)
#667684
(102,118,132)
#55636F
(85,99,111)
#44505A
(68,80,90)
#333D45
(51,61,69)
#222A30
(34,42,48)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #BBD5ED

#BBD5ED
(187,213,237)
#C1D8EE
(193,216,238)
#C7DBEF
(199,219,239)
#CDDEF0
(205,222,240)
#D3E1F1
(211,225,241)
#D9E4F2
(217,228,242)
#DFE7F3
(223,231,243)
#E5EAF4
(229,234,244)
#EBEDF5
(235,237,245)
#F1F0F6
(241,240,246)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD5ED; }

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

This text font color is #BBD5ED.


Background Color

.myBgColor { background-color: #BBD5ED; }

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

This div background color is #BBD5ED.


Border color

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

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

This div border color is #BBD5ED.


Opacity

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

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

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

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

This text has shadow with #BBD5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD5ED on black background.


Color preview on white background

This text has color #BBD5ED on white background.



Black color preview on #BBD5ED background

This text has black color on #BBD5ED background.


White color preview on #BBD5ED background

This text has white color on #BBD5ED background.