COLOR #BBBECF

HEX: #BBBECF RGB: (187,190,207)

Color info

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

RGB color model

#BBBECF color RGB value is (187,190,207).

RGB: (187,190,207) (73%, 75%, 81%)

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 207 of 255 = 81%

187
190
207

R + G + B ~ 76%. #BBBECF is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 190 + 207 = 584 (100%)
R 187 of 584 ~ 32.02%
G 190 of 584 ~ 32.53%
B 207 of 584 ~ 35.45'%

%32.02
%32.53
%35.45

CMYK color model

#BBBECF color CMYK value is (10,8,0,19).

  • cyan value is 9.66%
  • magenta value is 8.21%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (10,8,0,19)
C10M8Y0K19 (10%, 8%, 0%, 19%)
(0.10 / 0.08 / 0.00 / 0.19)

CMYK percentages

%9.66
%8.21
%0
%18.82

Codes

Color #BBBECF in popluar color models

BB BE CF
RGB 187 190 207
HSL 231° 17.24% 77.25%
HSB/HSV 231° 9.66% 81.18%
CMYK 9.66% 8.21% 0.00%
18.82%

Color #BBBECF in popluar number systems.

HEX BB BE CF
Decimal 187 190 207
Binary 10111011 10111110 11001111
Octal 273 276 317

Shades and tints

Shades of #BBBECF

#BBBECF
(187,190,207)
#AAADBD
(170,173,189)
#999CAB
(153,156,171)
#888B99
(136,139,153)
#777A87
(119,122,135)
#666975
(102,105,117)
#555863
(85,88,99)
#444751
(68,71,81)
#33363F
(51,54,63)
#22252D
(34,37,45)
#11141B
(17,20,27)
#000000
(0,0,0)

Tints of #BBBECF

#BBBECF
(187,190,207)
#C1C3D3
(193,195,211)
#C7C8D7
(199,200,215)
#CDCDDB
(205,205,219)
#D3D2DF
(211,210,223)
#D9D7E3
(217,215,227)
#DFDCE7
(223,220,231)
#E5E1EB
(229,225,235)
#EBE6EF
(235,230,239)
#F1EBF3
(241,235,243)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBECF; }

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

This text font color is #BBBECF.

Background Color

.myBgColor { background-color: #BBBECF; }

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

This div background color is #BBBECF.

Border color

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

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

This div border color is #BBBECF.

Opacity

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

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

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

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

This text has shadow with #BBBECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBECF.

Preview

Color preview on black background

This text has color #BBBECF on black background.


Color preview on white background

This text has color #BBBECF on white background.


Black color preview on #BBBECF background

This text has black color on #BBBECF background.


White color preview on #BBBECF background

This text has white color on #BBBECF background.


Related colors

Complementary color

Complementary color for #hex is #444130.


I love getcolorcode.com

Triadic colors

1 #CFBBBE and #BECFBB with #BBBECF are triadic colors.

2 #CFBEBB and #BEBBCF with #BBBECF are triadic colors.