COLOR #BBFAE6

HEX: #BBFAE6 RGB: (187,250,230)

Color info

#BBFAE6 contains mainly green and blue colors. Web safe color of #BBFAE6 is #CCFFCC (or #CFC).

RGB color model

#BBFAE6 color RGB value is (187,250,230).

RGB: (187,250,230) (73%, 98%, 90%)

RGB channels and saturation

R 187 of 255 = 73%
G 250 of 255 = 98%
B 230 of 255 = 90%

187
250
230

R + G + B ~ 87%. #BBFAE6 is light color.

Portions of RGB colors in percentages

R + G + B = 187 + 250 + 230 = 667 (100%)
R 187 of 667 ~ 28.04%
G 250 of 667 ~ 37.48%
B 230 of 667 ~ 34.48'%

%28.04
%37.48
%34.48

CMYK color model

#BBFAE6 color CMYK value is (25,0,8,2).

  • cyan value is 25.20%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 1.96%

CMYK: (25,0,8,2)
C25M0Y8K2 (25%, 0%, 8%, 2%)
(0.25 / 0.00 / 0.08 / 0.02)

CMYK percentages

%25.2
%0
%8
%1.96

Codes

Color #BBFAE6 in popluar color models

BB FA E6
RGB 187 250 230
HSL 161° 86.30% 85.69%
HSB/HSV 161° 25.20% 98.04%
CMYK 25.20% 0.00% 8.00%
1.96%

Color #BBFAE6 in popluar number systems.

HEX BB FA E6
Decimal 187 250 230
Binary 10111011 11111010 11100110
Octal 273 372 346

Shades and tints

Shades of #BBFAE6

#BBFAE6
(187,250,230)
#AAE4D2
(170,228,210)
#99CEBE
(153,206,190)
#88B8AA
(136,184,170)
#77A296
(119,162,150)
#668C82
(102,140,130)
#55766E
(85,118,110)
#44605A
(68,96,90)
#334A46
(51,74,70)
#223432
(34,52,50)
#111E1E
(17,30,30)
#000000
(0,0,0)

Tints of #BBFAE6

#BBFAE6
(187,250,230)
#C1FAE8
(193,250,232)
#C7FAEA
(199,250,234)
#CDFAEC
(205,250,236)
#D3FAEE
(211,250,238)
#D9FAF0
(217,250,240)
#DFFAF2
(223,250,242)
#E5FAF4
(229,250,244)
#EBFAF6
(235,250,246)
#F1FAF8
(241,250,248)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBFAE6; }

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

This text font color is #BBFAE6.

Background Color

.myBgColor { background-color: #BBFAE6; }

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

This div background color is #BBFAE6.

Border color

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

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

This div border color is #BBFAE6.

Opacity

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

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

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

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

This text has shadow with #BBFAE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBFAE6.

Preview

Color preview on black background

This text has color #BBFAE6 on black background.


Color preview on white background

This text has color #BBFAE6 on white background.


Black color preview on #BBFAE6 background

This text has black color on #BBFAE6 background.


White color preview on #BBFAE6 background

This text has white color on #BBFAE6 background.


Related colors

Complementary color

Complementary color for #hex is #440519.


I love getcolorcode.com

Triadic colors

1 #E6BBFA and #FAE6BB with #BBFAE6 are triadic colors.

2 #E6FABB and #FABBE6 with #BBFAE6 are triadic colors.