COLOR #BFDDFB

HEX: #BFDDFB RGB: (191,221,251)

Color info

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

RGB color model

#BFDDFB color RGB value is (191,221,251).

RGB: (191,221,251) (75%, 87%, 98%)

RGB channels and saturation

R 191 of 255 = 75%
G 221 of 255 = 87%
B 251 of 255 = 98%

191
221
251

R + G + B ~ 87%. #BFDDFB is light color.

Portions of RGB colors in percentages

R + G + B = 191 + 221 + 251 = 663 (100%)
R 191 of 663 ~ 28.81%
G 221 of 663 ~ 33.33%
B 251 of 663 ~ 37.86'%

%28.81
%33.33
%37.86

CMYK color model

#BFDDFB color CMYK value is (24,12,0,2).

  • cyan value is 23.90%
  • magenta value is 11.95%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (24,12,0,2)
C24M12Y0K2 (24%, 12%, 0%, 2%)
(0.24 / 0.12 / 0.00 / 0.02)

CMYK percentages

%23.9
%11.95
%0
%1.57

Codes

Color #BFDDFB in popluar color models

BF DD FB
RGB 191 221 251
HSL 210° 88.24% 86.67%
HSB/HSV 210° 23.90% 98.43%
CMYK 23.90% 11.95% 0.00%
1.57%

Color #BFDDFB in popluar number systems.

HEX BF DD FB
Decimal 191 221 251
Binary 10111111 11011101 11111011
Octal 277 335 373

Shades and tints

Shades of #BFDDFB

#BFDDFB
(191,221,251)
#AEC9E5
(174,201,229)
#9DB5CF
(157,181,207)
#8CA1B9
(140,161,185)
#7B8DA3
(123,141,163)
#6A798D
(106,121,141)
#596577
(89,101,119)
#485161
(72,81,97)
#373D4B
(55,61,75)
#262935
(38,41,53)
#15151F
(21,21,31)
#000000
(0,0,0)

Tints of #BFDDFB

#BFDDFB
(191,221,251)
#C4E0FB
(196,224,251)
#C9E3FB
(201,227,251)
#CEE6FB
(206,230,251)
#D3E9FB
(211,233,251)
#D8ECFB
(216,236,251)
#DDEFFB
(221,239,251)
#E2F2FB
(226,242,251)
#E7F5FB
(231,245,251)
#ECF8FB
(236,248,251)
#F1FBFB
(241,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFDDFB color. Also use rgb(191,221,251) instead hex code.

Text Font Color

.myTextColor { color: #BFDDFB; }

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

This text font color is #BFDDFB.

Background Color

.myBgColor { background-color: #BFDDFB; }

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

This div background color is #BFDDFB.

Border color

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

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

This div border color is #BFDDFB.

Opacity

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

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

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

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

This text has shadow with #BFDDFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFDDFB.

Preview

Color preview on black background

This text has color #BFDDFB on black background.


Color preview on white background

This text has color #BFDDFB on white background.


Black color preview on #BFDDFB background

This text has black color on #BFDDFB background.


White color preview on #BFDDFB background

This text has white color on #BFDDFB background.


Related colors

Complementary color

Complementary color for #hex is #402204.


I love getcolorcode.com

Triadic colors

1 #FBBFDD and #DDFBBF with #BFDDFB are triadic colors.

2 #FBDDBF and #DDBFFB with #BFDDFB are triadic colors.