COLOR #BFE5D2

HEX: #BFE5D2 RGB: (191,229,210)

Color info

#BFE5D2 contains red, green and blue colors in about the same proportion. Web safe color of #BFE5D2 is #CCCCCC (or #CCC).

RGB color model

#BFE5D2 color RGB value is (191,229,210).

RGB: (191,229,210) (75%, 90%, 82%)

RGB channels and saturation

R 191 of 255 = 75%
G 229 of 255 = 90%
B 210 of 255 = 82%

191
229
210

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

Portions of RGB colors in percentages

R + G + B = 191 + 229 + 210 = 630 (100%)
R 191 of 630 ~ 30.32%
G 229 of 630 ~ 36.35%
B 210 of 630 ~ 33.33'%

%30.32
%36.35
%33.33

CMYK color model

#BFE5D2 color CMYK value is (17,0,8,10).

  • cyan value is 16.59%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 10.20%

CMYK: (17,0,8,10)
C17M0Y8K10 (17%, 0%, 8%, 10%)
(0.17 / 0.00 / 0.08 / 0.10)

CMYK percentages

%16.59
%0
%8.3
%10.2

Codes

Color #BFE5D2 in popluar color models

BF E5 D2
RGB 191 229 210
HSL 150° 42.22% 82.35%
HSB/HSV 150° 16.59% 89.80%
CMYK 16.59% 0.00% 8.30%
10.20%

Color #BFE5D2 in popluar number systems.

HEX BF E5 D2
Decimal 191 229 210
Binary 10111111 11100101 11010010
Octal 277 345 322

Shades and tints

Shades of #BFE5D2

#BFE5D2
(191,229,210)
#AED1BF
(174,209,191)
#9DBDAC
(157,189,172)
#8CA999
(140,169,153)
#7B9586
(123,149,134)
#6A8173
(106,129,115)
#596D60
(89,109,96)
#48594D
(72,89,77)
#37453A
(55,69,58)
#263127
(38,49,39)
#151D14
(21,29,20)
#000000
(0,0,0)

Tints of #BFE5D2

#BFE5D2
(191,229,210)
#C4E7D6
(196,231,214)
#C9E9DA
(201,233,218)
#CEEBDE
(206,235,222)
#D3EDE2
(211,237,226)
#D8EFE6
(216,239,230)
#DDF1EA
(221,241,234)
#E2F3EE
(226,243,238)
#E7F5F2
(231,245,242)
#ECF7F6
(236,247,246)
#F1F9FA
(241,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE5D2 color. Also use rgb(191,229,210) instead hex code.

Text Font Color

.myTextColor { color: #BFE5D2; }

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

This text font color is #BFE5D2.

Background Color

.myBgColor { background-color: #BFE5D2; }

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

This div background color is #BFE5D2.

Border color

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

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

This div border color is #BFE5D2.

Opacity

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

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

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

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

This text has shadow with #BFE5D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE5D2.

Preview

Color preview on black background

This text has color #BFE5D2 on black background.


Color preview on white background

This text has color #BFE5D2 on white background.


Black color preview on #BFE5D2 background

This text has black color on #BFE5D2 background.


White color preview on #BFE5D2 background

This text has white color on #BFE5D2 background.


Related colors

Complementary color

Complementary color for #hex is #401A2D.


I love getcolorcode.com

Triadic colors

1 #D2BFE5 and #E5D2BF with #BFE5D2 are triadic colors.

2 #D2E5BF and #E5BFD2 with #BFE5D2 are triadic colors.