COLOR #BFBBD9

HEX: #BFBBD9 RGB: (191,187,217)

Color info

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

RGB color model

#BFBBD9 color RGB value is (191,187,217).

RGB: (191,187,217) (75%, 73%, 85%)

RGB channels and saturation

R 191 of 255 = 75%
G 187 of 255 = 73%
B 217 of 255 = 85%

191
187
217

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

Portions of RGB colors in percentages

R + G + B = 191 + 187 + 217 = 595 (100%)
R 191 of 595 ~ 32.1%
G 187 of 595 ~ 31.43%
B 217 of 595 ~ 36.47'%

%32.1
%31.43
%36.47

CMYK color model

#BFBBD9 color CMYK value is (12,14,0,15).

  • cyan value is 11.98%
  • magenta value is 13.82%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (12,14,0,15) C12M14Y0K15 (12%,14%,0%,15%) (0.12/0.14/0.00/0.15) 

CMYK percentages

%11.98
%13.82
%0
%14.9

Codes

Color #BFBBD9 in popluar color models

BF BB D9
RGB 191 187 217
HSL 248° 28.30% 79.22%
HSB/HSV 248° 13.82% 85.10%
CMYK 11.98% 13.82% 0.00%
14.90%

Color #BFBBD9 in popluar number systems.

HEX BF BB D9
Decimal 191 187 217
Binary 10111111 10111011 11011001
Octal 277 273 331

Shades and tints

Shades of #BFBBD9

#BFBBD9
(191,187,217)
#AEAAC6
(174,170,198)
#9D99B3
(157,153,179)
#8C88A0
(140,136,160)
#7B778D
(123,119,141)
#6A667A
(106,102,122)
#595567
(89,85,103)
#484454
(72,68,84)
#373341
(55,51,65)
#26222E
(38,34,46)
#15111B
(21,17,27)
#000000
(0,0,0)

Tints of #BFBBD9

#BFBBD9
(191,187,217)
#C4C1DC
(196,193,220)
#C9C7DF
(201,199,223)
#CECDE2
(206,205,226)
#D3D3E5
(211,211,229)
#D8D9E8
(216,217,232)
#DDDFEB
(221,223,235)
#E2E5EE
(226,229,238)
#E7EBF1
(231,235,241)
#ECF1F4
(236,241,244)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFBBD9; }

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

This text font color is #BFBBD9.

Background Color

.myBgColor { background-color: #BFBBD9; }

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

This div background color is #BFBBD9.

Border color

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

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

This div border color is #BFBBD9.

Opacity

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

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

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

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

This text has shadow with #BFBBD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFBBD9.

Preview

Color preview on black background

This text has color #BFBBD9 on black background.


Color preview on white background

This text has color #BFBBD9 on white background.


Black color preview on #BFBBD9 background

This text has black color on #BFBBD9 background.


White color preview on #BFBBD9 background

This text has white color on #BFBBD9 background.


Related colors

Complementary color

Complementary color for #hex is #404426.


I love getcolorcode.com

Triadic colors

1 #D9BFBB and #BBD9BF with #BFBBD9 are triadic colors.

2 #D9BBBF and #BBBFD9 with #BFBBD9 are triadic colors.