COLOR #B0BFDA

HEX: #B0BFDA RGB: (176,191,218)

Color info

#B0BFDA contains red, green and blue colors in about the same proportion. Web safe color of #B0BFDA is #99CCCC (or #9CC).

RGB color model

#B0BFDA color RGB value is (176,191,218).

RGB: (176,191,218) (69%, 75%, 85%)

RGB channels and saturation

R 176 of 255 = 69%
G 191 of 255 = 75%
B 218 of 255 = 85%

176
191
218

R + G + B ~ 76%. #B0BFDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 191 + 218 = 585 (100%)
R 176 of 585 ~ 30.09%
G 191 of 585 ~ 32.65%
B 218 of 585 ~ 37.26'%

%30.09
%32.65
%37.26

CMYK color model

#B0BFDA color CMYK value is (19,12,0,15).

  • cyan value is 19.27%
  • magenta value is 12.39%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (19,12,0,15)
C19M12Y0K15 (19%, 12%, 0%, 15%)
(0.19 / 0.12 / 0.00 / 0.15)

CMYK percentages

%19.27
%12.39
%0
%14.51

Codes

Color #B0BFDA in popluar color models

B0 BF DA
RGB 176 191 218
HSL 219° 36.21% 77.25%
HSB/HSV 219° 19.27% 85.49%
CMYK 19.27% 12.39% 0.00%
14.51%

Color #B0BFDA in popluar number systems.

HEX B0 BF DA
Decimal 176 191 218
Binary 10110000 10111111 11011010
Octal 260 277 332

Shades and tints

Shades of #B0BFDA

#B0BFDA
(176,191,218)
#A0AEC7
(160,174,199)
#909DB4
(144,157,180)
#808CA1
(128,140,161)
#707B8E
(112,123,142)
#606A7B
(96,106,123)
#505968
(80,89,104)
#404855
(64,72,85)
#303742
(48,55,66)
#20262F
(32,38,47)
#10151C
(16,21,28)
#000000
(0,0,0)

Tints of #B0BFDA

#B0BFDA
(176,191,218)
#B7C4DD
(183,196,221)
#BEC9E0
(190,201,224)
#C5CEE3
(197,206,227)
#CCD3E6
(204,211,230)
#D3D8E9
(211,216,233)
#DADDEC
(218,221,236)
#E1E2EF
(225,226,239)
#E8E7F2
(232,231,242)
#EFECF5
(239,236,245)
#F6F1F8
(246,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BFDA color. Also use rgb(176,191,218) instead hex code.

Text Font Color

.myTextColor { color: #B0BFDA; }

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

This text font color is #B0BFDA.

Background Color

.myBgColor { background-color: #B0BFDA; }

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

This div background color is #B0BFDA.

Border color

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

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

This div border color is #B0BFDA.

Opacity

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

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

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

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

This text has shadow with #B0BFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BFDA.

Preview

Color preview on black background

This text has color #B0BFDA on black background.


Color preview on white background

This text has color #B0BFDA on white background.


Black color preview on #B0BFDA background

This text has black color on #B0BFDA background.


White color preview on #B0BFDA background

This text has white color on #B0BFDA background.


Related colors

Complementary color

Complementary color for #hex is #4F4025.


I love getcolorcode.com

Triadic colors

1 #DAB0BF and #BFDAB0 with #B0BFDA are triadic colors.

2 #DABFB0 and #BFB0DA with #B0BFDA are triadic colors.