COLOR #BFCCED

HEX: #BFCCED
RGB: (191,204,237)

Color info

#BFCCED contains red, green and blue colors in about the same proportion. Web safe color of #BFCCED is #CCCCFF (or #CCF).

RGB color model

#BFCCED color RGB value is (191,204,237).

  • red value is 191;
  • green value is 204;
  • blue value is 237.
RGB:
(191,204,237)
(75%,80%,93%)

RGB channels and saturation

R 191 of 255 = 75%
G 204 of 255 = 80%
B 237 of 255 = 93%

191
204
237

R + G + B ~ 83%. #BFCCED is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 204 + 237 = 632 (100%)
R 191 of 632 ~ 30.22%
G 204 of 632 ~ 32.28%
B 237 of 632 ~ 37.5%

%30.22
%32.28
%37.5

CMYK color model

#BFCCED color CMYK value is (19,14,0,7).

  • cyan value is 19.41%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(19,14,0,7)
C19M14Y0K7 
(19%,14%,0%,7%)
(0.19/0.14/0.00/0.07)	

CMYK percentages

%19.41
%13.92
%0
%7.06

Codes

Color #BFCCED in popluar color models

BFCCED
RGB191204237
HSL223°56.10%83.92%
HSB/HSV223°19.41%92.94%
CMYK19.41%13.92%0.00%
7.06%

Color #BFCCED in popluar number systems.

HEXBFCCED
Decimal191204237
Binary101111111100110011101101
Octal277314355

Shades and tints

Shades of #BFCCED

#BFCCED
(191,204,237)
#AEBAD8
(174,186,216)
#9DA8C3
(157,168,195)
#8C96AE
(140,150,174)
#7B8499
(123,132,153)
#6A7284
(106,114,132)
#59606F
(89,96,111)
#484E5A
(72,78,90)
#373C45
(55,60,69)
#262A30
(38,42,48)
#15181B
(21,24,27)
#000000
(0,0,0)

Tints of #BFCCED

#BFCCED
(191,204,237)
#C4D0EE
(196,208,238)
#C9D4EF
(201,212,239)
#CED8F0
(206,216,240)
#D3DCF1
(211,220,241)
#D8E0F2
(216,224,242)
#DDE4F3
(221,228,243)
#E2E8F4
(226,232,244)
#E7ECF5
(231,236,245)
#ECF0F6
(236,240,246)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFCCED; }

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

This text font color is #BFCCED.


Background Color

.myBgColor { background-color: #BFCCED; }

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

This div background color is #BFCCED.


Border color

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

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

This div border color is #BFCCED.


Opacity

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

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

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

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

This text has shadow with #BFCCED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFCCED on black background.


Color preview on white background

This text has color #BFCCED on white background.



Black color preview on #BFCCED background

This text has black color on #BFCCED background.


White color preview on #BFCCED background

This text has white color on #BFCCED background.