COLOR #BFCAE3

HEX: #BFCAE3
RGB: (191,202,227)

Color info

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

RGB color model

#BFCAE3 color RGB value is (191,202,227).

  • red value is 191;
  • green value is 202;
  • blue value is 227.
RGB:
(191,202,227)
(75%,79%,89%)

RGB channels and saturation

R 191 of 255 = 75%
G 202 of 255 = 79%
B 227 of 255 = 89%

191
202
227

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

Portions of RGB colors in percentages

R + G + B =
191 + 202 + 227 = 620 (100%)
R 191 of 620 ~ 30.81%
G 202 of 620 ~ 32.58%
B 227 of 620 ~ 36.61%

%30.81
%32.58
%36.61

CMYK color model

#BFCAE3 color CMYK value is (16,11,0,11).

  • cyan value is 15.86%
  • magenta value is 11.01%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(16,11,0,11)
C16M11Y0K11 
(16%,11%,0%,11%)
(0.16/0.11/0.00/0.11)	

CMYK percentages

%15.86
%11.01
%0
%10.98

Codes

Color #BFCAE3 in popluar color models

BFCAE3
RGB191202227
HSL222°39.13%81.96%
HSB/HSV222°15.86%89.02%
CMYK15.86%11.01%0.00%
10.98%

Color #BFCAE3 in popluar number systems.

HEXBFCAE3
Decimal191202227
Binary101111111100101011100011
Octal277312343

Shades and tints

Shades of #BFCAE3

#BFCAE3
(191,202,227)
#AEB8CF
(174,184,207)
#9DA6BB
(157,166,187)
#8C94A7
(140,148,167)
#7B8293
(123,130,147)
#6A707F
(106,112,127)
#595E6B
(89,94,107)
#484C57
(72,76,87)
#373A43
(55,58,67)
#26282F
(38,40,47)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #BFCAE3

#BFCAE3
(191,202,227)
#C4CEE5
(196,206,229)
#C9D2E7
(201,210,231)
#CED6E9
(206,214,233)
#D3DAEB
(211,218,235)
#D8DEED
(216,222,237)
#DDE2EF
(221,226,239)
#E2E6F1
(226,230,241)
#E7EAF3
(231,234,243)
#ECEEF5
(236,238,245)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFCAE3 color. Also use rgb(191,202,227) instead hex code.

Text Font Color

.myTextColor { color: #BFCAE3; }

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

This text font color is #BFCAE3.


Background Color

.myBgColor { background-color: #BFCAE3; }

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

This div background color is #BFCAE3.


Border color

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

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

This div border color is #BFCAE3.


Opacity

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

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

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

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

This text has shadow with #BFCAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFCAE3 on black background.


Color preview on white background

This text has color #BFCAE3 on white background.



Black color preview on #BFCAE3 background

This text has black color on #BFCAE3 background.


White color preview on #BFCAE3 background

This text has white color on #BFCAE3 background.