COLOR #BFC5D8

HEX: #BFC5D8 RGB: (191,197,216)

Color info

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

RGB color model

#BFC5D8 color RGB value is (191,197,216).

RGB: (191,197,216) (75%, 77%, 85%)

RGB channels and saturation

R 191 of 255 = 75%
G 197 of 255 = 77%
B 216 of 255 = 85%

191
197
216

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

Portions of RGB colors in percentages

R + G + B = 191 + 197 + 216 = 604 (100%)
R 191 of 604 ~ 31.62%
G 197 of 604 ~ 32.62%
B 216 of 604 ~ 35.76'%

%31.62
%32.62
%35.76

CMYK color model

#BFC5D8 color CMYK value is (12,9,0,15).

  • cyan value is 11.57%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (12,9,0,15)
C12M9Y0K15 (12%, 9%, 0%, 15%)
(0.12 / 0.09 / 0.00 / 0.15)

CMYK percentages

%11.57
%8.8
%0
%15.29

Codes

Color #BFC5D8 in popluar color models

BF C5 D8
RGB 191 197 216
HSL 226° 24.27% 79.80%
HSB/HSV 226° 11.57% 84.71%
CMYK 11.57% 8.80% 0.00%
15.29%

Color #BFC5D8 in popluar number systems.

HEX BF C5 D8
Decimal 191 197 216
Binary 10111111 11000101 11011000
Octal 277 305 330

Shades and tints

Shades of #BFC5D8

#BFC5D8
(191,197,216)
#AEB4C5
(174,180,197)
#9DA3B2
(157,163,178)
#8C929F
(140,146,159)
#7B818C
(123,129,140)
#6A7079
(106,112,121)
#595F66
(89,95,102)
#484E53
(72,78,83)
#373D40
(55,61,64)
#262C2D
(38,44,45)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #BFC5D8

#BFC5D8
(191,197,216)
#C4CADB
(196,202,219)
#C9CFDE
(201,207,222)
#CED4E1
(206,212,225)
#D3D9E4
(211,217,228)
#D8DEE7
(216,222,231)
#DDE3EA
(221,227,234)
#E2E8ED
(226,232,237)
#E7EDF0
(231,237,240)
#ECF2F3
(236,242,243)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC5D8; }

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

This text font color is #BFC5D8.

Background Color

.myBgColor { background-color: #BFC5D8; }

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

This div background color is #BFC5D8.

Border color

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

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

This div border color is #BFC5D8.

Opacity

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

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

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

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

This text has shadow with #BFC5D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC5D8.

Preview

Color preview on black background

This text has color #BFC5D8 on black background.


Color preview on white background

This text has color #BFC5D8 on white background.


Black color preview on #BFC5D8 background

This text has black color on #BFC5D8 background.


White color preview on #BFC5D8 background

This text has white color on #BFC5D8 background.


Related colors

Complementary color

Complementary color for #hex is #403A27.


I love getcolorcode.com

Triadic colors

1 #D8BFC5 and #C5D8BF with #BFC5D8 are triadic colors.

2 #D8C5BF and #C5BFD8 with #BFC5D8 are triadic colors.