COLOR #BBBFDB

HEX: #BBBFDB RGB: (187,191,219)

Color info

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

RGB color model

#BBBFDB color RGB value is (187,191,219).

RGB: (187,191,219) (73%, 75%, 86%)

RGB channels and saturation

R 187 of 255 = 73%
G 191 of 255 = 75%
B 219 of 255 = 86%

187
191
219

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

Portions of RGB colors in percentages

R + G + B = 187 + 191 + 219 = 597 (100%)
R 187 of 597 ~ 31.32%
G 191 of 597 ~ 31.99%
B 219 of 597 ~ 36.68'%

%31.32
%31.99
%36.68

CMYK color model

#BBBFDB color CMYK value is (15,13,0,14).

  • cyan value is 14.61%
  • magenta value is 12.79%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (15,13,0,14)
C15M13Y0K14 (15%, 13%, 0%, 14%)
(0.15 / 0.13 / 0.00 / 0.14)

CMYK percentages

%14.61
%12.79
%0
%14.12

Codes

Color #BBBFDB in popluar color models

BB BF DB
RGB 187 191 219
HSL 233° 30.77% 79.61%
HSB/HSV 233° 14.61% 85.88%
CMYK 14.61% 12.79% 0.00%
14.12%

Color #BBBFDB in popluar number systems.

HEX BB BF DB
Decimal 187 191 219
Binary 10111011 10111111 11011011
Octal 273 277 333

Shades and tints

Shades of #BBBFDB

#BBBFDB
(187,191,219)
#AAAEC8
(170,174,200)
#999DB5
(153,157,181)
#888CA2
(136,140,162)
#777B8F
(119,123,143)
#666A7C
(102,106,124)
#555969
(85,89,105)
#444856
(68,72,86)
#333743
(51,55,67)
#222630
(34,38,48)
#11151D
(17,21,29)
#000000
(0,0,0)

Tints of #BBBFDB

#BBBFDB
(187,191,219)
#C1C4DE
(193,196,222)
#C7C9E1
(199,201,225)
#CDCEE4
(205,206,228)
#D3D3E7
(211,211,231)
#D9D8EA
(217,216,234)
#DFDDED
(223,221,237)
#E5E2F0
(229,226,240)
#EBE7F3
(235,231,243)
#F1ECF6
(241,236,246)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBFDB; }

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

This text font color is #BBBFDB.

Background Color

.myBgColor { background-color: #BBBFDB; }

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

This div background color is #BBBFDB.

Border color

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

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

This div border color is #BBBFDB.

Opacity

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

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

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

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

This text has shadow with #BBBFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBFDB.

Preview

Color preview on black background

This text has color #BBBFDB on black background.


Color preview on white background

This text has color #BBBFDB on white background.


Black color preview on #BBBFDB background

This text has black color on #BBBFDB background.


White color preview on #BBBFDB background

This text has white color on #BBBFDB background.


Related colors

Complementary color

Complementary color for #hex is #444024.


I love getcolorcode.com

Triadic colors

1 #DBBBBF and #BFDBBB with #BBBFDB are triadic colors.

2 #DBBFBB and #BFBBDB with #BBBFDB are triadic colors.