COLOR #BBEEFD

HEX: #BBEEFD RGB: (187,238,253)

Color info

#BBEEFD contains mainly green and blue colors. Web safe color of #BBEEFD is #CCFFFF (or #CFF).

RGB color model

#BBEEFD color RGB value is (187,238,253).

RGB: (187,238,253) (73%, 93%, 99%)

RGB channels and saturation

R 187 of 255 = 73%
G 238 of 255 = 93%
B 253 of 255 = 99%

187
238
253

R + G + B ~ 88%. #BBEEFD is light color.

Portions of RGB colors in percentages

R + G + B = 187 + 238 + 253 = 678 (100%)
R 187 of 678 ~ 27.58%
G 238 of 678 ~ 35.1%
B 253 of 678 ~ 37.32'%

%27.58
%35.1
%37.32

CMYK color model

#BBEEFD color CMYK value is (26,6,0,1).

  • cyan value is 26.09%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (26,6,0,1)
C26M6Y0K1 (26%, 6%, 0%, 1%)
(0.26 / 0.06 / 0.00 / 0.01)

CMYK percentages

%26.09
%5.93
%0
%0.78

Codes

Color #BBEEFD in popluar color models

BB EE FD
RGB 187 238 253
HSL 194° 94.29% 86.27%
HSB/HSV 194° 26.09% 99.22%
CMYK 26.09% 5.93% 0.00%
0.78%

Color #BBEEFD in popluar number systems.

HEX BB EE FD
Decimal 187 238 253
Binary 10111011 11101110 11111101
Octal 273 356 375

Shades and tints

Shades of #BBEEFD

#BBEEFD
(187,238,253)
#AAD9E6
(170,217,230)
#99C4CF
(153,196,207)
#88AFB8
(136,175,184)
#779AA1
(119,154,161)
#66858A
(102,133,138)
#557073
(85,112,115)
#445B5C
(68,91,92)
#334645
(51,70,69)
#22312E
(34,49,46)
#111C17
(17,28,23)
#000000
(0,0,0)

Tints of #BBEEFD

#BBEEFD
(187,238,253)
#C1EFFD
(193,239,253)
#C7F0FD
(199,240,253)
#CDF1FD
(205,241,253)
#D3F2FD
(211,242,253)
#D9F3FD
(217,243,253)
#DFF4FD
(223,244,253)
#E5F5FD
(229,245,253)
#EBF6FD
(235,246,253)
#F1F7FD
(241,247,253)
#F7F8FD
(247,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBEEFD color. Also use rgb(187,238,253) instead hex code.

Text Font Color

.myTextColor { color: #BBEEFD; }

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

This text font color is #BBEEFD.

Background Color

.myBgColor { background-color: #BBEEFD; }

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

This div background color is #BBEEFD.

Border color

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

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

This div border color is #BBEEFD.

Opacity

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

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

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

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

This text has shadow with #BBEEFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBEEFD.

Preview

Color preview on black background

This text has color #BBEEFD on black background.


Color preview on white background

This text has color #BBEEFD on white background.


Black color preview on #BBEEFD background

This text has black color on #BBEEFD background.


White color preview on #BBEEFD background

This text has white color on #BBEEFD background.


Related colors

Complementary color

Complementary color for #hex is #441102.


I love getcolorcode.com

Triadic colors

1 #FDBBEE and #EEFDBB with #BBEEFD are triadic colors.

2 #FDEEBB and #EEBBFD with #BBEEFD are triadic colors.