COLOR #BBCFE9

HEX: #BBCFE9 RGB: (187,207,233)

Color info

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

RGB color model

#BBCFE9 color RGB value is (187,207,233).

RGB: (187,207,233) (73%, 81%, 91%)

RGB channels and saturation

R 187 of 255 = 73%
G 207 of 255 = 81%
B 233 of 255 = 91%

187
207
233

R + G + B ~ 82%. #BBCFE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 207 + 233 = 627 (100%)
R 187 of 627 ~ 29.82%
G 207 of 627 ~ 33.01%
B 233 of 627 ~ 37.16'%

%29.82
%33.01
%37.16

CMYK color model

#BBCFE9 color CMYK value is (20,11,0,9).

  • cyan value is 19.74%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (20,11,0,9)
C20M11Y0K9 (20%, 11%, 0%, 9%)
(0.20 / 0.11 / 0.00 / 0.09)

CMYK percentages

%19.74
%11.16
%0
%8.63

Codes

Color #BBCFE9 in popluar color models

BB CF E9
RGB 187 207 233
HSL 214° 51.11% 82.35%
HSB/HSV 214° 19.74% 91.37%
CMYK 19.74% 11.16% 0.00%
8.63%

Color #BBCFE9 in popluar number systems.

HEX BB CF E9
Decimal 187 207 233
Binary 10111011 11001111 11101001
Octal 273 317 351

Shades and tints

Shades of #BBCFE9

#BBCFE9
(187,207,233)
#AABDD4
(170,189,212)
#99ABBF
(153,171,191)
#8899AA
(136,153,170)
#778795
(119,135,149)
#667580
(102,117,128)
#55636B
(85,99,107)
#445156
(68,81,86)
#333F41
(51,63,65)
#222D2C
(34,45,44)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #BBCFE9

#BBCFE9
(187,207,233)
#C1D3EB
(193,211,235)
#C7D7ED
(199,215,237)
#CDDBEF
(205,219,239)
#D3DFF1
(211,223,241)
#D9E3F3
(217,227,243)
#DFE7F5
(223,231,245)
#E5EBF7
(229,235,247)
#EBEFF9
(235,239,249)
#F1F3FB
(241,243,251)
#F7F7FD
(247,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCFE9 color. Also use rgb(187,207,233) instead hex code.

Text Font Color

.myTextColor { color: #BBCFE9; }

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

This text font color is #BBCFE9.

Background Color

.myBgColor { background-color: #BBCFE9; }

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

This div background color is #BBCFE9.

Border color

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

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

This div border color is #BBCFE9.

Opacity

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

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

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

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

This text has shadow with #BBCFE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCFE9.

Preview

Color preview on black background

This text has color #BBCFE9 on black background.


Color preview on white background

This text has color #BBCFE9 on white background.


Black color preview on #BBCFE9 background

This text has black color on #BBCFE9 background.


White color preview on #BBCFE9 background

This text has white color on #BBCFE9 background.


Related colors

Complementary color

Complementary color for #hex is #443016.


I love getcolorcode.com

Triadic colors

1 #E9BBCF and #CFE9BB with #BBCFE9 are triadic colors.

2 #E9CFBB and #CFBBE9 with #BBCFE9 are triadic colors.