COLOR #BBCFF0

HEX: #BBCFF0
RGB: (187,207,240)

Color info

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

RGB color model

#BBCFF0 color RGB value is (187,207,240).

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

RGB channels and saturation

R 187 of 255 = 73%
G 207 of 255 = 81%
B 240 of 255 = 94%

187
207
240

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

Portions of RGB colors in percentages

R + G + B =
187 + 207 + 240 = 634 (100%)
R 187 of 634 ~ 29.5%
G 207 of 634 ~ 32.65%
B 240 of 634 ~ 37.85%

%29.5
%32.65
%37.85

CMYK color model

#BBCFF0 color CMYK value is (22,14,0,6).

  • cyan value is 22.08%
  • magenta value is 13.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(22,14,0,6)
C22M14Y0K6 
(22%,14%,0%,6%)
(0.22/0.14/0.00/0.06)	

CMYK percentages

%22.08
%13.75
%0
%5.88

Codes

Color #BBCFF0 in popluar color models

BBCFF0
RGB187207240
HSL217°63.86%83.73%
HSB/HSV217°22.08%94.12%
CMYK22.08%13.75%0.00%
5.88%

Color #BBCFF0 in popluar number systems.

HEXBBCFF0
Decimal187207240
Binary101110111100111111110000
Octal273317360

Shades and tints

Shades of #BBCFF0

#BBCFF0
(187,207,240)
#AABDDB
(170,189,219)
#99ABC6
(153,171,198)
#8899B1
(136,153,177)
#77879C
(119,135,156)
#667587
(102,117,135)
#556372
(85,99,114)
#44515D
(68,81,93)
#333F48
(51,63,72)
#222D33
(34,45,51)
#111B1E
(17,27,30)
#000000
(0,0,0)

Tints of #BBCFF0

#BBCFF0
(187,207,240)
#C1D3F1
(193,211,241)
#C7D7F2
(199,215,242)
#CDDBF3
(205,219,243)
#D3DFF4
(211,223,244)
#D9E3F5
(217,227,245)
#DFE7F6
(223,231,246)
#E5EBF7
(229,235,247)
#EBEFF8
(235,239,248)
#F1F3F9
(241,243,249)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCFF0; }

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

This text font color is #BBCFF0.


Background Color

.myBgColor { background-color: #BBCFF0; }

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

This div background color is #BBCFF0.


Border color

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

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

This div border color is #BBCFF0.


Opacity

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

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

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

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

This text has shadow with #BBCFF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCFF0 on black background.


Color preview on white background

This text has color #BBCFF0 on white background.



Black color preview on #BBCFF0 background

This text has black color on #BBCFF0 background.


White color preview on #BBCFF0 background

This text has white color on #BBCFF0 background.