COLOR #BFCAF0

HEX: #BFCAF0
RGB: (191,202,240)

Color info

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

RGB color model

#BFCAF0 color RGB value is (191,202,240).

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

RGB channels and saturation

R 191 of 255 = 75%
G 202 of 255 = 79%
B 240 of 255 = 94%

191
202
240

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

Portions of RGB colors in percentages

R + G + B =
191 + 202 + 240 = 633 (100%)
R 191 of 633 ~ 30.17%
G 202 of 633 ~ 31.91%
B 240 of 633 ~ 37.91%

%30.17
%31.91
%37.91

CMYK color model

#BFCAF0 color CMYK value is (20,16,0,6).

  • cyan value is 20.42%
  • magenta value is 15.83%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(20,16,0,6)
C20M16Y0K6 
(20%,16%,0%,6%)
(0.20/0.16/0.00/0.06)	

CMYK percentages

%20.42
%15.83
%0
%5.88

Codes

Color #BFCAF0 in popluar color models

BFCAF0
RGB191202240
HSL227°62.03%84.51%
HSB/HSV227°20.42%94.12%
CMYK20.42%15.83%0.00%
5.88%

Color #BFCAF0 in popluar number systems.

HEXBFCAF0
Decimal191202240
Binary101111111100101011110000
Octal277312360

Shades and tints

Shades of #BFCAF0

#BFCAF0
(191,202,240)
#AEB8DB
(174,184,219)
#9DA6C6
(157,166,198)
#8C94B1
(140,148,177)
#7B829C
(123,130,156)
#6A7087
(106,112,135)
#595E72
(89,94,114)
#484C5D
(72,76,93)
#373A48
(55,58,72)
#262833
(38,40,51)
#15161E
(21,22,30)
#000000
(0,0,0)

Tints of #BFCAF0

#BFCAF0
(191,202,240)
#C4CEF1
(196,206,241)
#C9D2F2
(201,210,242)
#CED6F3
(206,214,243)
#D3DAF4
(211,218,244)
#D8DEF5
(216,222,245)
#DDE2F6
(221,226,246)
#E2E6F7
(226,230,247)
#E7EAF8
(231,234,248)
#ECEEF9
(236,238,249)
#F1F2FA
(241,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFCAF0; }

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

This text font color is #BFCAF0.


Background Color

.myBgColor { background-color: #BFCAF0; }

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

This div background color is #BFCAF0.


Border color

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

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

This div border color is #BFCAF0.


Opacity

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

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

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

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

This text has shadow with #BFCAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFCAF0 on black background.


Color preview on white background

This text has color #BFCAF0 on white background.



Black color preview on #BFCAF0 background

This text has black color on #BFCAF0 background.


White color preview on #BFCAF0 background

This text has white color on #BFCAF0 background.