COLOR #BBCCE6

HEX: #BBCCE6 RGB: (187,204,230)

Color info

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

RGB color model

#BBCCE6 color RGB value is (187,204,230).

RGB: (187,204,230) (73%, 80%, 90%)

RGB channels and saturation

R 187 of 255 = 73%
G 204 of 255 = 80%
B 230 of 255 = 90%

187
204
230

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

Portions of RGB colors in percentages

R + G + B = 187 + 204 + 230 = 621 (100%)
R 187 of 621 ~ 30.11%
G 204 of 621 ~ 32.85%
B 230 of 621 ~ 37.04'%

%30.11
%32.85
%37.04

CMYK color model

#BBCCE6 color CMYK value is (19,11,0,10).

  • cyan value is 18.70%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (19,11,0,10)
C19M11Y0K10 (19%, 11%, 0%, 10%)
(0.19 / 0.11 / 0.00 / 0.10)

CMYK percentages

%18.7
%11.3
%0
%9.8

Codes

Color #BBCCE6 in popluar color models

BB CC E6
RGB 187 204 230
HSL 216° 46.24% 81.76%
HSB/HSV 216° 18.70% 90.20%
CMYK 18.70% 11.30% 0.00%
9.80%

Color #BBCCE6 in popluar number systems.

HEX BB CC E6
Decimal 187 204 230
Binary 10111011 11001100 11100110
Octal 273 314 346

Shades and tints

Shades of #BBCCE6

#BBCCE6
(187,204,230)
#AABAD2
(170,186,210)
#99A8BE
(153,168,190)
#8896AA
(136,150,170)
#778496
(119,132,150)
#667282
(102,114,130)
#55606E
(85,96,110)
#444E5A
(68,78,90)
#333C46
(51,60,70)
#222A32
(34,42,50)
#11181E
(17,24,30)
#000000
(0,0,0)

Tints of #BBCCE6

#BBCCE6
(187,204,230)
#C1D0E8
(193,208,232)
#C7D4EA
(199,212,234)
#CDD8EC
(205,216,236)
#D3DCEE
(211,220,238)
#D9E0F0
(217,224,240)
#DFE4F2
(223,228,242)
#E5E8F4
(229,232,244)
#EBECF6
(235,236,246)
#F1F0F8
(241,240,248)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCCE6 color. Also use rgb(187,204,230) instead hex code.

Text Font Color

.myTextColor { color: #BBCCE6; }

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

This text font color is #BBCCE6.

Background Color

.myBgColor { background-color: #BBCCE6; }

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

This div background color is #BBCCE6.

Border color

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

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

This div border color is #BBCCE6.

Opacity

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

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

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

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

This text has shadow with #BBCCE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCCE6.

Preview

Color preview on black background

This text has color #BBCCE6 on black background.


Color preview on white background

This text has color #BBCCE6 on white background.


Black color preview on #BBCCE6 background

This text has black color on #BBCCE6 background.


White color preview on #BBCCE6 background

This text has white color on #BBCCE6 background.


Related colors

Complementary color

Complementary color for #hex is #443319.


I love getcolorcode.com

Triadic colors

1 #E6BBCC and #CCE6BB with #BBCCE6 are triadic colors.

2 #E6CCBB and #CCBBE6 with #BBCCE6 are triadic colors.