COLOR #BBCEF3

HEX: #BBCEF3
RGB: (187,206,243)

Color info

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

RGB color model

#BBCEF3 color RGB value is (187,206,243).

  • red value is 187;
  • green value is 206;
  • blue value is 243.
RGB:
(187,206,243)
(73%,81%,95%)

RGB channels and saturation

R 187 of 255 = 73%
G 206 of 255 = 81%
B 243 of 255 = 95%

187
206
243

R + G + B ~ 83%. #BBCEF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 206 + 243 = 636 (100%)
R 187 of 636 ~ 29.4%
G 206 of 636 ~ 32.39%
B 243 of 636 ~ 38.21%

%29.4
%32.39
%38.21

CMYK color model

#BBCEF3 color CMYK value is (23,15,0,5).

  • cyan value is 23.05%
  • magenta value is 15.23%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(23,15,0,5)
C23M15Y0K5 
(23%,15%,0%,5%)
(0.23/0.15/0.00/0.05)	

CMYK percentages

%23.05
%15.23
%0
%4.71

Codes

Color #BBCEF3 in popluar color models

BBCEF3
RGB187206243
HSL220°70.00%84.31%
HSB/HSV220°23.05%95.29%
CMYK23.05%15.23%0.00%
4.71%

Color #BBCEF3 in popluar number systems.

HEXBBCEF3
Decimal187206243
Binary101110111100111011110011
Octal273316363

Shades and tints

Shades of #BBCEF3

#BBCEF3
(187,206,243)
#AABCDD
(170,188,221)
#99AAC7
(153,170,199)
#8898B1
(136,152,177)
#77869B
(119,134,155)
#667485
(102,116,133)
#55626F
(85,98,111)
#445059
(68,80,89)
#333E43
(51,62,67)
#222C2D
(34,44,45)
#111A17
(17,26,23)
#000000
(0,0,0)

Tints of #BBCEF3

#BBCEF3
(187,206,243)
#C1D2F4
(193,210,244)
#C7D6F5
(199,214,245)
#CDDAF6
(205,218,246)
#D3DEF7
(211,222,247)
#D9E2F8
(217,226,248)
#DFE6F9
(223,230,249)
#E5EAFA
(229,234,250)
#EBEEFB
(235,238,251)
#F1F2FC
(241,242,252)
#F7F6FD
(247,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCEF3 color. Also use rgb(187,206,243) instead hex code.

Text Font Color

.myTextColor { color: #BBCEF3; }

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

This text font color is #BBCEF3.


Background Color

.myBgColor { background-color: #BBCEF3; }

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

This div background color is #BBCEF3.


Border color

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

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

This div border color is #BBCEF3.


Opacity

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

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

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

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

This text has shadow with #BBCEF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCEF3 on black background.


Color preview on white background

This text has color #BBCEF3 on white background.



Black color preview on #BBCEF3 background

This text has black color on #BBCEF3 background.


White color preview on #BBCEF3 background

This text has white color on #BBCEF3 background.