COLOR #BBFAC2

HEX: #BBFAC2
RGB: (187,250,194)

Color info

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

RGB color model

#BBFAC2 color RGB value is (187,250,194).

  • red value is 187;
  • green value is 250;
  • blue value is 194.
RGB:
(187,250,194)
(73%,98%,76%)

RGB channels and saturation

R 187 of 255 = 73%
G 250 of 255 = 98%
B 194 of 255 = 76%

187
250
194

R + G + B ~ 82%. #BBFAC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 250 + 194 = 631 (100%)
R 187 of 631 ~ 29.64%
G 250 of 631 ~ 39.62%
B 194 of 631 ~ 30.74%

%29.64
%39.62
%30.74

CMYK color model

#BBFAC2 color CMYK value is (25,0,22,2).

  • cyan value is 25.20%
  • magenta value is 0.00%
  • yellow value is 22.40%
  • key color value is 1.96%
CMYK:
(25,0,22,2)
C25M0Y22K2 
(25%,0%,22%,2%)
(0.25/0.00/0.22/0.02)	

CMYK percentages

%25.2
%0
%22.4
%1.96

Codes

Color #BBFAC2 in popluar color models

BBFAC2
RGB187250194
HSL127°86.30%85.69%
HSB/HSV127°25.20%98.04%
CMYK25.20%0.00%22.40%
1.96%

Color #BBFAC2 in popluar number systems.

HEXBBFAC2
Decimal187250194
Binary101110111111101011000010
Octal273372302

Shades and tints

Shades of #BBFAC2

#BBFAC2
(187,250,194)
#AAE4B1
(170,228,177)
#99CEA0
(153,206,160)
#88B88F
(136,184,143)
#77A27E
(119,162,126)
#668C6D
(102,140,109)
#55765C
(85,118,92)
#44604B
(68,96,75)
#334A3A
(51,74,58)
#223429
(34,52,41)
#111E18
(17,30,24)
#000000
(0,0,0)

Tints of #BBFAC2

#BBFAC2
(187,250,194)
#C1FAC7
(193,250,199)
#C7FACC
(199,250,204)
#CDFAD1
(205,250,209)
#D3FAD6
(211,250,214)
#D9FADB
(217,250,219)
#DFFAE0
(223,250,224)
#E5FAE5
(229,250,229)
#EBFAEA
(235,250,234)
#F1FAEF
(241,250,239)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBFAC2; }

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

This text font color is #BBFAC2.


Background Color

.myBgColor { background-color: #BBFAC2; }

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

This div background color is #BBFAC2.


Border color

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

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

This div border color is #BBFAC2.


Opacity

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

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

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

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

This text has shadow with #BBFAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBFAC2 on black background.


Color preview on white background

This text has color #BBFAC2 on white background.



Black color preview on #BBFAC2 background

This text has black color on #BBFAC2 background.


White color preview on #BBFAC2 background

This text has white color on #BBFAC2 background.