COLOR #BBF8ED

HEX: #BBF8ED RGB: (187,248,237)

Color info

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

RGB color model

#BBF8ED color RGB value is (187,248,237).

RGB: (187,248,237) (73%, 97%, 93%)

RGB channels and saturation

R 187 of 255 = 73%
G 248 of 255 = 97%
B 237 of 255 = 93%

187
248
237

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

Portions of RGB colors in percentages

R + G + B = 187 + 248 + 237 = 672 (100%)
R 187 of 672 ~ 27.83%
G 248 of 672 ~ 36.9%
B 237 of 672 ~ 35.27'%

%27.83
%36.9
%35.27

CMYK color model

#BBF8ED color CMYK value is (25,0,4,3).

  • cyan value is 24.60%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 2.75%
CMYK: (25,0,4,3) C25M0Y4K3 (25%,0%,4%,3%) (0.25/0.00/0.04/0.03) 

CMYK percentages

%24.6
%0
%4.44
%2.75

Codes

Color #BBF8ED in popluar color models

BB F8 ED
RGB 187 248 237
HSL 169° 81.33% 85.29%
HSB/HSV 169° 24.60% 97.25%
CMYK 24.60% 0.00% 4.44%
2.75%

Color #BBF8ED in popluar number systems.

HEX BB F8 ED
Decimal 187 248 237
Binary 10111011 11111000 11101101
Octal 273 370 355

Shades and tints

Shades of #BBF8ED

#BBF8ED
(187,248,237)
#AAE2D8
(170,226,216)
#99CCC3
(153,204,195)
#88B6AE
(136,182,174)
#77A099
(119,160,153)
#668A84
(102,138,132)
#55746F
(85,116,111)
#445E5A
(68,94,90)
#334845
(51,72,69)
#223230
(34,50,48)
#111C1B
(17,28,27)
#000000
(0,0,0)

Tints of #BBF8ED

#BBF8ED
(187,248,237)
#C1F8EE
(193,248,238)
#C7F8EF
(199,248,239)
#CDF8F0
(205,248,240)
#D3F8F1
(211,248,241)
#D9F8F2
(217,248,242)
#DFF8F3
(223,248,243)
#E5F8F4
(229,248,244)
#EBF8F5
(235,248,245)
#F1F8F6
(241,248,246)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF8ED color. Also use rgb(187,248,237) instead hex code.

Text Font Color

.myTextColor { color: #BBF8ED; }

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

This text font color is #BBF8ED.

Background Color

.myBgColor { background-color: #BBF8ED; }

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

This div background color is #BBF8ED.

Border color

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

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

This div border color is #BBF8ED.

Opacity

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

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

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

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

This text has shadow with #BBF8ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBF8ED.

Preview

Color preview on black background

This text has color #BBF8ED on black background.


Color preview on white background

This text has color #BBF8ED on white background.


Black color preview on #BBF8ED background

This text has black color on #BBF8ED background.


White color preview on #BBF8ED background

This text has white color on #BBF8ED background.


Related colors

Complementary color

Complementary color for #hex is #440712.


I love getcolorcode.com

Triadic colors

1 #EDBBF8 and #F8EDBB with #BBF8ED are triadic colors.

2 #EDF8BB and #F8BBED with #BBF8ED are triadic colors.