COLOR #BFC8E6

HEX: #BFC8E6 RGB: (191,200,230)

Color info

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

RGB color model

#BFC8E6 color RGB value is (191,200,230).

RGB: (191,200,230) (75%, 78%, 90%)

RGB channels and saturation

R 191 of 255 = 75%
G 200 of 255 = 78%
B 230 of 255 = 90%

191
200
230

R + G + B ~ 81%. #BFC8E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 200 + 230 = 621 (100%)
R 191 of 621 ~ 30.76%
G 200 of 621 ~ 32.21%
B 230 of 621 ~ 37.04'%

%30.76
%32.21
%37.04

CMYK color model

#BFC8E6 color CMYK value is (17,13,0,10).

  • cyan value is 16.96%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (17,13,0,10)
C17M13Y0K10 (17%, 13%, 0%, 10%)
(0.17 / 0.13 / 0.00 / 0.10)

CMYK percentages

%16.96
%13.04
%0
%9.8

Codes

Color #BFC8E6 in popluar color models

BF C8 E6
RGB 191 200 230
HSL 226° 43.82% 82.55%
HSB/HSV 226° 16.96% 90.20%
CMYK 16.96% 13.04% 0.00%
9.80%

Color #BFC8E6 in popluar number systems.

HEX BF C8 E6
Decimal 191 200 230
Binary 10111111 11001000 11100110
Octal 277 310 346

Shades and tints

Shades of #BFC8E6

#BFC8E6
(191,200,230)
#AEB6D2
(174,182,210)
#9DA4BE
(157,164,190)
#8C92AA
(140,146,170)
#7B8096
(123,128,150)
#6A6E82
(106,110,130)
#595C6E
(89,92,110)
#484A5A
(72,74,90)
#373846
(55,56,70)
#262632
(38,38,50)
#15141E
(21,20,30)
#000000
(0,0,0)

Tints of #BFC8E6

#BFC8E6
(191,200,230)
#C4CDE8
(196,205,232)
#C9D2EA
(201,210,234)
#CED7EC
(206,215,236)
#D3DCEE
(211,220,238)
#D8E1F0
(216,225,240)
#DDE6F2
(221,230,242)
#E2EBF4
(226,235,244)
#E7F0F6
(231,240,246)
#ECF5F8
(236,245,248)
#F1FAFA
(241,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC8E6 color. Also use rgb(191,200,230) instead hex code.

Text Font Color

.myTextColor { color: #BFC8E6; }

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

This text font color is #BFC8E6.

Background Color

.myBgColor { background-color: #BFC8E6; }

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

This div background color is #BFC8E6.

Border color

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

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

This div border color is #BFC8E6.

Opacity

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

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

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

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

This text has shadow with #BFC8E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC8E6.

Preview

Color preview on black background

This text has color #BFC8E6 on black background.


Color preview on white background

This text has color #BFC8E6 on white background.


Black color preview on #BFC8E6 background

This text has black color on #BFC8E6 background.


White color preview on #BFC8E6 background

This text has white color on #BFC8E6 background.


Related colors

Complementary color

Complementary color for #hex is #403719.


I love getcolorcode.com

Triadic colors

1 #E6BFC8 and #C8E6BF with #BFC8E6 are triadic colors.

2 #E6C8BF and #C8BFE6 with #BFC8E6 are triadic colors.