COLOR #B2D2FF

HEX: #B2D2FF RGB: (178,210,255)

Color info

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

RGB color model

#B2D2FF color RGB value is (178,210,255).

RGB: (178,210,255) (70%, 82%, 100%)

RGB channels and saturation

R 178 of 255 = 70%
G 210 of 255 = 82%
B 255 of 255 = 100%

178
210
255

R + G + B ~ 84%. #B2D2FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 210 + 255 = 643 (100%)
R 178 of 643 ~ 27.68%
G 210 of 643 ~ 32.66%
B 255 of 643 ~ 39.66'%

%27.68
%32.66
%39.66

CMYK color model

#B2D2FF color CMYK value is (30,18,0,0).

  • cyan value is 30.20%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (30,18,0,0)
C30M18Y0K0 (30%, 18%, 0%, 0%)
(0.30 / 0.18 / 0.00 / 0.00)

CMYK percentages

%30.2
%17.65
%0
%0

Codes

Color #B2D2FF in popluar color models

B2 D2 FF
RGB 178 210 255
HSL 215° 100.00% 84.90%
HSB/HSV 215° 30.20% 100.00%
CMYK 30.20% 17.65% 0.00%
0.00%

Color #B2D2FF in popluar number systems.

HEX B2 D2 FF
Decimal 178 210 255
Binary 10110010 11010010 11111111
Octal 262 322 377

Shades and tints

Shades of #B2D2FF

#B2D2FF
(178,210,255)
#A2BFE8
(162,191,232)
#92ACD1
(146,172,209)
#8299BA
(130,153,186)
#7286A3
(114,134,163)
#62738C
(98,115,140)
#526075
(82,96,117)
#424D5E
(66,77,94)
#323A47
(50,58,71)
#222730
(34,39,48)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #B2D2FF

#B2D2FF
(178,210,255)
#B9D6FF
(185,214,255)
#C0DAFF
(192,218,255)
#C7DEFF
(199,222,255)
#CEE2FF
(206,226,255)
#D5E6FF
(213,230,255)
#DCEAFF
(220,234,255)
#E3EEFF
(227,238,255)
#EAF2FF
(234,242,255)
#F1F6FF
(241,246,255)
#F8FAFF
(248,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D2FF color. Also use rgb(178,210,255) instead hex code.

Text Font Color

.myTextColor { color: #B2D2FF; }

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

This text font color is #B2D2FF.

Background Color

.myBgColor { background-color: #B2D2FF; }

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

This div background color is #B2D2FF.

Border color

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

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

This div border color is #B2D2FF.

Opacity

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

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

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

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

This text has shadow with #B2D2FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2D2FF.

Preview

Color preview on black background

This text has color #B2D2FF on black background.


Color preview on white background

This text has color #B2D2FF on white background.


Black color preview on #B2D2FF background

This text has black color on #B2D2FF background.


White color preview on #B2D2FF background

This text has white color on #B2D2FF background.


Related colors

Complementary color

Complementary color for #hex is #4D2D00.


I love getcolorcode.com

Triadic colors

1 #FFB2D2 and #D2FFB2 with #B2D2FF are triadic colors.

2 #FFD2B2 and #D2B2FF with #B2D2FF are triadic colors.