COLOR #BBF2C2

HEX: #BBF2C2
RGB: (187,242,194)

Color info

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

RGB color model

#BBF2C2 color RGB value is (187,242,194).

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

RGB channels and saturation

R 187 of 255 = 73%
G 242 of 255 = 95%
B 194 of 255 = 76%

187
242
194

R + G + B ~ 81%. #BBF2C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 242 + 194 = 623 (100%)
R 187 of 623 ~ 30.02%
G 242 of 623 ~ 38.84%
B 194 of 623 ~ 31.14%

%30.02
%38.84
%31.14

CMYK color model

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

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 5.10%
CMYK:
(23,0,20,5)
C23M0Y20K5 
(23%,0%,20%,5%)
(0.23/0.00/0.20/0.05)	

CMYK percentages

%22.73
%0
%19.83
%5.1

Codes

Color #BBF2C2 in popluar color models

BBF2C2
RGB187242194
HSL128°67.90%84.12%
HSB/HSV128°22.73%94.90%
CMYK22.73%0.00%19.83%
5.10%

Color #BBF2C2 in popluar number systems.

HEXBBF2C2
Decimal187242194
Binary101110111111001011000010
Octal273362302

Shades and tints

Shades of #BBF2C2

#BBF2C2
(187,242,194)
#AADCB1
(170,220,177)
#99C6A0
(153,198,160)
#88B08F
(136,176,143)
#779A7E
(119,154,126)
#66846D
(102,132,109)
#556E5C
(85,110,92)
#44584B
(68,88,75)
#33423A
(51,66,58)
#222C29
(34,44,41)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #BBF2C2

#BBF2C2
(187,242,194)
#C1F3C7
(193,243,199)
#C7F4CC
(199,244,204)
#CDF5D1
(205,245,209)
#D3F6D6
(211,246,214)
#D9F7DB
(217,247,219)
#DFF8E0
(223,248,224)
#E5F9E5
(229,249,229)
#EBFAEA
(235,250,234)
#F1FBEF
(241,251,239)
#F7FCF4
(247,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF2C2; }

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

This text font color is #BBF2C2.


Background Color

.myBgColor { background-color: #BBF2C2; }

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

This div background color is #BBF2C2.


Border color

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

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

This div border color is #BBF2C2.


Opacity

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

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

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

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

This text has shadow with #BBF2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF2C2 on black background.


Color preview on white background

This text has color #BBF2C2 on white background.



Black color preview on #BBF2C2 background

This text has black color on #BBF2C2 background.


White color preview on #BBF2C2 background

This text has white color on #BBF2C2 background.