COLOR #BBFF95

HEX: #BBFF95
RGB: (187,255,149)

Color info

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

RGB color model

#BBFF95 color RGB value is (187,255,149).

  • red value is 187;
  • green value is 255;
  • blue value is 149.
RGB:
(187,255,149)
(73%,100%,58%)

RGB channels and saturation

R 187 of 255 = 73%
G 255 of 255 = 100%
B 149 of 255 = 58%

187
255
149

R + G + B ~ 77%. #BBFF95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 255 + 149 = 591 (100%)
R 187 of 591 ~ 31.64%
G 255 of 591 ~ 43.15%
B 149 of 591 ~ 25.21%

%31.64
%43.15
%25.21

CMYK color model

#BBFF95 color CMYK value is (27,0,42,0).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 41.57%
  • key color value is 0.00%
CMYK:
(27,0,42,0)
C27M0Y42K0 
(27%,0%,42%,0%)
(0.27/0.00/0.42/0.00)	

CMYK percentages

%26.67
%0
%41.57
%0

Codes

Color #BBFF95 in popluar color models

BBFF95
RGB187255149
HSL98°100.00%79.22%
HSB/HSV98°41.57%100.00%
CMYK26.67%0.00%41.57%
0.00%

Color #BBFF95 in popluar number systems.

HEXBBFF95
Decimal187255149
Binary101110111111111110010101
Octal273377225

Shades and tints

Shades of #BBFF95

#BBFF95
(187,255,149)
#AAE888
(170,232,136)
#99D17B
(153,209,123)
#88BA6E
(136,186,110)
#77A361
(119,163,97)
#668C54
(102,140,84)
#557547
(85,117,71)
#445E3A
(68,94,58)
#33472D
(51,71,45)
#223020
(34,48,32)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #BBFF95

#BBFF95
(187,255,149)
#C1FF9E
(193,255,158)
#C7FFA7
(199,255,167)
#CDFFB0
(205,255,176)
#D3FFB9
(211,255,185)
#D9FFC2
(217,255,194)
#DFFFCB
(223,255,203)
#E5FFD4
(229,255,212)
#EBFFDD
(235,255,221)
#F1FFE6
(241,255,230)
#F7FFEF
(247,255,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBFF95; }

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

This text font color is #BBFF95.


Background Color

.myBgColor { background-color: #BBFF95; }

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

This div background color is #BBFF95.


Border color

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

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

This div border color is #BBFF95.


Opacity

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

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

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

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

This text has shadow with #BBFF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBFF95 on black background.


Color preview on white background

This text has color #BBFF95 on white background.



Black color preview on #BBFF95 background

This text has black color on #BBFF95 background.


White color preview on #BBFF95 background

This text has white color on #BBFF95 background.