COLOR #BBCCF1

HEX: #BBCCF1
RGB: (187,204,241)

Color info

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

RGB color model

#BBCCF1 color RGB value is (187,204,241).

  • red value is 187;
  • green value is 204;
  • blue value is 241.
RGB:
(187,204,241)
(73%,80%,95%)

RGB channels and saturation

R 187 of 255 = 73%
G 204 of 255 = 80%
B 241 of 255 = 95%

187
204
241

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

Portions of RGB colors in percentages

R + G + B =
187 + 204 + 241 = 632 (100%)
R 187 of 632 ~ 29.59%
G 204 of 632 ~ 32.28%
B 241 of 632 ~ 38.13%

%29.59
%32.28
%38.13

CMYK color model

#BBCCF1 color CMYK value is (22,15,0,5).

  • cyan value is 22.41%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(22,15,0,5)
C22M15Y0K5 
(22%,15%,0%,5%)
(0.22/0.15/0.00/0.05)	

CMYK percentages

%22.41
%15.35
%0
%5.49

Codes

Color #BBCCF1 in popluar color models

BBCCF1
RGB187204241
HSL221°65.85%83.92%
HSB/HSV221°22.41%94.51%
CMYK22.41%15.35%0.00%
5.49%

Color #BBCCF1 in popluar number systems.

HEXBBCCF1
Decimal187204241
Binary101110111100110011110001
Octal273314361

Shades and tints

Shades of #BBCCF1

#BBCCF1
(187,204,241)
#AABADC
(170,186,220)
#99A8C7
(153,168,199)
#8896B2
(136,150,178)
#77849D
(119,132,157)
#667288
(102,114,136)
#556073
(85,96,115)
#444E5E
(68,78,94)
#333C49
(51,60,73)
#222A34
(34,42,52)
#11181F
(17,24,31)
#000000
(0,0,0)

Tints of #BBCCF1

#BBCCF1
(187,204,241)
#C1D0F2
(193,208,242)
#C7D4F3
(199,212,243)
#CDD8F4
(205,216,244)
#D3DCF5
(211,220,245)
#D9E0F6
(217,224,246)
#DFE4F7
(223,228,247)
#E5E8F8
(229,232,248)
#EBECF9
(235,236,249)
#F1F0FA
(241,240,250)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCCF1; }

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

This text font color is #BBCCF1.


Background Color

.myBgColor { background-color: #BBCCF1; }

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

This div background color is #BBCCF1.


Border color

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

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

This div border color is #BBCCF1.


Opacity

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

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

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

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

This text has shadow with #BBCCF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCCF1 on black background.


Color preview on white background

This text has color #BBCCF1 on white background.



Black color preview on #BBCCF1 background

This text has black color on #BBCCF1 background.


White color preview on #BBCCF1 background

This text has white color on #BBCCF1 background.