COLOR #BBCDEB

HEX: #BBCDEB RGB: (187,205,235)

Color info

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

RGB color model

#BBCDEB color RGB value is (187,205,235).

RGB: (187,205,235) (73%, 80%, 92%)

RGB channels and saturation

R 187 of 255 = 73%
G 205 of 255 = 80%
B 235 of 255 = 92%

187
205
235

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

Portions of RGB colors in percentages

R + G + B = 187 + 205 + 235 = 627 (100%)
R 187 of 627 ~ 29.82%
G 205 of 627 ~ 32.7%
B 235 of 627 ~ 37.48'%

%29.82
%32.7
%37.48

CMYK color model

#BBCDEB color CMYK value is (20,13,0,8).

  • cyan value is 20.43%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (20,13,0,8) C20M13Y0K8 (20%,13%,0%,8%) (0.20/0.13/0.00/0.08) 

CMYK percentages

%20.43
%12.77
%0
%7.84

Codes

Color #BBCDEB in popluar color models

BB CD EB
RGB 187 205 235
HSL 218° 54.55% 82.75%
HSB/HSV 218° 20.43% 92.16%
CMYK 20.43% 12.77% 0.00%
7.84%

Color #BBCDEB in popluar number systems.

HEX BB CD EB
Decimal 187 205 235
Binary 10111011 11001101 11101011
Octal 273 315 353

Shades and tints

Shades of #BBCDEB

#BBCDEB
(187,205,235)
#AABBD6
(170,187,214)
#99A9C1
(153,169,193)
#8897AC
(136,151,172)
#778597
(119,133,151)
#667382
(102,115,130)
#55616D
(85,97,109)
#444F58
(68,79,88)
#333D43
(51,61,67)
#222B2E
(34,43,46)
#111919
(17,25,25)
#000000
(0,0,0)

Tints of #BBCDEB

#BBCDEB
(187,205,235)
#C1D1EC
(193,209,236)
#C7D5ED
(199,213,237)
#CDD9EE
(205,217,238)
#D3DDEF
(211,221,239)
#D9E1F0
(217,225,240)
#DFE5F1
(223,229,241)
#E5E9F2
(229,233,242)
#EBEDF3
(235,237,243)
#F1F1F4
(241,241,244)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCDEB; }

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

This text font color is #BBCDEB.

Background Color

.myBgColor { background-color: #BBCDEB; }

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

This div background color is #BBCDEB.

Border color

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

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

This div border color is #BBCDEB.

Opacity

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

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

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

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

This text has shadow with #BBCDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCDEB.

Preview

Color preview on black background

This text has color #BBCDEB on black background.


Color preview on white background

This text has color #BBCDEB on white background.


Black color preview on #BBCDEB background

This text has black color on #BBCDEB background.


White color preview on #BBCDEB background

This text has white color on #BBCDEB background.


Related colors

Complementary color

Complementary color for #hex is #443214.


I love getcolorcode.com

Triadic colors

1 #EBBBCD and #CDEBBB with #BBCDEB are triadic colors.

2 #EBCDBB and #CDBBEB with #BBCDEB are triadic colors.