COLOR #BBCAE1

HEX: #BBCAE1
RGB: (187,202,225)

Color info

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

RGB color model

#BBCAE1 color RGB value is (187,202,225).

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

RGB channels and saturation

R 187 of 255 = 73%
G 202 of 255 = 79%
B 225 of 255 = 88%

187
202
225

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

Portions of RGB colors in percentages

R + G + B =
187 + 202 + 225 = 614 (100%)
R 187 of 614 ~ 30.46%
G 202 of 614 ~ 32.9%
B 225 of 614 ~ 36.64%

%30.46
%32.9
%36.64

CMYK color model

#BBCAE1 color CMYK value is (17,10,0,12).

  • cyan value is 16.89%
  • magenta value is 10.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(17,10,0,12)
C17M10Y0K12 
(17%,10%,0%,12%)
(0.17/0.10/0.00/0.12)	

CMYK percentages

%16.89
%10.22
%0
%11.76

Codes

Color #BBCAE1 in popluar color models

BBCAE1
RGB187202225
HSL216°38.78%80.78%
HSB/HSV216°16.89%88.24%
CMYK16.89%10.22%0.00%
11.76%

Color #BBCAE1 in popluar number systems.

HEXBBCAE1
Decimal187202225
Binary101110111100101011100001
Octal273312341

Shades and tints

Shades of #BBCAE1

#BBCAE1
(187,202,225)
#AAB8CD
(170,184,205)
#99A6B9
(153,166,185)
#8894A5
(136,148,165)
#778291
(119,130,145)
#66707D
(102,112,125)
#555E69
(85,94,105)
#444C55
(68,76,85)
#333A41
(51,58,65)
#22282D
(34,40,45)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #BBCAE1

#BBCAE1
(187,202,225)
#C1CEE3
(193,206,227)
#C7D2E5
(199,210,229)
#CDD6E7
(205,214,231)
#D3DAE9
(211,218,233)
#D9DEEB
(217,222,235)
#DFE2ED
(223,226,237)
#E5E6EF
(229,230,239)
#EBEAF1
(235,234,241)
#F1EEF3
(241,238,243)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCAE1; }

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

This text font color is #BBCAE1.


Background Color

.myBgColor { background-color: #BBCAE1; }

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

This div background color is #BBCAE1.


Border color

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

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

This div border color is #BBCAE1.


Opacity

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

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

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

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

This text has shadow with #BBCAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCAE1 on black background.


Color preview on white background

This text has color #BBCAE1 on white background.



Black color preview on #BBCAE1 background

This text has black color on #BBCAE1 background.


White color preview on #BBCAE1 background

This text has white color on #BBCAE1 background.