COLOR #B0CDFA

HEX: #B0CDFA RGB: (176,205,250)

Color info

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

RGB color model

#B0CDFA color RGB value is (176,205,250).

RGB: (176,205,250) (69%, 80%, 98%)

RGB channels and saturation

R 176 of 255 = 69%
G 205 of 255 = 80%
B 250 of 255 = 98%

176
205
250

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

Portions of RGB colors in percentages

R + G + B = 176 + 205 + 250 = 631 (100%)
R 176 of 631 ~ 27.89%
G 205 of 631 ~ 32.49%
B 250 of 631 ~ 39.62'%

%27.89
%32.49
%39.62

CMYK color model

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

  • cyan value is 29.60%
  • magenta value is 18.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (30,18,0,2) C30M18Y0K2 (30%,18%,0%,2%) (0.30/0.18/0.00/0.02) 

CMYK percentages

%29.6
%18
%0
%1.96

Codes

Color #B0CDFA in popluar color models

B0 CD FA
RGB 176 205 250
HSL 216° 88.10% 83.53%
HSB/HSV 216° 29.60% 98.04%
CMYK 29.60% 18.00% 0.00%
1.96%

Color #B0CDFA in popluar number systems.

HEX B0 CD FA
Decimal 176 205 250
Binary 10110000 11001101 11111010
Octal 260 315 372

Shades and tints

Shades of #B0CDFA

#B0CDFA
(176,205,250)
#A0BBE4
(160,187,228)
#90A9CE
(144,169,206)
#8097B8
(128,151,184)
#7085A2
(112,133,162)
#60738C
(96,115,140)
#506176
(80,97,118)
#404F60
(64,79,96)
#303D4A
(48,61,74)
#202B34
(32,43,52)
#10191E
(16,25,30)
#000000
(0,0,0)

Tints of #B0CDFA

#B0CDFA
(176,205,250)
#B7D1FA
(183,209,250)
#BED5FA
(190,213,250)
#C5D9FA
(197,217,250)
#CCDDFA
(204,221,250)
#D3E1FA
(211,225,250)
#DAE5FA
(218,229,250)
#E1E9FA
(225,233,250)
#E8EDFA
(232,237,250)
#EFF1FA
(239,241,250)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CDFA color. Also use rgb(176,205,250) instead hex code.

Text Font Color

.myTextColor { color: #B0CDFA; }

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

This text font color is #B0CDFA.

Background Color

.myBgColor { background-color: #B0CDFA; }

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

This div background color is #B0CDFA.

Border color

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

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

This div border color is #B0CDFA.

Opacity

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

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

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

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

This text has shadow with #B0CDFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0CDFA.

Preview

Color preview on black background

This text has color #B0CDFA on black background.


Color preview on white background

This text has color #B0CDFA on white background.


Black color preview on #B0CDFA background

This text has black color on #B0CDFA background.


White color preview on #B0CDFA background

This text has white color on #B0CDFA background.


Related colors

Complementary color

Complementary color for #hex is #4F3205.


I love getcolorcode.com

Triadic colors

1 #FAB0CD and #CDFAB0 with #B0CDFA are triadic colors.

2 #FACDB0 and #CDB0FA with #B0CDFA are triadic colors.