COLOR #BBE6F6

HEX: #BBE6F6 RGB: (187,230,246)

Color info

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

RGB color model

#BBE6F6 color RGB value is (187,230,246).

RGB: (187,230,246) (73%, 90%, 96%)

RGB channels and saturation

R 187 of 255 = 73%
G 230 of 255 = 90%
B 246 of 255 = 96%

187
230
246

R + G + B ~ 86%. #BBE6F6 is light color.

Portions of RGB colors in percentages

R + G + B = 187 + 230 + 246 = 663 (100%)
R 187 of 663 ~ 28.21%
G 230 of 663 ~ 34.69%
B 246 of 663 ~ 37.1'%

%28.21
%34.69
%37.1

CMYK color model

#BBE6F6 color CMYK value is (24,7,0,4).

  • cyan value is 23.98%
  • magenta value is 6.50%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (24,7,0,4)
C24M7Y0K4 (24%, 7%, 0%, 4%)
(0.24 / 0.07 / 0.00 / 0.04)

CMYK percentages

%23.98
%6.5
%0
%3.53

Codes

Color #BBE6F6 in popluar color models

BB E6 F6
RGB 187 230 246
HSL 196° 76.62% 84.90%
HSB/HSV 196° 23.98% 96.47%
CMYK 23.98% 6.50% 0.00%
3.53%

Color #BBE6F6 in popluar number systems.

HEX BB E6 F6
Decimal 187 230 246
Binary 10111011 11100110 11110110
Octal 273 346 366

Shades and tints

Shades of #BBE6F6

#BBE6F6
(187,230,246)
#AAD2E0
(170,210,224)
#99BECA
(153,190,202)
#88AAB4
(136,170,180)
#77969E
(119,150,158)
#668288
(102,130,136)
#556E72
(85,110,114)
#445A5C
(68,90,92)
#334646
(51,70,70)
#223230
(34,50,48)
#111E1A
(17,30,26)
#000000
(0,0,0)

Tints of #BBE6F6

#BBE6F6
(187,230,246)
#C1E8F6
(193,232,246)
#C7EAF6
(199,234,246)
#CDECF6
(205,236,246)
#D3EEF6
(211,238,246)
#D9F0F6
(217,240,246)
#DFF2F6
(223,242,246)
#E5F4F6
(229,244,246)
#EBF6F6
(235,246,246)
#F1F8F6
(241,248,246)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE6F6 color. Also use rgb(187,230,246) instead hex code.

Text Font Color

.myTextColor { color: #BBE6F6; }

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

This text font color is #BBE6F6.

Background Color

.myBgColor { background-color: #BBE6F6; }

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

This div background color is #BBE6F6.

Border color

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

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

This div border color is #BBE6F6.

Opacity

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

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

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

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

This text has shadow with #BBE6F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE6F6.

Preview

Color preview on black background

This text has color #BBE6F6 on black background.


Color preview on white background

This text has color #BBE6F6 on white background.


Black color preview on #BBE6F6 background

This text has black color on #BBE6F6 background.


White color preview on #BBE6F6 background

This text has white color on #BBE6F6 background.


Related colors

Complementary color

Complementary color for #hex is #441909.


I love getcolorcode.com

Triadic colors

1 #F6BBE6 and #E6F6BB with #BBE6F6 are triadic colors.

2 #F6E6BB and #E6BBF6 with #BBE6F6 are triadic colors.