COLOR #BBF6DA

HEX: #BBF6DA RGB: (187,246,218)

Color info

#BBF6DA contains red, green and blue colors in about the same proportion. Web safe color of #BBF6DA is #CCFFCC (or #CFC).

RGB color model

#BBF6DA color RGB value is (187,246,218).

RGB: (187,246,218) (73%, 96%, 85%)

RGB channels and saturation

R 187 of 255 = 73%
G 246 of 255 = 96%
B 218 of 255 = 85%

187
246
218

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

Portions of RGB colors in percentages

R + G + B = 187 + 246 + 218 = 651 (100%)
R 187 of 651 ~ 28.73%
G 246 of 651 ~ 37.79%
B 218 of 651 ~ 33.49'%

%28.73
%37.79
%33.49

CMYK color model

#BBF6DA color CMYK value is (24,0,11,4).

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

CMYK: (24,0,11,4)
C24M0Y11K4 (24%, 0%, 11%, 4%)
(0.24 / 0.00 / 0.11 / 0.04)

CMYK percentages

%23.98
%0
%11.38
%3.53

Codes

Color #BBF6DA in popluar color models

BB F6 DA
RGB 187 246 218
HSL 152° 76.62% 84.90%
HSB/HSV 152° 23.98% 96.47%
CMYK 23.98% 0.00% 11.38%
3.53%

Color #BBF6DA in popluar number systems.

HEX BB F6 DA
Decimal 187 246 218
Binary 10111011 11110110 11011010
Octal 273 366 332

Shades and tints

Shades of #BBF6DA

#BBF6DA
(187,246,218)
#AAE0C7
(170,224,199)
#99CAB4
(153,202,180)
#88B4A1
(136,180,161)
#779E8E
(119,158,142)
#66887B
(102,136,123)
#557268
(85,114,104)
#445C55
(68,92,85)
#334642
(51,70,66)
#22302F
(34,48,47)
#111A1C
(17,26,28)
#000000
(0,0,0)

Tints of #BBF6DA

#BBF6DA
(187,246,218)
#C1F6DD
(193,246,221)
#C7F6E0
(199,246,224)
#CDF6E3
(205,246,227)
#D3F6E6
(211,246,230)
#D9F6E9
(217,246,233)
#DFF6EC
(223,246,236)
#E5F6EF
(229,246,239)
#EBF6F2
(235,246,242)
#F1F6F5
(241,246,245)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF6DA; }

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

This text font color is #BBF6DA.

Background Color

.myBgColor { background-color: #BBF6DA; }

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

This div background color is #BBF6DA.

Border color

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

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

This div border color is #BBF6DA.

Opacity

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

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

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

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

This text has shadow with #BBF6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBF6DA.

Preview

Color preview on black background

This text has color #BBF6DA on black background.


Color preview on white background

This text has color #BBF6DA on white background.


Black color preview on #BBF6DA background

This text has black color on #BBF6DA background.


White color preview on #BBF6DA background

This text has white color on #BBF6DA background.


Related colors

Complementary color

Complementary color for #hex is #440925.


I love getcolorcode.com

Triadic colors

1 #DABBF6 and #F6DABB with #BBF6DA are triadic colors.

2 #DAF6BB and #F6BBDA with #BBF6DA are triadic colors.