COLOR #BBDCED

HEX: #BBDCED
RGB: (187,220,237)

Color info

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

RGB color model

#BBDCED color RGB value is (187,220,237).

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

RGB channels and saturation

R 187 of 255 = 73%
G 220 of 255 = 86%
B 237 of 255 = 93%

187
220
237

R + G + B ~ 84%. #BBDCED is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 220 + 237 = 644 (100%)
R 187 of 644 ~ 29.04%
G 220 of 644 ~ 34.16%
B 237 of 644 ~ 36.8%

%29.04
%34.16
%36.8

CMYK color model

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

  • cyan value is 21.10%
  • magenta value is 7.17%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(21,7,0,7)
C21M7Y0K7 
(21%,7%,0%,7%)
(0.21/0.07/0.00/0.07)	

CMYK percentages

%21.1
%7.17
%0
%7.06

Codes

Color #BBDCED in popluar color models

BBDCED
RGB187220237
HSL200°58.14%83.14%
HSB/HSV200°21.10%92.94%
CMYK21.10%7.17%0.00%
7.06%

Color #BBDCED in popluar number systems.

HEXBBDCED
Decimal187220237
Binary101110111101110011101101
Octal273334355

Shades and tints

Shades of #BBDCED

#BBDCED
(187,220,237)
#AAC8D8
(170,200,216)
#99B4C3
(153,180,195)
#88A0AE
(136,160,174)
#778C99
(119,140,153)
#667884
(102,120,132)
#55646F
(85,100,111)
#44505A
(68,80,90)
#333C45
(51,60,69)
#222830
(34,40,48)
#11141B
(17,20,27)
#000000
(0,0,0)

Tints of #BBDCED

#BBDCED
(187,220,237)
#C1DFEE
(193,223,238)
#C7E2EF
(199,226,239)
#CDE5F0
(205,229,240)
#D3E8F1
(211,232,241)
#D9EBF2
(217,235,242)
#DFEEF3
(223,238,243)
#E5F1F4
(229,241,244)
#EBF4F5
(235,244,245)
#F1F7F6
(241,247,246)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDCED; }

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

This text font color is #BBDCED.


Background Color

.myBgColor { background-color: #BBDCED; }

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

This div background color is #BBDCED.


Border color

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

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

This div border color is #BBDCED.


Opacity

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

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

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

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

This text has shadow with #BBDCED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDCED on black background.


Color preview on white background

This text has color #BBDCED on white background.



Black color preview on #BBDCED background

This text has black color on #BBDCED background.


White color preview on #BBDCED background

This text has white color on #BBDCED background.