COLOR #BBCFF1

HEX: #BBCFF1
RGB: (187,207,241)

Color info

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

RGB color model

#BBCFF1 color RGB value is (187,207,241).

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

RGB channels and saturation

R 187 of 255 = 73%
G 207 of 255 = 81%
B 241 of 255 = 95%

187
207
241

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

Portions of RGB colors in percentages

R + G + B =
187 + 207 + 241 = 635 (100%)
R 187 of 635 ~ 29.45%
G 207 of 635 ~ 32.6%
B 241 of 635 ~ 37.95%

%29.45
%32.6
%37.95

CMYK color model

#BBCFF1 color CMYK value is (22,14,0,5).

  • cyan value is 22.41%
  • magenta value is 14.11%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(22,14,0,5)
C22M14Y0K5 
(22%,14%,0%,5%)
(0.22/0.14/0.00/0.05)	

CMYK percentages

%22.41
%14.11
%0
%5.49

Codes

Color #BBCFF1 in popluar color models

BBCFF1
RGB187207241
HSL218°65.85%83.92%
HSB/HSV218°22.41%94.51%
CMYK22.41%14.11%0.00%
5.49%

Color #BBCFF1 in popluar number systems.

HEXBBCFF1
Decimal187207241
Binary101110111100111111110001
Octal273317361

Shades and tints

Shades of #BBCFF1

#BBCFF1
(187,207,241)
#AABDDC
(170,189,220)
#99ABC7
(153,171,199)
#8899B2
(136,153,178)
#77879D
(119,135,157)
#667588
(102,117,136)
#556373
(85,99,115)
#44515E
(68,81,94)
#333F49
(51,63,73)
#222D34
(34,45,52)
#111B1F
(17,27,31)
#000000
(0,0,0)

Tints of #BBCFF1

#BBCFF1
(187,207,241)
#C1D3F2
(193,211,242)
#C7D7F3
(199,215,243)
#CDDBF4
(205,219,244)
#D3DFF5
(211,223,245)
#D9E3F6
(217,227,246)
#DFE7F7
(223,231,247)
#E5EBF8
(229,235,248)
#EBEFF9
(235,239,249)
#F1F3FA
(241,243,250)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCFF1; }

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

This text font color is #BBCFF1.


Background Color

.myBgColor { background-color: #BBCFF1; }

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

This div background color is #BBCFF1.


Border color

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

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

This div border color is #BBCFF1.


Opacity

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

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

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

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

This text has shadow with #BBCFF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCFF1 on black background.


Color preview on white background

This text has color #BBCFF1 on white background.



Black color preview on #BBCFF1 background

This text has black color on #BBCFF1 background.


White color preview on #BBCFF1 background

This text has white color on #BBCFF1 background.