COLOR #BFC5D5

HEX: #BFC5D5 RGB: (191,197,213)

Color info

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

RGB color model

#BFC5D5 color RGB value is (191,197,213).

RGB: (191,197,213) (75%, 77%, 84%)

RGB channels and saturation

R 191 of 255 = 75%
G 197 of 255 = 77%
B 213 of 255 = 84%

191
197
213

R + G + B ~ 79%. #BFC5D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 197 + 213 = 601 (100%)
R 191 of 601 ~ 31.78%
G 197 of 601 ~ 32.78%
B 213 of 601 ~ 35.44'%

%31.78
%32.78
%35.44

CMYK color model

#BFC5D5 color CMYK value is (10,8,0,16).

  • cyan value is 10.33%
  • magenta value is 7.51%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (10,8,0,16)
C10M8Y0K16 (10%, 8%, 0%, 16%)
(0.10 / 0.08 / 0.00 / 0.16)

CMYK percentages

%10.33
%7.51
%0
%16.47

Codes

Color #BFC5D5 in popluar color models

BF C5 D5
RGB 191 197 213
HSL 224° 20.75% 79.22%
HSB/HSV 224° 10.33% 83.53%
CMYK 10.33% 7.51% 0.00%
16.47%

Color #BFC5D5 in popluar number systems.

HEX BF C5 D5
Decimal 191 197 213
Binary 10111111 11000101 11010101
Octal 277 305 325

Shades and tints

Shades of #BFC5D5

#BFC5D5
(191,197,213)
#AEB4C2
(174,180,194)
#9DA3AF
(157,163,175)
#8C929C
(140,146,156)
#7B8189
(123,129,137)
#6A7076
(106,112,118)
#595F63
(89,95,99)
#484E50
(72,78,80)
#373D3D
(55,61,61)
#262C2A
(38,44,42)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #BFC5D5

#BFC5D5
(191,197,213)
#C4CAD8
(196,202,216)
#C9CFDB
(201,207,219)
#CED4DE
(206,212,222)
#D3D9E1
(211,217,225)
#D8DEE4
(216,222,228)
#DDE3E7
(221,227,231)
#E2E8EA
(226,232,234)
#E7EDED
(231,237,237)
#ECF2F0
(236,242,240)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC5D5 color. Also use rgb(191,197,213) instead hex code.

Text Font Color

.myTextColor { color: #BFC5D5; }

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

This text font color is #BFC5D5.

Background Color

.myBgColor { background-color: #BFC5D5; }

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

This div background color is #BFC5D5.

Border color

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

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

This div border color is #BFC5D5.

Opacity

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

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

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

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

This text has shadow with #BFC5D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC5D5.

Preview

Color preview on black background

This text has color #BFC5D5 on black background.


Color preview on white background

This text has color #BFC5D5 on white background.


Black color preview on #BFC5D5 background

This text has black color on #BFC5D5 background.


White color preview on #BFC5D5 background

This text has white color on #BFC5D5 background.


Related colors

Complementary color

Complementary color for #hex is #403A2A.


I love getcolorcode.com

Triadic colors

1 #D5BFC5 and #C5D5BF with #BFC5D5 are triadic colors.

2 #D5C5BF and #C5BFD5 with #BFC5D5 are triadic colors.