COLOR #BBCEDE

HEX: #BBCEDE RGB: (187,206,222)

Color info

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

RGB color model

#BBCEDE color RGB value is (187,206,222).

RGB: (187,206,222) (73%, 81%, 87%)

RGB channels and saturation

R 187 of 255 = 73%
G 206 of 255 = 81%
B 222 of 255 = 87%

187
206
222

R + G + B ~ 80%. #BBCEDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 206 + 222 = 615 (100%)
R 187 of 615 ~ 30.41%
G 206 of 615 ~ 33.5%
B 222 of 615 ~ 36.1'%

%30.41
%33.5
%36.1

CMYK color model

#BBCEDE color CMYK value is (16,7,0,13).

  • cyan value is 15.77%
  • magenta value is 7.21%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (16,7,0,13)
C16M7Y0K13 (16%, 7%, 0%, 13%)
(0.16 / 0.07 / 0.00 / 0.13)

CMYK percentages

%15.77
%7.21
%0
%12.94

Codes

Color #BBCEDE in popluar color models

BB CE DE
RGB 187 206 222
HSL 207° 34.65% 80.20%
HSB/HSV 207° 15.77% 87.06%
CMYK 15.77% 7.21% 0.00%
12.94%

Color #BBCEDE in popluar number systems.

HEX BB CE DE
Decimal 187 206 222
Binary 10111011 11001110 11011110
Octal 273 316 336

Shades and tints

Shades of #BBCEDE

#BBCEDE
(187,206,222)
#AABCCA
(170,188,202)
#99AAB6
(153,170,182)
#8898A2
(136,152,162)
#77868E
(119,134,142)
#66747A
(102,116,122)
#556266
(85,98,102)
#445052
(68,80,82)
#333E3E
(51,62,62)
#222C2A
(34,44,42)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #BBCEDE

#BBCEDE
(187,206,222)
#C1D2E1
(193,210,225)
#C7D6E4
(199,214,228)
#CDDAE7
(205,218,231)
#D3DEEA
(211,222,234)
#D9E2ED
(217,226,237)
#DFE6F0
(223,230,240)
#E5EAF3
(229,234,243)
#EBEEF6
(235,238,246)
#F1F2F9
(241,242,249)
#F7F6FC
(247,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCEDE color. Also use rgb(187,206,222) instead hex code.

Text Font Color

.myTextColor { color: #BBCEDE; }

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

This text font color is #BBCEDE.

Background Color

.myBgColor { background-color: #BBCEDE; }

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

This div background color is #BBCEDE.

Border color

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

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

This div border color is #BBCEDE.

Opacity

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

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

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

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

This text has shadow with #BBCEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCEDE.

Preview

Color preview on black background

This text has color #BBCEDE on black background.


Color preview on white background

This text has color #BBCEDE on white background.


Black color preview on #BBCEDE background

This text has black color on #BBCEDE background.


White color preview on #BBCEDE background

This text has white color on #BBCEDE background.


Related colors

Complementary color

Complementary color for #hex is #443121.


I love getcolorcode.com

Triadic colors

1 #DEBBCE and #CEDEBB with #BBCEDE are triadic colors.

2 #DECEBB and #CEBBDE with #BBCEDE are triadic colors.