COLOR #BBC2E1

HEX: #BBC2E1
RGB: (187,194,225)

Color info

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

RGB color model

#BBC2E1 color RGB value is (187,194,225).

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

RGB channels and saturation

R 187 of 255 = 73%
G 194 of 255 = 76%
B 225 of 255 = 88%

187
194
225

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

Portions of RGB colors in percentages

R + G + B =
187 + 194 + 225 = 606 (100%)
R 187 of 606 ~ 30.86%
G 194 of 606 ~ 32.01%
B 225 of 606 ~ 37.13%

%30.86
%32.01
%37.13

CMYK color model

#BBC2E1 color CMYK value is (17,14,0,12).

  • cyan value is 16.89%
  • magenta value is 13.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(17,14,0,12)
C17M14Y0K12 
(17%,14%,0%,12%)
(0.17/0.14/0.00/0.12)	

CMYK percentages

%16.89
%13.78
%0
%11.76

Codes

Color #BBC2E1 in popluar color models

BBC2E1
RGB187194225
HSL229°38.78%80.78%
HSB/HSV229°16.89%88.24%
CMYK16.89%13.78%0.00%
11.76%

Color #BBC2E1 in popluar number systems.

HEXBBC2E1
Decimal187194225
Binary101110111100001011100001
Octal273302341

Shades and tints

Shades of #BBC2E1

#BBC2E1
(187,194,225)
#AAB1CD
(170,177,205)
#99A0B9
(153,160,185)
#888FA5
(136,143,165)
#777E91
(119,126,145)
#666D7D
(102,109,125)
#555C69
(85,92,105)
#444B55
(68,75,85)
#333A41
(51,58,65)
#22292D
(34,41,45)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #BBC2E1

#BBC2E1
(187,194,225)
#C1C7E3
(193,199,227)
#C7CCE5
(199,204,229)
#CDD1E7
(205,209,231)
#D3D6E9
(211,214,233)
#D9DBEB
(217,219,235)
#DFE0ED
(223,224,237)
#E5E5EF
(229,229,239)
#EBEAF1
(235,234,241)
#F1EFF3
(241,239,243)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC2E1; }

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

This text font color is #BBC2E1.


Background Color

.myBgColor { background-color: #BBC2E1; }

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

This div background color is #BBC2E1.


Border color

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

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

This div border color is #BBC2E1.


Opacity

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

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

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

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

This text has shadow with #BBC2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC2E1 on black background.


Color preview on white background

This text has color #BBC2E1 on white background.



Black color preview on #BBC2E1 background

This text has black color on #BBC2E1 background.


White color preview on #BBC2E1 background

This text has white color on #BBC2E1 background.