COLOR #B2F4CA

HEX: #B2F4CA RGB: (178,244,202)

Color info

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

RGB color model

#B2F4CA color RGB value is (178,244,202).

RGB: (178,244,202) (70%, 96%, 79%)

RGB channels and saturation

R 178 of 255 = 70%
G 244 of 255 = 96%
B 202 of 255 = 79%

178
244
202

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

Portions of RGB colors in percentages

R + G + B = 178 + 244 + 202 = 624 (100%)
R 178 of 624 ~ 28.53%
G 244 of 624 ~ 39.1%
B 202 of 624 ~ 32.37'%

%28.53
%39.1
%32.37

CMYK color model

#B2F4CA color CMYK value is (27,0,17,4).

  • cyan value is 27.05%
  • magenta value is 0.00%
  • yellow value is 17.21%
  • key color value is 4.31%
CMYK: (27,0,17,4) C27M0Y17K4 (27%,0%,17%,4%) (0.27/0.00/0.17/0.04) 

CMYK percentages

%27.05
%0
%17.21
%4.31

Codes

Color #B2F4CA in popluar color models

B2 F4 CA
RGB 178 244 202
HSL 142° 75.00% 82.75%
HSB/HSV 142° 27.05% 95.69%
CMYK 27.05% 0.00% 17.21%
4.31%

Color #B2F4CA in popluar number systems.

HEX B2 F4 CA
Decimal 178 244 202
Binary 10110010 11110100 11001010
Octal 262 364 312

Shades and tints

Shades of #B2F4CA

#B2F4CA
(178,244,202)
#A2DEB8
(162,222,184)
#92C8A6
(146,200,166)
#82B294
(130,178,148)
#729C82
(114,156,130)
#628670
(98,134,112)
#52705E
(82,112,94)
#425A4C
(66,90,76)
#32443A
(50,68,58)
#222E28
(34,46,40)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #B2F4CA

#B2F4CA
(178,244,202)
#B9F5CE
(185,245,206)
#C0F6D2
(192,246,210)
#C7F7D6
(199,247,214)
#CEF8DA
(206,248,218)
#D5F9DE
(213,249,222)
#DCFAE2
(220,250,226)
#E3FBE6
(227,251,230)
#EAFCEA
(234,252,234)
#F1FDEE
(241,253,238)
#F8FEF2
(248,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2F4CA color. Also use rgb(178,244,202) instead hex code.

Text Font Color

.myTextColor { color: #B2F4CA; }

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

This text font color is #B2F4CA.

Background Color

.myBgColor { background-color: #B2F4CA; }

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

This div background color is #B2F4CA.

Border color

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

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

This div border color is #B2F4CA.

Opacity

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

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

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

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

This text has shadow with #B2F4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2F4CA.

Preview

Color preview on black background

This text has color #B2F4CA on black background.


Color preview on white background

This text has color #B2F4CA on white background.


Black color preview on #B2F4CA background

This text has black color on #B2F4CA background.


White color preview on #B2F4CA background

This text has white color on #B2F4CA background.


Related colors

Complementary color

Complementary color for #hex is #4D0B35.


I love getcolorcode.com

Triadic colors

1 #CAB2F4 and #F4CAB2 with #B2F4CA are triadic colors.

2 #CAF4B2 and #F4B2CA with #B2F4CA are triadic colors.