COLOR #BBC8ED

HEX: #BBC8ED RGB: (187,200,237)

Color info

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

RGB color model

#BBC8ED color RGB value is (187,200,237).

RGB: (187,200,237) (73%, 78%, 93%)

RGB channels and saturation

R 187 of 255 = 73%
G 200 of 255 = 78%
B 237 of 255 = 93%

187
200
237

R + G + B ~ 81%. #BBC8ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 200 + 237 = 624 (100%)
R 187 of 624 ~ 29.97%
G 200 of 624 ~ 32.05%
B 237 of 624 ~ 37.98'%

%29.97
%32.05
%37.98

CMYK color model

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

  • cyan value is 21.10%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (21,16,0,7)
C21M16Y0K7 (21%, 16%, 0%, 7%)
(0.21 / 0.16 / 0.00 / 0.07)

CMYK percentages

%21.1
%15.61
%0
%7.06

Codes

Color #BBC8ED in popluar color models

BB C8 ED
RGB 187 200 237
HSL 224° 58.14% 83.14%
HSB/HSV 224° 21.10% 92.94%
CMYK 21.10% 15.61% 0.00%
7.06%

Color #BBC8ED in popluar number systems.

HEX BB C8 ED
Decimal 187 200 237
Binary 10111011 11001000 11101101
Octal 273 310 355

Shades and tints

Shades of #BBC8ED

#BBC8ED
(187,200,237)
#AAB6D8
(170,182,216)
#99A4C3
(153,164,195)
#8892AE
(136,146,174)
#778099
(119,128,153)
#666E84
(102,110,132)
#555C6F
(85,92,111)
#444A5A
(68,74,90)
#333845
(51,56,69)
#222630
(34,38,48)
#11141B
(17,20,27)
#000000
(0,0,0)

Tints of #BBC8ED

#BBC8ED
(187,200,237)
#C1CDEE
(193,205,238)
#C7D2EF
(199,210,239)
#CDD7F0
(205,215,240)
#D3DCF1
(211,220,241)
#D9E1F2
(217,225,242)
#DFE6F3
(223,230,243)
#E5EBF4
(229,235,244)
#EBF0F5
(235,240,245)
#F1F5F6
(241,245,246)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC8ED; }

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

This text font color is #BBC8ED.

Background Color

.myBgColor { background-color: #BBC8ED; }

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

This div background color is #BBC8ED.

Border color

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

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

This div border color is #BBC8ED.

Opacity

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

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

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

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

This text has shadow with #BBC8ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC8ED.

Preview

Color preview on black background

This text has color #BBC8ED on black background.


Color preview on white background

This text has color #BBC8ED on white background.


Black color preview on #BBC8ED background

This text has black color on #BBC8ED background.


White color preview on #BBC8ED background

This text has white color on #BBC8ED background.


Related colors

Complementary color

Complementary color for #hex is #443712.


I love getcolorcode.com

Triadic colors

1 #EDBBC8 and #C8EDBB with #BBC8ED are triadic colors.

2 #EDC8BB and #C8BBED with #BBC8ED are triadic colors.