COLOR #BFC4DD

HEX: #BFC4DD RGB: (191,196,221)

Color info

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

RGB color model

#BFC4DD color RGB value is (191,196,221).

RGB: (191,196,221) (75%, 77%, 87%)

RGB channels and saturation

R 191 of 255 = 75%
G 196 of 255 = 77%
B 221 of 255 = 87%

191
196
221

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

Portions of RGB colors in percentages

R + G + B = 191 + 196 + 221 = 608 (100%)
R 191 of 608 ~ 31.41%
G 196 of 608 ~ 32.24%
B 221 of 608 ~ 36.35'%

%31.41
%32.24
%36.35

CMYK color model

#BFC4DD color CMYK value is (14,11,0,13).

  • cyan value is 13.57%
  • magenta value is 11.31%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (14,11,0,13)
C14M11Y0K13 (14%, 11%, 0%, 13%)
(0.14 / 0.11 / 0.00 / 0.13)

CMYK percentages

%13.57
%11.31
%0
%13.33

Codes

Color #BFC4DD in popluar color models

BF C4 DD
RGB 191 196 221
HSL 230° 30.61% 80.78%
HSB/HSV 230° 13.57% 86.67%
CMYK 13.57% 11.31% 0.00%
13.33%

Color #BFC4DD in popluar number systems.

HEX BF C4 DD
Decimal 191 196 221
Binary 10111111 11000100 11011101
Octal 277 304 335

Shades and tints

Shades of #BFC4DD

#BFC4DD
(191,196,221)
#AEB3C9
(174,179,201)
#9DA2B5
(157,162,181)
#8C91A1
(140,145,161)
#7B808D
(123,128,141)
#6A6F79
(106,111,121)
#595E65
(89,94,101)
#484D51
(72,77,81)
#373C3D
(55,60,61)
#262B29
(38,43,41)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #BFC4DD

#BFC4DD
(191,196,221)
#C4C9E0
(196,201,224)
#C9CEE3
(201,206,227)
#CED3E6
(206,211,230)
#D3D8E9
(211,216,233)
#D8DDEC
(216,221,236)
#DDE2EF
(221,226,239)
#E2E7F2
(226,231,242)
#E7ECF5
(231,236,245)
#ECF1F8
(236,241,248)
#F1F6FB
(241,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC4DD color. Also use rgb(191,196,221) instead hex code.

Text Font Color

.myTextColor { color: #BFC4DD; }

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

This text font color is #BFC4DD.

Background Color

.myBgColor { background-color: #BFC4DD; }

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

This div background color is #BFC4DD.

Border color

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

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

This div border color is #BFC4DD.

Opacity

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

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

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

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

This text has shadow with #BFC4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC4DD.

Preview

Color preview on black background

This text has color #BFC4DD on black background.


Color preview on white background

This text has color #BFC4DD on white background.


Black color preview on #BFC4DD background

This text has black color on #BFC4DD background.


White color preview on #BFC4DD background

This text has white color on #BFC4DD background.


Related colors

Complementary color

Complementary color for #hex is #403B22.


I love getcolorcode.com

Triadic colors

1 #DDBFC4 and #C4DDBF with #BFC4DD are triadic colors.

2 #DDC4BF and #C4BFDD with #BFC4DD are triadic colors.