COLOR #BFDAEB

HEX: #BFDAEB RGB: (191,218,235)

Color info

#BFDAEB contains red, green and blue colors in about the same proportion. Web safe color of #BFDAEB is #CCCCFF (or #CCF).

RGB color model

#BFDAEB color RGB value is (191,218,235).

RGB: (191,218,235) (75%, 85%, 92%)

RGB channels and saturation

R 191 of 255 = 75%
G 218 of 255 = 85%
B 235 of 255 = 92%

191
218
235

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

Portions of RGB colors in percentages

R + G + B = 191 + 218 + 235 = 644 (100%)
R 191 of 644 ~ 29.66%
G 218 of 644 ~ 33.85%
B 235 of 644 ~ 36.49'%

%29.66
%33.85
%36.49

CMYK color model

#BFDAEB color CMYK value is (19,7,0,8).

  • cyan value is 18.72%
  • magenta value is 7.23%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (19,7,0,8)
C19M7Y0K8 (19%, 7%, 0%, 8%)
(0.19 / 0.07 / 0.00 / 0.08)

CMYK percentages

%18.72
%7.23
%0
%7.84

Codes

Color #BFDAEB in popluar color models

BF DA EB
RGB 191 218 235
HSL 203° 52.38% 83.53%
HSB/HSV 203° 18.72% 92.16%
CMYK 18.72% 7.23% 0.00%
7.84%

Color #BFDAEB in popluar number systems.

HEX BF DA EB
Decimal 191 218 235
Binary 10111111 11011010 11101011
Octal 277 332 353

Shades and tints

Shades of #BFDAEB

#BFDAEB
(191,218,235)
#AEC7D6
(174,199,214)
#9DB4C1
(157,180,193)
#8CA1AC
(140,161,172)
#7B8E97
(123,142,151)
#6A7B82
(106,123,130)
#59686D
(89,104,109)
#485558
(72,85,88)
#374243
(55,66,67)
#262F2E
(38,47,46)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #BFDAEB

#BFDAEB
(191,218,235)
#C4DDEC
(196,221,236)
#C9E0ED
(201,224,237)
#CEE3EE
(206,227,238)
#D3E6EF
(211,230,239)
#D8E9F0
(216,233,240)
#DDECF1
(221,236,241)
#E2EFF2
(226,239,242)
#E7F2F3
(231,242,243)
#ECF5F4
(236,245,244)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFDAEB; }

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

This text font color is #BFDAEB.

Background Color

.myBgColor { background-color: #BFDAEB; }

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

This div background color is #BFDAEB.

Border color

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

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

This div border color is #BFDAEB.

Opacity

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

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

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

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

This text has shadow with #BFDAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFDAEB.

Preview

Color preview on black background

This text has color #BFDAEB on black background.


Color preview on white background

This text has color #BFDAEB on white background.


Black color preview on #BFDAEB background

This text has black color on #BFDAEB background.


White color preview on #BFDAEB background

This text has white color on #BFDAEB background.


Related colors

Complementary color

Complementary color for #hex is #402514.


I love getcolorcode.com

Triadic colors

1 #EBBFDA and #DAEBBF with #BFDAEB are triadic colors.

2 #EBDABF and #DABFEB with #BFDAEB are triadic colors.