COLOR #BBCCCF

HEX: #BBCCCF
RGB: (187,204,207)

Color info

#BBCCCF contains red, green and blue colors in about the same proportion. Web safe color of #BBCCCF is #CCCCCC (or #CCC).

RGB color model

#BBCCCF color RGB value is (187,204,207).

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

RGB channels and saturation

R 187 of 255 = 73%
G 204 of 255 = 80%
B 207 of 255 = 81%

187
204
207

R + G + B ~ 78%. #BBCCCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 204 + 207 = 598 (100%)
R 187 of 598 ~ 31.27%
G 204 of 598 ~ 34.11%
B 207 of 598 ~ 34.62%

%31.27
%34.11
%34.62

CMYK color model

#BBCCCF color CMYK value is (10,1,0,19).

  • cyan value is 9.66%
  • magenta value is 1.45%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(10,1,0,19)
C10M1Y0K19 
(10%,1%,0%,19%)
(0.10/0.01/0.00/0.19)	

CMYK percentages

%9.66
%1.45
%0
%18.82

Codes

Color #BBCCCF in popluar color models

BBCCCF
RGB187204207
HSL189°17.24%77.25%
HSB/HSV189°9.66%81.18%
CMYK9.66%1.45%0.00%
18.82%

Color #BBCCCF in popluar number systems.

HEXBBCCCF
Decimal187204207
Binary101110111100110011001111
Octal273314317

Shades and tints

Shades of #BBCCCF

#BBCCCF
(187,204,207)
#AABABD
(170,186,189)
#99A8AB
(153,168,171)
#889699
(136,150,153)
#778487
(119,132,135)
#667275
(102,114,117)
#556063
(85,96,99)
#444E51
(68,78,81)
#333C3F
(51,60,63)
#222A2D
(34,42,45)
#11181B
(17,24,27)
#000000
(0,0,0)

Tints of #BBCCCF

#BBCCCF
(187,204,207)
#C1D0D3
(193,208,211)
#C7D4D7
(199,212,215)
#CDD8DB
(205,216,219)
#D3DCDF
(211,220,223)
#D9E0E3
(217,224,227)
#DFE4E7
(223,228,231)
#E5E8EB
(229,232,235)
#EBECEF
(235,236,239)
#F1F0F3
(241,240,243)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCCCF; }

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

This text font color is #BBCCCF.


Background Color

.myBgColor { background-color: #BBCCCF; }

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

This div background color is #BBCCCF.


Border color

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

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

This div border color is #BBCCCF.


Opacity

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

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

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

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

This text has shadow with #BBCCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCCCF on black background.


Color preview on white background

This text has color #BBCCCF on white background.



Black color preview on #BBCCCF background

This text has black color on #BBCCCF background.


White color preview on #BBCCCF background

This text has white color on #BBCCCF background.