COLOR #BFCCDE

HEX: #BFCCDE RGB: (191,204,222)

Color info

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

RGB color model

#BFCCDE color RGB value is (191,204,222).

RGB: (191,204,222) (75%, 80%, 87%)

RGB channels and saturation

R 191 of 255 = 75%
G 204 of 255 = 80%
B 222 of 255 = 87%

191
204
222

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

Portions of RGB colors in percentages

R + G + B = 191 + 204 + 222 = 617 (100%)
R 191 of 617 ~ 30.96%
G 204 of 617 ~ 33.06%
B 222 of 617 ~ 35.98'%

%30.96
%33.06
%35.98

CMYK color model

#BFCCDE color CMYK value is (14,8,0,13).

  • cyan value is 13.96%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (14,8,0,13)
C14M8Y0K13 (14%, 8%, 0%, 13%)
(0.14 / 0.08 / 0.00 / 0.13)

CMYK percentages

%13.96
%8.11
%0
%12.94

Codes

Color #BFCCDE in popluar color models

BF CC DE
RGB 191 204 222
HSL 215° 31.96% 80.98%
HSB/HSV 215° 13.96% 87.06%
CMYK 13.96% 8.11% 0.00%
12.94%

Color #BFCCDE in popluar number systems.

HEX BF CC DE
Decimal 191 204 222
Binary 10111111 11001100 11011110
Octal 277 314 336

Shades and tints

Shades of #BFCCDE

#BFCCDE
(191,204,222)
#AEBACA
(174,186,202)
#9DA8B6
(157,168,182)
#8C96A2
(140,150,162)
#7B848E
(123,132,142)
#6A727A
(106,114,122)
#596066
(89,96,102)
#484E52
(72,78,82)
#373C3E
(55,60,62)
#262A2A
(38,42,42)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #BFCCDE

#BFCCDE
(191,204,222)
#C4D0E1
(196,208,225)
#C9D4E4
(201,212,228)
#CED8E7
(206,216,231)
#D3DCEA
(211,220,234)
#D8E0ED
(216,224,237)
#DDE4F0
(221,228,240)
#E2E8F3
(226,232,243)
#E7ECF6
(231,236,246)
#ECF0F9
(236,240,249)
#F1F4FC
(241,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFCCDE color. Also use rgb(191,204,222) instead hex code.

Text Font Color

.myTextColor { color: #BFCCDE; }

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

This text font color is #BFCCDE.

Background Color

.myBgColor { background-color: #BFCCDE; }

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

This div background color is #BFCCDE.

Border color

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

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

This div border color is #BFCCDE.

Opacity

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

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

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

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

This text has shadow with #BFCCDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFCCDE.

Preview

Color preview on black background

This text has color #BFCCDE on black background.


Color preview on white background

This text has color #BFCCDE on white background.


Black color preview on #BFCCDE background

This text has black color on #BFCCDE background.


White color preview on #BFCCDE background

This text has white color on #BFCCDE background.


Related colors

Complementary color

Complementary color for #hex is #403321.


I love getcolorcode.com

Triadic colors

1 #DEBFCC and #CCDEBF with #BFCCDE are triadic colors.

2 #DECCBF and #CCBFDE with #BFCCDE are triadic colors.