COLOR #BBC1F6

HEX: #BBC1F6
RGB: (187,193,246)

Color info

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

RGB color model

#BBC1F6 color RGB value is (187,193,246).

  • red value is 187;
  • green value is 193;
  • blue value is 246.
RGB:
(187,193,246)
(73%,76%,96%)

RGB channels and saturation

R 187 of 255 = 73%
G 193 of 255 = 76%
B 246 of 255 = 96%

187
193
246

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

Portions of RGB colors in percentages

R + G + B =
187 + 193 + 246 = 626 (100%)
R 187 of 626 ~ 29.87%
G 193 of 626 ~ 30.83%
B 246 of 626 ~ 39.3%

%29.87
%30.83
%39.3

CMYK color model

#BBC1F6 color CMYK value is (24,22,0,4).

  • cyan value is 23.98%
  • magenta value is 21.54%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(24,22,0,4)
C24M22Y0K4 
(24%,22%,0%,4%)
(0.24/0.22/0.00/0.04)	

CMYK percentages

%23.98
%21.54
%0
%3.53

Codes

Color #BBC1F6 in popluar color models

BBC1F6
RGB187193246
HSL234°76.62%84.90%
HSB/HSV234°23.98%96.47%
CMYK23.98%21.54%0.00%
3.53%

Color #BBC1F6 in popluar number systems.

HEXBBC1F6
Decimal187193246
Binary101110111100000111110110
Octal273301366

Shades and tints

Shades of #BBC1F6

#BBC1F6
(187,193,246)
#AAB0E0
(170,176,224)
#999FCA
(153,159,202)
#888EB4
(136,142,180)
#777D9E
(119,125,158)
#666C88
(102,108,136)
#555B72
(85,91,114)
#444A5C
(68,74,92)
#333946
(51,57,70)
#222830
(34,40,48)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #BBC1F6

#BBC1F6
(187,193,246)
#C1C6F6
(193,198,246)
#C7CBF6
(199,203,246)
#CDD0F6
(205,208,246)
#D3D5F6
(211,213,246)
#D9DAF6
(217,218,246)
#DFDFF6
(223,223,246)
#E5E4F6
(229,228,246)
#EBE9F6
(235,233,246)
#F1EEF6
(241,238,246)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC1F6 color. Also use rgb(187,193,246) instead hex code.

Text Font Color

.myTextColor { color: #BBC1F6; }

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

This text font color is #BBC1F6.


Background Color

.myBgColor { background-color: #BBC1F6; }

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

This div background color is #BBC1F6.


Border color

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

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

This div border color is #BBC1F6.


Opacity

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

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

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

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

This text has shadow with #BBC1F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC1F6 on black background.


Color preview on white background

This text has color #BBC1F6 on white background.



Black color preview on #BBC1F6 background

This text has black color on #BBC1F6 background.


White color preview on #BBC1F6 background

This text has white color on #BBC1F6 background.