COLOR #BFCFF9

HEX: #BFCFF9 RGB: (191,207,249)

Color info

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

RGB color model

#BFCFF9 color RGB value is (191,207,249).

RGB: (191,207,249) (75%, 81%, 98%)

RGB channels and saturation

R 191 of 255 = 75%
G 207 of 255 = 81%
B 249 of 255 = 98%

191
207
249

R + G + B ~ 85%. #BFCFF9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 207 + 249 = 647 (100%)
R 191 of 647 ~ 29.52%
G 207 of 647 ~ 31.99%
B 249 of 647 ~ 38.49'%

%29.52
%31.99
%38.49

CMYK color model

#BFCFF9 color CMYK value is (23,17,0,2).

  • cyan value is 23.29%
  • magenta value is 16.87%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (23,17,0,2)
C23M17Y0K2 (23%, 17%, 0%, 2%)
(0.23 / 0.17 / 0.00 / 0.02)

CMYK percentages

%23.29
%16.87
%0
%2.35

Codes

Color #BFCFF9 in popluar color models

BF CF F9
RGB 191 207 249
HSL 223° 82.86% 86.27%
HSB/HSV 223° 23.29% 97.65%
CMYK 23.29% 16.87% 0.00%
2.35%

Color #BFCFF9 in popluar number systems.

HEX BF CF F9
Decimal 191 207 249
Binary 10111111 11001111 11111001
Octal 277 317 371

Shades and tints

Shades of #BFCFF9

#BFCFF9
(191,207,249)
#AEBDE3
(174,189,227)
#9DABCD
(157,171,205)
#8C99B7
(140,153,183)
#7B87A1
(123,135,161)
#6A758B
(106,117,139)
#596375
(89,99,117)
#48515F
(72,81,95)
#373F49
(55,63,73)
#262D33
(38,45,51)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #BFCFF9

#BFCFF9
(191,207,249)
#C4D3F9
(196,211,249)
#C9D7F9
(201,215,249)
#CEDBF9
(206,219,249)
#D3DFF9
(211,223,249)
#D8E3F9
(216,227,249)
#DDE7F9
(221,231,249)
#E2EBF9
(226,235,249)
#E7EFF9
(231,239,249)
#ECF3F9
(236,243,249)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFCFF9 color. Also use rgb(191,207,249) instead hex code.

Text Font Color

.myTextColor { color: #BFCFF9; }

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

This text font color is #BFCFF9.

Background Color

.myBgColor { background-color: #BFCFF9; }

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

This div background color is #BFCFF9.

Border color

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

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

This div border color is #BFCFF9.

Opacity

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

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

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

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

This text has shadow with #BFCFF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFCFF9.

Preview

Color preview on black background

This text has color #BFCFF9 on black background.


Color preview on white background

This text has color #BFCFF9 on white background.


Black color preview on #BFCFF9 background

This text has black color on #BFCFF9 background.


White color preview on #BFCFF9 background

This text has white color on #BFCFF9 background.


Related colors

Complementary color

Complementary color for #hex is #403006.


I love getcolorcode.com

Triadic colors

1 #F9BFCF and #CFF9BF with #BFCFF9 are triadic colors.

2 #F9CFBF and #CFBFF9 with #BFCFF9 are triadic colors.