COLOR #BFBBEC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

191
187
236

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

Portions of RGB colors in percentages

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

%31.11
%30.46
%38.44

CMYK color model

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

  • cyan value is 19.07%
  • magenta value is 20.76%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(19,21,0,7)
C19M21Y0K7 
(19%,21%,0%,7%)
(0.19/0.21/0.00/0.07)	

CMYK percentages

%19.07
%20.76
%0
%7.45

Codes

Color #BFBBEC in popluar color models

BFBBEC
RGB191187236
HSL245°56.32%82.94%
HSB/HSV245°20.76%92.55%
CMYK19.07%20.76%0.00%
7.45%

Color #BFBBEC in popluar number systems.

HEXBFBBEC
Decimal191187236
Binary101111111011101111101100
Octal277273354

Shades and tints

Shades of #BFBBEC

#BFBBEC
(191,187,236)
#AEAAD7
(174,170,215)
#9D99C2
(157,153,194)
#8C88AD
(140,136,173)
#7B7798
(123,119,152)
#6A6683
(106,102,131)
#59556E
(89,85,110)
#484459
(72,68,89)
#373344
(55,51,68)
#26222F
(38,34,47)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #BFBBEC

#BFBBEC
(191,187,236)
#C4C1ED
(196,193,237)
#C9C7EE
(201,199,238)
#CECDEF
(206,205,239)
#D3D3F0
(211,211,240)
#D8D9F1
(216,217,241)
#DDDFF2
(221,223,242)
#E2E5F3
(226,229,243)
#E7EBF4
(231,235,244)
#ECF1F5
(236,241,245)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFBBEC; }

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

This text font color is #BFBBEC.


Background Color

.myBgColor { background-color: #BFBBEC; }

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

This div background color is #BFBBEC.


Border color

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

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

This div border color is #BFBBEC.


Opacity

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

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

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

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

This text has shadow with #BFBBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFBBEC on black background.


Color preview on white background

This text has color #BFBBEC on white background.



Black color preview on #BFBBEC background

This text has black color on #BFBBEC background.


White color preview on #BFBBEC background

This text has white color on #BFBBEC background.