COLOR #BFBBD3

HEX: #BFBBD3
RGB: (191,187,211)

Color info

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

RGB color model

#BFBBD3 color RGB value is (191,187,211).

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

RGB channels and saturation

R 191 of 255 = 75%
G 187 of 255 = 73%
B 211 of 255 = 83%

191
187
211

R + G + B ~ 77%. #BFBBD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 187 + 211 = 589 (100%)
R 191 of 589 ~ 32.43%
G 187 of 589 ~ 31.75%
B 211 of 589 ~ 35.82%

%32.43
%31.75
%35.82

CMYK color model

#BFBBD3 color CMYK value is (9,11,0,17).

  • cyan value is 9.48%
  • magenta value is 11.37%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(9,11,0,17)
C9M11Y0K17 
(9%,11%,0%,17%)
(0.09/0.11/0.00/0.17)	

CMYK percentages

%9.48
%11.37
%0
%17.25

Codes

Color #BFBBD3 in popluar color models

BFBBD3
RGB191187211
HSL250°21.43%78.04%
HSB/HSV250°11.37%82.75%
CMYK9.48%11.37%0.00%
17.25%

Color #BFBBD3 in popluar number systems.

HEXBFBBD3
Decimal191187211
Binary101111111011101111010011
Octal277273323

Shades and tints

Shades of #BFBBD3

#BFBBD3
(191,187,211)
#AEAAC0
(174,170,192)
#9D99AD
(157,153,173)
#8C889A
(140,136,154)
#7B7787
(123,119,135)
#6A6674
(106,102,116)
#595561
(89,85,97)
#48444E
(72,68,78)
#37333B
(55,51,59)
#262228
(38,34,40)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #BFBBD3

#BFBBD3
(191,187,211)
#C4C1D7
(196,193,215)
#C9C7DB
(201,199,219)
#CECDDF
(206,205,223)
#D3D3E3
(211,211,227)
#D8D9E7
(216,217,231)
#DDDFEB
(221,223,235)
#E2E5EF
(226,229,239)
#E7EBF3
(231,235,243)
#ECF1F7
(236,241,247)
#F1F7FB
(241,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFBBD3; }

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

This text font color is #BFBBD3.


Background Color

.myBgColor { background-color: #BFBBD3; }

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

This div background color is #BFBBD3.


Border color

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

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

This div border color is #BFBBD3.


Opacity

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

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

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

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

This text has shadow with #BFBBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFBBD3 on black background.


Color preview on white background

This text has color #BFBBD3 on white background.



Black color preview on #BFBBD3 background

This text has black color on #BFBBD3 background.


White color preview on #BFBBD3 background

This text has white color on #BFBBD3 background.