COLOR #B2CCFE

HEX: #B2CCFE RGB: (178,204,254)

Color info

#B2CCFE contains mainly green and blue colors. Web safe color of #B2CCFE is #99CCFF (or #9CF).

RGB color model

#B2CCFE color RGB value is (178,204,254).

RGB: (178,204,254) (70%, 80%, 100%)

RGB channels and saturation

R 178 of 255 = 70%
G 204 of 255 = 80%
B 254 of 255 = 100%

178
204
254

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

Portions of RGB colors in percentages

R + G + B = 178 + 204 + 254 = 636 (100%)
R 178 of 636 ~ 27.99%
G 204 of 636 ~ 32.08%
B 254 of 636 ~ 39.94'%

%27.99
%32.08
%39.94

CMYK color model

#B2CCFE color CMYK value is (30,20,0,0).

  • cyan value is 29.92%
  • magenta value is 19.69%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (30,20,0,0)
C30M20Y0K0 (30%, 20%, 0%, 0%)
(0.30 / 0.20 / 0.00 / 0.00)

CMYK percentages

%29.92
%19.69
%0
%0.39

Codes

Color #B2CCFE in popluar color models

B2 CC FE
RGB 178 204 254
HSL 219° 97.44% 84.71%
HSB/HSV 219° 29.92% 99.61%
CMYK 29.92% 19.69% 0.00%
0.39%

Color #B2CCFE in popluar number systems.

HEX B2 CC FE
Decimal 178 204 254
Binary 10110010 11001100 11111110
Octal 262 314 376

Shades and tints

Shades of #B2CCFE

#B2CCFE
(178,204,254)
#A2BAE7
(162,186,231)
#92A8D0
(146,168,208)
#8296B9
(130,150,185)
#7284A2
(114,132,162)
#62728B
(98,114,139)
#526074
(82,96,116)
#424E5D
(66,78,93)
#323C46
(50,60,70)
#222A2F
(34,42,47)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #B2CCFE

#B2CCFE
(178,204,254)
#B9D0FE
(185,208,254)
#C0D4FE
(192,212,254)
#C7D8FE
(199,216,254)
#CEDCFE
(206,220,254)
#D5E0FE
(213,224,254)
#DCE4FE
(220,228,254)
#E3E8FE
(227,232,254)
#EAECFE
(234,236,254)
#F1F0FE
(241,240,254)
#F8F4FE
(248,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CCFE; }

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

This text font color is #B2CCFE.

Background Color

.myBgColor { background-color: #B2CCFE; }

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

This div background color is #B2CCFE.

Border color

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

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

This div border color is #B2CCFE.

Opacity

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

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

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

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

This text has shadow with #B2CCFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CCFE.

Preview

Color preview on black background

This text has color #B2CCFE on black background.


Color preview on white background

This text has color #B2CCFE on white background.


Black color preview on #B2CCFE background

This text has black color on #B2CCFE background.


White color preview on #B2CCFE background

This text has white color on #B2CCFE background.


Related colors

Complementary color

Complementary color for #hex is #4D3301.


I love getcolorcode.com

Triadic colors

1 #FEB2CC and #CCFEB2 with #B2CCFE are triadic colors.

2 #FECCB2 and #CCB2FE with #B2CCFE are triadic colors.