COLOR #BBFFA2

HEX: #BBFFA2 RGB: (187,255,162)

Color info

#BBFFA2 contains mainly green color. Web safe color of #BBFFA2 is #CCFF99 (or #CF9).

RGB color model

#BBFFA2 color RGB value is (187,255,162).

RGB: (187,255,162) (73%, 100%, 64%)

RGB channels and saturation

R 187 of 255 = 73%
G 255 of 255 = 100%
B 162 of 255 = 64%

187
255
162

R + G + B ~ 79%. #BBFFA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 255 + 162 = 604 (100%)
R 187 of 604 ~ 30.96%
G 255 of 604 ~ 42.22%
B 162 of 604 ~ 26.82'%

%30.96
%42.22
%26.82

CMYK color model

#BBFFA2 color CMYK value is (27,0,36,0).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 36.47%
  • key color value is 0.00%

CMYK: (27,0,36,0)
C27M0Y36K0 (27%, 0%, 36%, 0%)
(0.27 / 0.00 / 0.36 / 0.00)

CMYK percentages

%26.67
%0
%36.47
%0

Codes

Color #BBFFA2 in popluar color models

BB FF A2
RGB 187 255 162
HSL 104° 100.00% 81.76%
HSB/HSV 104° 36.47% 100.00%
CMYK 26.67% 0.00% 36.47%
0.00%

Color #BBFFA2 in popluar number systems.

HEX BB FF A2
Decimal 187 255 162
Binary 10111011 11111111 10100010
Octal 273 377 242

Shades and tints

Shades of #BBFFA2

#BBFFA2
(187,255,162)
#AAE894
(170,232,148)
#99D186
(153,209,134)
#88BA78
(136,186,120)
#77A36A
(119,163,106)
#668C5C
(102,140,92)
#55754E
(85,117,78)
#445E40
(68,94,64)
#334732
(51,71,50)
#223024
(34,48,36)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #BBFFA2

#BBFFA2
(187,255,162)
#C1FFAA
(193,255,170)
#C7FFB2
(199,255,178)
#CDFFBA
(205,255,186)
#D3FFC2
(211,255,194)
#D9FFCA
(217,255,202)
#DFFFD2
(223,255,210)
#E5FFDA
(229,255,218)
#EBFFE2
(235,255,226)
#F1FFEA
(241,255,234)
#F7FFF2
(247,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBFFA2 color. Also use rgb(187,255,162) instead hex code.

Text Font Color

.myTextColor { color: #BBFFA2; }

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

This text font color is #BBFFA2.

Background Color

.myBgColor { background-color: #BBFFA2; }

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

This div background color is #BBFFA2.

Border color

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

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

This div border color is #BBFFA2.

Opacity

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

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

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

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

This text has shadow with #BBFFA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBFFA2.

Preview

Color preview on black background

This text has color #BBFFA2 on black background.


Color preview on white background

This text has color #BBFFA2 on white background.


Black color preview on #BBFFA2 background

This text has black color on #BBFFA2 background.


White color preview on #BBFFA2 background

This text has white color on #BBFFA2 background.


Related colors

Complementary color

Complementary color for #hex is #44005D.


I love getcolorcode.com

Triadic colors

1 #A2BBFF and #FFA2BB with #BBFFA2 are triadic colors.

2 #A2FFBB and #FFBBA2 with #BBFFA2 are triadic colors.