COLOR #BBCFEA

HEX: #BBCFEA RGB: (187,207,234)

Color info

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

RGB color model

#BBCFEA color RGB value is (187,207,234).

RGB: (187,207,234) (73%, 81%, 92%)

RGB channels and saturation

R 187 of 255 = 73%
G 207 of 255 = 81%
B 234 of 255 = 92%

187
207
234

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

Portions of RGB colors in percentages

R + G + B = 187 + 207 + 234 = 628 (100%)
R 187 of 628 ~ 29.78%
G 207 of 628 ~ 32.96%
B 234 of 628 ~ 37.26'%

%29.78
%32.96
%37.26

CMYK color model

#BBCFEA color CMYK value is (20,12,0,8).

  • cyan value is 20.09%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (20,12,0,8) C20M12Y0K8 (20%,12%,0%,8%) (0.20/0.12/0.00/0.08) 

CMYK percentages

%20.09
%11.54
%0
%8.24

Codes

Color #BBCFEA in popluar color models

BB CF EA
RGB 187 207 234
HSL 214° 52.81% 82.55%
HSB/HSV 214° 20.09% 91.76%
CMYK 20.09% 11.54% 0.00%
8.24%

Color #BBCFEA in popluar number systems.

HEX BB CF EA
Decimal 187 207 234
Binary 10111011 11001111 11101010
Octal 273 317 352

Shades and tints

Shades of #BBCFEA

#BBCFEA
(187,207,234)
#AABDD5
(170,189,213)
#99ABC0
(153,171,192)
#8899AB
(136,153,171)
#778796
(119,135,150)
#667581
(102,117,129)
#55636C
(85,99,108)
#445157
(68,81,87)
#333F42
(51,63,66)
#222D2D
(34,45,45)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #BBCFEA

#BBCFEA
(187,207,234)
#C1D3EB
(193,211,235)
#C7D7EC
(199,215,236)
#CDDBED
(205,219,237)
#D3DFEE
(211,223,238)
#D9E3EF
(217,227,239)
#DFE7F0
(223,231,240)
#E5EBF1
(229,235,241)
#EBEFF2
(235,239,242)
#F1F3F3
(241,243,243)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCFEA; }

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

This text font color is #BBCFEA.

Background Color

.myBgColor { background-color: #BBCFEA; }

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

This div background color is #BBCFEA.

Border color

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

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

This div border color is #BBCFEA.

Opacity

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

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

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

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

This text has shadow with #BBCFEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCFEA.

Preview

Color preview on black background

This text has color #BBCFEA on black background.


Color preview on white background

This text has color #BBCFEA on white background.


Black color preview on #BBCFEA background

This text has black color on #BBCFEA background.


White color preview on #BBCFEA background

This text has white color on #BBCFEA background.


Related colors

Complementary color

Complementary color for #hex is #443015.


I love getcolorcode.com

Triadic colors

1 #EABBCF and #CFEABB with #BBCFEA are triadic colors.

2 #EACFBB and #CFBBEA with #BBCFEA are triadic colors.