COLOR #BBBFEC

HEX: #BBBFEC RGB: (187,191,236)

Color info

#BBBFEC contains red, green and blue colors in about the same proportion. Web safe color of #BBBFEC is #CCCCFF (or #CCF).

RGB color model

#BBBFEC color RGB value is (187,191,236).

RGB: (187,191,236) (73%, 75%, 93%)

RGB channels and saturation

R 187 of 255 = 73%
G 191 of 255 = 75%
B 236 of 255 = 93%

187
191
236

R + G + B ~ 80%. #BBBFEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 191 + 236 = 614 (100%)
R 187 of 614 ~ 30.46%
G 191 of 614 ~ 31.11%
B 236 of 614 ~ 38.44'%

%30.46
%31.11
%38.44

CMYK color model

#BBBFEC color CMYK value is (21,19,0,7).

  • cyan value is 20.76%
  • magenta value is 19.07%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (21,19,0,7)
C21M19Y0K7 (21%, 19%, 0%, 7%)
(0.21 / 0.19 / 0.00 / 0.07)

CMYK percentages

%20.76
%19.07
%0
%7.45

Codes

Color #BBBFEC in popluar color models

BB BF EC
RGB 187 191 236
HSL 235° 56.32% 82.94%
HSB/HSV 235° 20.76% 92.55%
CMYK 20.76% 19.07% 0.00%
7.45%

Color #BBBFEC in popluar number systems.

HEX BB BF EC
Decimal 187 191 236
Binary 10111011 10111111 11101100
Octal 273 277 354

Shades and tints

Shades of #BBBFEC

#BBBFEC
(187,191,236)
#AAAED7
(170,174,215)
#999DC2
(153,157,194)
#888CAD
(136,140,173)
#777B98
(119,123,152)
#666A83
(102,106,131)
#55596E
(85,89,110)
#444859
(68,72,89)
#333744
(51,55,68)
#22262F
(34,38,47)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #BBBFEC

#BBBFEC
(187,191,236)
#C1C4ED
(193,196,237)
#C7C9EE
(199,201,238)
#CDCEEF
(205,206,239)
#D3D3F0
(211,211,240)
#D9D8F1
(217,216,241)
#DFDDF2
(223,221,242)
#E5E2F3
(229,226,243)
#EBE7F4
(235,231,244)
#F1ECF5
(241,236,245)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBFEC; }

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

This text font color is #BBBFEC.

Background Color

.myBgColor { background-color: #BBBFEC; }

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

This div background color is #BBBFEC.

Border color

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

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

This div border color is #BBBFEC.

Opacity

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

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

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

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

This text has shadow with #BBBFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBFEC.

Preview

Color preview on black background

This text has color #BBBFEC on black background.


Color preview on white background

This text has color #BBBFEC on white background.


Black color preview on #BBBFEC background

This text has black color on #BBBFEC background.


White color preview on #BBBFEC background

This text has white color on #BBBFEC background.


Related colors

Complementary color

Complementary color for #hex is #444013.


I love getcolorcode.com

Triadic colors

1 #ECBBBF and #BFECBB with #BBBFEC are triadic colors.

2 #ECBFBB and #BFBBEC with #BBBFEC are triadic colors.