COLOR #BBBFD6

HEX: #BBBFD6
RGB: (187,191,214)

Color info

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

RGB color model

#BBBFD6 color RGB value is (187,191,214).

  • red value is 187;
  • green value is 191;
  • blue value is 214.
RGB:
(187,191,214)
(73%,75%,84%)

RGB channels and saturation

R 187 of 255 = 73%
G 191 of 255 = 75%
B 214 of 255 = 84%

187
191
214

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

Portions of RGB colors in percentages

R + G + B =
187 + 191 + 214 = 592 (100%)
R 187 of 592 ~ 31.59%
G 191 of 592 ~ 32.26%
B 214 of 592 ~ 36.15%

%31.59
%32.26
%36.15

CMYK color model

#BBBFD6 color CMYK value is (13,11,0,16).

  • cyan value is 12.62%
  • magenta value is 10.75%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(13,11,0,16)
C13M11Y0K16 
(13%,11%,0%,16%)
(0.13/0.11/0.00/0.16)	

CMYK percentages

%12.62
%10.75
%0
%16.08

Codes

Color #BBBFD6 in popluar color models

BBBFD6
RGB187191214
HSL231°24.77%78.63%
HSB/HSV231°12.62%83.92%
CMYK12.62%10.75%0.00%
16.08%

Color #BBBFD6 in popluar number systems.

HEXBBBFD6
Decimal187191214
Binary101110111011111111010110
Octal273277326

Shades and tints

Shades of #BBBFD6

#BBBFD6
(187,191,214)
#AAAEC3
(170,174,195)
#999DB0
(153,157,176)
#888C9D
(136,140,157)
#777B8A
(119,123,138)
#666A77
(102,106,119)
#555964
(85,89,100)
#444851
(68,72,81)
#33373E
(51,55,62)
#22262B
(34,38,43)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #BBBFD6

#BBBFD6
(187,191,214)
#C1C4D9
(193,196,217)
#C7C9DC
(199,201,220)
#CDCEDF
(205,206,223)
#D3D3E2
(211,211,226)
#D9D8E5
(217,216,229)
#DFDDE8
(223,221,232)
#E5E2EB
(229,226,235)
#EBE7EE
(235,231,238)
#F1ECF1
(241,236,241)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBBFD6 color. Also use rgb(187,191,214) instead hex code.

Text Font Color

.myTextColor { color: #BBBFD6; }

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

This text font color is #BBBFD6.


Background Color

.myBgColor { background-color: #BBBFD6; }

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

This div background color is #BBBFD6.


Border color

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

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

This div border color is #BBBFD6.


Opacity

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

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

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

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

This text has shadow with #BBBFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBFD6 on black background.


Color preview on white background

This text has color #BBBFD6 on white background.



Black color preview on #BBBFD6 background

This text has black color on #BBBFD6 background.


White color preview on #BBBFD6 background

This text has white color on #BBBFD6 background.