COLOR #BBFAD7

HEX: #BBFAD7 RGB: (187,250,215)

Color info

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

RGB color model

#BBFAD7 color RGB value is (187,250,215).

RGB: (187,250,215) (73%, 98%, 84%)

RGB channels and saturation

R 187 of 255 = 73%
G 250 of 255 = 98%
B 215 of 255 = 84%

187
250
215

R + G + B ~ 85%. #BBFAD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 250 + 215 = 652 (100%)
R 187 of 652 ~ 28.68%
G 250 of 652 ~ 38.34%
B 215 of 652 ~ 32.98'%

%28.68
%38.34
%32.98

CMYK color model

#BBFAD7 color CMYK value is (25,0,14,2).

  • cyan value is 25.20%
  • magenta value is 0.00%
  • yellow value is 14.00%
  • key color value is 1.96%
CMYK: (25,0,14,2) C25M0Y14K2 (25%,0%,14%,2%) (0.25/0.00/0.14/0.02) 

CMYK percentages

%25.2
%0
%14
%1.96

Codes

Color #BBFAD7 in popluar color models

BB FA D7
RGB 187 250 215
HSL 147° 86.30% 85.69%
HSB/HSV 147° 25.20% 98.04%
CMYK 25.20% 0.00% 14.00%
1.96%

Color #BBFAD7 in popluar number systems.

HEX BB FA D7
Decimal 187 250 215
Binary 10111011 11111010 11010111
Octal 273 372 327

Shades and tints

Shades of #BBFAD7

#BBFAD7
(187,250,215)
#AAE4C4
(170,228,196)
#99CEB1
(153,206,177)
#88B89E
(136,184,158)
#77A28B
(119,162,139)
#668C78
(102,140,120)
#557665
(85,118,101)
#446052
(68,96,82)
#334A3F
(51,74,63)
#22342C
(34,52,44)
#111E19
(17,30,25)
#000000
(0,0,0)

Tints of #BBFAD7

#BBFAD7
(187,250,215)
#C1FADA
(193,250,218)
#C7FADD
(199,250,221)
#CDFAE0
(205,250,224)
#D3FAE3
(211,250,227)
#D9FAE6
(217,250,230)
#DFFAE9
(223,250,233)
#E5FAEC
(229,250,236)
#EBFAEF
(235,250,239)
#F1FAF2
(241,250,242)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBFAD7; }

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

This text font color is #BBFAD7.

Background Color

.myBgColor { background-color: #BBFAD7; }

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

This div background color is #BBFAD7.

Border color

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

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

This div border color is #BBFAD7.

Opacity

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

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

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

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

This text has shadow with #BBFAD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBFAD7.

Preview

Color preview on black background

This text has color #BBFAD7 on black background.


Color preview on white background

This text has color #BBFAD7 on white background.


Black color preview on #BBFAD7 background

This text has black color on #BBFAD7 background.


White color preview on #BBFAD7 background

This text has white color on #BBFAD7 background.


Related colors

Complementary color

Complementary color for #hex is #440528.


I love getcolorcode.com

Triadic colors

1 #D7BBFA and #FAD7BB with #BBFAD7 are triadic colors.

2 #D7FABB and #FABBD7 with #BBFAD7 are triadic colors.