COLOR #BBCFE0

HEX: #BBCFE0 RGB: (187,207,224)

Color info

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

RGB color model

#BBCFE0 color RGB value is (187,207,224).

RGB: (187,207,224) (73%, 81%, 88%)

RGB channels and saturation

R 187 of 255 = 73%
G 207 of 255 = 81%
B 224 of 255 = 88%

187
207
224

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

Portions of RGB colors in percentages

R + G + B = 187 + 207 + 224 = 618 (100%)
R 187 of 618 ~ 30.26%
G 207 of 618 ~ 33.5%
B 224 of 618 ~ 36.25'%

%30.26
%33.5
%36.25

CMYK color model

#BBCFE0 color CMYK value is (17,8,0,12).

  • cyan value is 16.52%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (17,8,0,12) C17M8Y0K12 (17%,8%,0%,12%) (0.17/0.08/0.00/0.12) 

CMYK percentages

%16.52
%7.59
%0
%12.16

Codes

Color #BBCFE0 in popluar color models

BB CF E0
RGB 187 207 224
HSL 208° 37.37% 80.59%
HSB/HSV 208° 16.52% 87.84%
CMYK 16.52% 7.59% 0.00%
12.16%

Color #BBCFE0 in popluar number systems.

HEX BB CF E0
Decimal 187 207 224
Binary 10111011 11001111 11100000
Octal 273 317 340

Shades and tints

Shades of #BBCFE0

#BBCFE0
(187,207,224)
#AABDCC
(170,189,204)
#99ABB8
(153,171,184)
#8899A4
(136,153,164)
#778790
(119,135,144)
#66757C
(102,117,124)
#556368
(85,99,104)
#445154
(68,81,84)
#333F40
(51,63,64)
#222D2C
(34,45,44)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #BBCFE0

#BBCFE0
(187,207,224)
#C1D3E2
(193,211,226)
#C7D7E4
(199,215,228)
#CDDBE6
(205,219,230)
#D3DFE8
(211,223,232)
#D9E3EA
(217,227,234)
#DFE7EC
(223,231,236)
#E5EBEE
(229,235,238)
#EBEFF0
(235,239,240)
#F1F3F2
(241,243,242)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCFE0; }

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

This text font color is #BBCFE0.

Background Color

.myBgColor { background-color: #BBCFE0; }

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

This div background color is #BBCFE0.

Border color

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

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

This div border color is #BBCFE0.

Opacity

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

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

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

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

This text has shadow with #BBCFE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCFE0.

Preview

Color preview on black background

This text has color #BBCFE0 on black background.


Color preview on white background

This text has color #BBCFE0 on white background.


Black color preview on #BBCFE0 background

This text has black color on #BBCFE0 background.


White color preview on #BBCFE0 background

This text has white color on #BBCFE0 background.


Related colors

Complementary color

Complementary color for #hex is #44301F.


I love getcolorcode.com

Triadic colors

1 #E0BBCF and #CFE0BB with #BBCFE0 are triadic colors.

2 #E0CFBB and #CFBBE0 with #BBCFE0 are triadic colors.