COLOR #BBC9F1

HEX: #BBC9F1
RGB: (187,201,241)

Color info

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

RGB color model

#BBC9F1 color RGB value is (187,201,241).

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

RGB channels and saturation

R 187 of 255 = 73%
G 201 of 255 = 79%
B 241 of 255 = 95%

187
201
241

R + G + B ~ 82%. #BBC9F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 201 + 241 = 629 (100%)
R 187 of 629 ~ 29.73%
G 201 of 629 ~ 31.96%
B 241 of 629 ~ 38.31%

%29.73
%31.96
%38.31

CMYK color model

#BBC9F1 color CMYK value is (22,17,0,5).

  • cyan value is 22.41%
  • magenta value is 16.60%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(22,17,0,5)
C22M17Y0K5 
(22%,17%,0%,5%)
(0.22/0.17/0.00/0.05)	

CMYK percentages

%22.41
%16.6
%0
%5.49

Codes

Color #BBC9F1 in popluar color models

BBC9F1
RGB187201241
HSL224°65.85%83.92%
HSB/HSV224°22.41%94.51%
CMYK22.41%16.60%0.00%
5.49%

Color #BBC9F1 in popluar number systems.

HEXBBC9F1
Decimal187201241
Binary101110111100100111110001
Octal273311361

Shades and tints

Shades of #BBC9F1

#BBC9F1
(187,201,241)
#AAB7DC
(170,183,220)
#99A5C7
(153,165,199)
#8893B2
(136,147,178)
#77819D
(119,129,157)
#666F88
(102,111,136)
#555D73
(85,93,115)
#444B5E
(68,75,94)
#333949
(51,57,73)
#222734
(34,39,52)
#11151F
(17,21,31)
#000000
(0,0,0)

Tints of #BBC9F1

#BBC9F1
(187,201,241)
#C1CDF2
(193,205,242)
#C7D1F3
(199,209,243)
#CDD5F4
(205,213,244)
#D3D9F5
(211,217,245)
#D9DDF6
(217,221,246)
#DFE1F7
(223,225,247)
#E5E5F8
(229,229,248)
#EBE9F9
(235,233,249)
#F1EDFA
(241,237,250)
#F7F1FB
(247,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC9F1; }

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

This text font color is #BBC9F1.


Background Color

.myBgColor { background-color: #BBC9F1; }

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

This div background color is #BBC9F1.


Border color

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

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

This div border color is #BBC9F1.


Opacity

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

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

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

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

This text has shadow with #BBC9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC9F1 on black background.


Color preview on white background

This text has color #BBC9F1 on white background.



Black color preview on #BBC9F1 background

This text has black color on #BBC9F1 background.


White color preview on #BBC9F1 background

This text has white color on #BBC9F1 background.