COLOR #BBC2DE

HEX: #BBC2DE
RGB: (187,194,222)

Color info

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

RGB color model

#BBC2DE color RGB value is (187,194,222).

  • red value is 187;
  • green value is 194;
  • blue value is 222.
RGB:
(187,194,222)
(73%,76%,87%)

RGB channels and saturation

R 187 of 255 = 73%
G 194 of 255 = 76%
B 222 of 255 = 87%

187
194
222

R + G + B ~ 79%. #BBC2DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 194 + 222 = 603 (100%)
R 187 of 603 ~ 31.01%
G 194 of 603 ~ 32.17%
B 222 of 603 ~ 36.82%

%31.01
%32.17
%36.82

CMYK color model

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

  • cyan value is 15.77%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(16,13,0,13)
C16M13Y0K13 
(16%,13%,0%,13%)
(0.16/0.13/0.00/0.13)	

CMYK percentages

%15.77
%12.61
%0
%12.94

Codes

Color #BBC2DE in popluar color models

BBC2DE
RGB187194222
HSL228°34.65%80.20%
HSB/HSV228°15.77%87.06%
CMYK15.77%12.61%0.00%
12.94%

Color #BBC2DE in popluar number systems.

HEXBBC2DE
Decimal187194222
Binary101110111100001011011110
Octal273302336

Shades and tints

Shades of #BBC2DE

#BBC2DE
(187,194,222)
#AAB1CA
(170,177,202)
#99A0B6
(153,160,182)
#888FA2
(136,143,162)
#777E8E
(119,126,142)
#666D7A
(102,109,122)
#555C66
(85,92,102)
#444B52
(68,75,82)
#333A3E
(51,58,62)
#22292A
(34,41,42)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #BBC2DE

#BBC2DE
(187,194,222)
#C1C7E1
(193,199,225)
#C7CCE4
(199,204,228)
#CDD1E7
(205,209,231)
#D3D6EA
(211,214,234)
#D9DBED
(217,219,237)
#DFE0F0
(223,224,240)
#E5E5F3
(229,229,243)
#EBEAF6
(235,234,246)
#F1EFF9
(241,239,249)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC2DE; }

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

This text font color is #BBC2DE.


Background Color

.myBgColor { background-color: #BBC2DE; }

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

This div background color is #BBC2DE.


Border color

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

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

This div border color is #BBC2DE.


Opacity

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

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

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

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

This text has shadow with #BBC2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC2DE on black background.


Color preview on white background

This text has color #BBC2DE on white background.



Black color preview on #BBC2DE background

This text has black color on #BBC2DE background.


White color preview on #BBC2DE background

This text has white color on #BBC2DE background.