COLOR #BBBFD8

HEX: #BBBFD8
RGB: (187,191,216)

Color info

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

RGB color model

#BBBFD8 color RGB value is (187,191,216).

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

RGB channels and saturation

R 187 of 255 = 73%
G 191 of 255 = 75%
B 216 of 255 = 85%

187
191
216

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

Portions of RGB colors in percentages

R + G + B =
187 + 191 + 216 = 594 (100%)
R 187 of 594 ~ 31.48%
G 191 of 594 ~ 32.15%
B 216 of 594 ~ 36.36%

%31.48
%32.15
%36.36

CMYK color model

#BBBFD8 color CMYK value is (13,12,0,15).

  • cyan value is 13.43%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(13,12,0,15)
C13M12Y0K15 
(13%,12%,0%,15%)
(0.13/0.12/0.00/0.15)	

CMYK percentages

%13.43
%11.57
%0
%15.29

Codes

Color #BBBFD8 in popluar color models

BBBFD8
RGB187191216
HSL232°27.10%79.02%
HSB/HSV232°13.43%84.71%
CMYK13.43%11.57%0.00%
15.29%

Color #BBBFD8 in popluar number systems.

HEXBBBFD8
Decimal187191216
Binary101110111011111111011000
Octal273277330

Shades and tints

Shades of #BBBFD8

#BBBFD8
(187,191,216)
#AAAEC5
(170,174,197)
#999DB2
(153,157,178)
#888C9F
(136,140,159)
#777B8C
(119,123,140)
#666A79
(102,106,121)
#555966
(85,89,102)
#444853
(68,72,83)
#333740
(51,55,64)
#22262D
(34,38,45)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #BBBFD8

#BBBFD8
(187,191,216)
#C1C4DB
(193,196,219)
#C7C9DE
(199,201,222)
#CDCEE1
(205,206,225)
#D3D3E4
(211,211,228)
#D9D8E7
(217,216,231)
#DFDDEA
(223,221,234)
#E5E2ED
(229,226,237)
#EBE7F0
(235,231,240)
#F1ECF3
(241,236,243)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBFD8; }

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

This text font color is #BBBFD8.


Background Color

.myBgColor { background-color: #BBBFD8; }

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

This div background color is #BBBFD8.


Border color

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

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

This div border color is #BBBFD8.


Opacity

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

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

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

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

This text has shadow with #BBBFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBFD8 on black background.


Color preview on white background

This text has color #BBBFD8 on white background.



Black color preview on #BBBFD8 background

This text has black color on #BBBFD8 background.


White color preview on #BBBFD8 background

This text has white color on #BBBFD8 background.