COLOR #BBF3BA

HEX: #BBF3BA RGB: (187,243,186)

Color info

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

RGB color model

#BBF3BA color RGB value is (187,243,186).

RGB: (187,243,186) (73%, 95%, 73%)

RGB channels and saturation

R 187 of 255 = 73%
G 243 of 255 = 95%
B 186 of 255 = 73%

187
243
186

R + G + B ~ 80%. #BBF3BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 243 + 186 = 616 (100%)
R 187 of 616 ~ 30.36%
G 243 of 616 ~ 39.45%
B 186 of 616 ~ 30.19'%

%30.36
%39.45
%30.19

CMYK color model

#BBF3BA color CMYK value is (23,0,23,5).

  • cyan value is 23.05%
  • magenta value is 0.00%
  • yellow value is 23.46%
  • key color value is 4.71%

CMYK: (23,0,23,5)
C23M0Y23K5 (23%, 0%, 23%, 5%)
(0.23 / 0.00 / 0.23 / 0.05)

CMYK percentages

%23.05
%0
%23.46
%4.71

Codes

Color #BBF3BA in popluar color models

BB F3 BA
RGB 187 243 186
HSL 119° 70.37% 84.12%
HSB/HSV 119° 23.46% 95.29%
CMYK 23.05% 0.00% 23.46%
4.71%

Color #BBF3BA in popluar number systems.

HEX BB F3 BA
Decimal 187 243 186
Binary 10111011 11110011 10111010
Octal 273 363 272

Shades and tints

Shades of #BBF3BA

#BBF3BA
(187,243,186)
#AADDAA
(170,221,170)
#99C79A
(153,199,154)
#88B18A
(136,177,138)
#779B7A
(119,155,122)
#66856A
(102,133,106)
#556F5A
(85,111,90)
#44594A
(68,89,74)
#33433A
(51,67,58)
#222D2A
(34,45,42)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #BBF3BA

#BBF3BA
(187,243,186)
#C1F4C0
(193,244,192)
#C7F5C6
(199,245,198)
#CDF6CC
(205,246,204)
#D3F7D2
(211,247,210)
#D9F8D8
(217,248,216)
#DFF9DE
(223,249,222)
#E5FAE4
(229,250,228)
#EBFBEA
(235,251,234)
#F1FCF0
(241,252,240)
#F7FDF6
(247,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF3BA color. Also use rgb(187,243,186) instead hex code.

Text Font Color

.myTextColor { color: #BBF3BA; }

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

This text font color is #BBF3BA.

Background Color

.myBgColor { background-color: #BBF3BA; }

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

This div background color is #BBF3BA.

Border color

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

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

This div border color is #BBF3BA.

Opacity

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

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

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

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

This text has shadow with #BBF3BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBF3BA.

Preview

Color preview on black background

This text has color #BBF3BA on black background.


Color preview on white background

This text has color #BBF3BA on white background.


Black color preview on #BBF3BA background

This text has black color on #BBF3BA background.


White color preview on #BBF3BA background

This text has white color on #BBF3BA background.


Related colors

Complementary color

Complementary color for #hex is #440C45.


I love getcolorcode.com

Triadic colors

1 #BABBF3 and #F3BABB with #BBF3BA are triadic colors.

2 #BAF3BB and #F3BBBA with #BBF3BA are triadic colors.