COLOR #B2FBCC

HEX: #B2FBCC RGB: (178,251,204)

Color info

#B2FBCC contains mainly green and blue colors. Web safe color of #B2FBCC is #99FFCC (or #9FC).

RGB color model

#B2FBCC color RGB value is (178,251,204).

RGB: (178,251,204) (70%, 98%, 80%)

RGB channels and saturation

R 178 of 255 = 70%
G 251 of 255 = 98%
B 204 of 255 = 80%

178
251
204

R + G + B ~ 83%. #B2FBCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 251 + 204 = 633 (100%)
R 178 of 633 ~ 28.12%
G 251 of 633 ~ 39.65%
B 204 of 633 ~ 32.23'%

%28.12
%39.65
%32.23

CMYK color model

#B2FBCC color CMYK value is (29,0,19,2).

  • cyan value is 29.08%
  • magenta value is 0.00%
  • yellow value is 18.73%
  • key color value is 1.57%
CMYK: (29,0,19,2) C29M0Y19K2 (29%,0%,19%,2%) (0.29/0.00/0.19/0.02) 

CMYK percentages

%29.08
%0
%18.73
%1.57

Codes

Color #B2FBCC in popluar color models

B2 FB CC
RGB 178 251 204
HSL 141° 90.12% 84.12%
HSB/HSV 141° 29.08% 98.43%
CMYK 29.08% 0.00% 18.73%
1.57%

Color #B2FBCC in popluar number systems.

HEX B2 FB CC
Decimal 178 251 204
Binary 10110010 11111011 11001100
Octal 262 373 314

Shades and tints

Shades of #B2FBCC

#B2FBCC
(178,251,204)
#A2E5BA
(162,229,186)
#92CFA8
(146,207,168)
#82B996
(130,185,150)
#72A384
(114,163,132)
#628D72
(98,141,114)
#527760
(82,119,96)
#42614E
(66,97,78)
#324B3C
(50,75,60)
#22352A
(34,53,42)
#121F18
(18,31,24)
#000000
(0,0,0)

Tints of #B2FBCC

#B2FBCC
(178,251,204)
#B9FBD0
(185,251,208)
#C0FBD4
(192,251,212)
#C7FBD8
(199,251,216)
#CEFBDC
(206,251,220)
#D5FBE0
(213,251,224)
#DCFBE4
(220,251,228)
#E3FBE8
(227,251,232)
#EAFBEC
(234,251,236)
#F1FBF0
(241,251,240)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2FBCC color. Also use rgb(178,251,204) instead hex code.

Text Font Color

.myTextColor { color: #B2FBCC; }

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

This text font color is #B2FBCC.

Background Color

.myBgColor { background-color: #B2FBCC; }

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

This div background color is #B2FBCC.

Border color

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

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

This div border color is #B2FBCC.

Opacity

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

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

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

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

This text has shadow with #B2FBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2FBCC.

Preview

Color preview on black background

This text has color #B2FBCC on black background.


Color preview on white background

This text has color #B2FBCC on white background.


Black color preview on #B2FBCC background

This text has black color on #B2FBCC background.


White color preview on #B2FBCC background

This text has white color on #B2FBCC background.


Related colors

Complementary color

Complementary color for #hex is #4D0433.


I love getcolorcode.com

Triadic colors

1 #CCB2FB and #FBCCB2 with #B2FBCC are triadic colors.

2 #CCFBB2 and #FBB2CC with #B2FBCC are triadic colors.