COLOR #BBC4CF

HEX: #BBC4CF
RGB: (187,196,207)

Color info

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

RGB color model

#BBC4CF color RGB value is (187,196,207).

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

RGB channels and saturation

R 187 of 255 = 73%
G 196 of 255 = 77%
B 207 of 255 = 81%

187
196
207

R + G + B ~ 77%. #BBC4CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 196 + 207 = 590 (100%)
R 187 of 590 ~ 31.69%
G 196 of 590 ~ 33.22%
B 207 of 590 ~ 35.08%

%31.69
%33.22
%35.08

CMYK color model

#BBC4CF color CMYK value is (10,5,0,19).

  • cyan value is 9.66%
  • magenta value is 5.31%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(10,5,0,19)
C10M5Y0K19 
(10%,5%,0%,19%)
(0.10/0.05/0.00/0.19)	

CMYK percentages

%9.66
%5.31
%0
%18.82

Codes

Color #BBC4CF in popluar color models

BBC4CF
RGB187196207
HSL213°17.24%77.25%
HSB/HSV213°9.66%81.18%
CMYK9.66%5.31%0.00%
18.82%

Color #BBC4CF in popluar number systems.

HEXBBC4CF
Decimal187196207
Binary101110111100010011001111
Octal273304317

Shades and tints

Shades of #BBC4CF

#BBC4CF
(187,196,207)
#AAB3BD
(170,179,189)
#99A2AB
(153,162,171)
#889199
(136,145,153)
#778087
(119,128,135)
#666F75
(102,111,117)
#555E63
(85,94,99)
#444D51
(68,77,81)
#333C3F
(51,60,63)
#222B2D
(34,43,45)
#111A1B
(17,26,27)
#000000
(0,0,0)

Tints of #BBC4CF

#BBC4CF
(187,196,207)
#C1C9D3
(193,201,211)
#C7CED7
(199,206,215)
#CDD3DB
(205,211,219)
#D3D8DF
(211,216,223)
#D9DDE3
(217,221,227)
#DFE2E7
(223,226,231)
#E5E7EB
(229,231,235)
#EBECEF
(235,236,239)
#F1F1F3
(241,241,243)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC4CF; }

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

This text font color is #BBC4CF.


Background Color

.myBgColor { background-color: #BBC4CF; }

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

This div background color is #BBC4CF.


Border color

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

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

This div border color is #BBC4CF.


Opacity

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

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

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

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

This text has shadow with #BBC4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC4CF on black background.


Color preview on white background

This text has color #BBC4CF on white background.



Black color preview on #BBC4CF background

This text has black color on #BBC4CF background.


White color preview on #BBC4CF background

This text has white color on #BBC4CF background.