COLOR #B4C0FB

HEX: #B4C0FB RGB: (180,192,251)

Color info

#B4C0FB contains mainly green and blue colors. Web safe color of #B4C0FB is #CCCCFF (or #CCF).

RGB color model

#B4C0FB color RGB value is (180,192,251).

RGB: (180,192,251) (71%, 75%, 98%)

RGB channels and saturation

R 180 of 255 = 71%
G 192 of 255 = 75%
B 251 of 255 = 98%

180
192
251

R + G + B ~ 81%. #B4C0FB is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 192 + 251 = 623 (100%)
R 180 of 623 ~ 28.89%
G 192 of 623 ~ 30.82%
B 251 of 623 ~ 40.29'%

%28.89
%30.82
%40.29

CMYK color model

#B4C0FB color CMYK value is (28,24,0,2).

  • cyan value is 28.29%
  • magenta value is 23.51%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (28,24,0,2)
C28M24Y0K2 (28%, 24%, 0%, 2%)
(0.28 / 0.24 / 0.00 / 0.02)

CMYK percentages

%28.29
%23.51
%0
%1.57

Codes

Color #B4C0FB in popluar color models

B4 C0 FB
RGB 180 192 251
HSL 230° 89.87% 84.51%
HSB/HSV 230° 28.29% 98.43%
CMYK 28.29% 23.51% 0.00%
1.57%

Color #B4C0FB in popluar number systems.

HEX B4 C0 FB
Decimal 180 192 251
Binary 10110100 11000000 11111011
Octal 264 300 373

Shades and tints

Shades of #B4C0FB

#B4C0FB
(180,192,251)
#A4AFE5
(164,175,229)
#949ECF
(148,158,207)
#848DB9
(132,141,185)
#747CA3
(116,124,163)
#646B8D
(100,107,141)
#545A77
(84,90,119)
#444961
(68,73,97)
#34384B
(52,56,75)
#242735
(36,39,53)
#14161F
(20,22,31)
#000000
(0,0,0)

Tints of #B4C0FB

#B4C0FB
(180,192,251)
#BAC5FB
(186,197,251)
#C0CAFB
(192,202,251)
#C6CFFB
(198,207,251)
#CCD4FB
(204,212,251)
#D2D9FB
(210,217,251)
#D8DEFB
(216,222,251)
#DEE3FB
(222,227,251)
#E4E8FB
(228,232,251)
#EAEDFB
(234,237,251)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C0FB color. Also use rgb(180,192,251) instead hex code.

Text Font Color

.myTextColor { color: #B4C0FB; }

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

This text font color is #B4C0FB.

Background Color

.myBgColor { background-color: #B4C0FB; }

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

This div background color is #B4C0FB.

Border color

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

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

This div border color is #B4C0FB.

Opacity

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

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

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

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

This text has shadow with #B4C0FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C0FB.

Preview

Color preview on black background

This text has color #B4C0FB on black background.


Color preview on white background

This text has color #B4C0FB on white background.


Black color preview on #B4C0FB background

This text has black color on #B4C0FB background.


White color preview on #B4C0FB background

This text has white color on #B4C0FB background.


Related colors

Complementary color

Complementary color for #hex is #4B3F04.


I love getcolorcode.com

Triadic colors

1 #FBB4C0 and #C0FBB4 with #B4C0FB are triadic colors.

2 #FBC0B4 and #C0B4FB with #B4C0FB are triadic colors.