COLOR #BFE5CA

HEX: #BFE5CA RGB: (191,229,202)

Color info

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

RGB color model

#BFE5CA color RGB value is (191,229,202).

RGB: (191,229,202) (75%, 90%, 79%)

RGB channels and saturation

R 191 of 255 = 75%
G 229 of 255 = 90%
B 202 of 255 = 79%

191
229
202

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

Portions of RGB colors in percentages

R + G + B = 191 + 229 + 202 = 622 (100%)
R 191 of 622 ~ 30.71%
G 229 of 622 ~ 36.82%
B 202 of 622 ~ 32.48'%

%30.71
%36.82
%32.48

CMYK color model

#BFE5CA color CMYK value is (17,0,12,10).

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

CMYK: (17,0,12,10)
C17M0Y12K10 (17%, 0%, 12%, 10%)
(0.17 / 0.00 / 0.12 / 0.10)

CMYK percentages

%16.59
%0
%11.79
%10.2

Codes

Color #BFE5CA in popluar color models

BF E5 CA
RGB 191 229 202
HSL 137° 42.22% 82.35%
HSB/HSV 137° 16.59% 89.80%
CMYK 16.59% 0.00% 11.79%
10.20%

Color #BFE5CA in popluar number systems.

HEX BF E5 CA
Decimal 191 229 202
Binary 10111111 11100101 11001010
Octal 277 345 312

Shades and tints

Shades of #BFE5CA

#BFE5CA
(191,229,202)
#AED1B8
(174,209,184)
#9DBDA6
(157,189,166)
#8CA994
(140,169,148)
#7B9582
(123,149,130)
#6A8170
(106,129,112)
#596D5E
(89,109,94)
#48594C
(72,89,76)
#37453A
(55,69,58)
#263128
(38,49,40)
#151D16
(21,29,22)
#000000
(0,0,0)

Tints of #BFE5CA

#BFE5CA
(191,229,202)
#C4E7CE
(196,231,206)
#C9E9D2
(201,233,210)
#CEEBD6
(206,235,214)
#D3EDDA
(211,237,218)
#D8EFDE
(216,239,222)
#DDF1E2
(221,241,226)
#E2F3E6
(226,243,230)
#E7F5EA
(231,245,234)
#ECF7EE
(236,247,238)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE5CA; }

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

This text font color is #BFE5CA.

Background Color

.myBgColor { background-color: #BFE5CA; }

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

This div background color is #BFE5CA.

Border color

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

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

This div border color is #BFE5CA.

Opacity

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

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

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

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

This text has shadow with #BFE5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE5CA.

Preview

Color preview on black background

This text has color #BFE5CA on black background.


Color preview on white background

This text has color #BFE5CA on white background.


Black color preview on #BFE5CA background

This text has black color on #BFE5CA background.


White color preview on #BFE5CA background

This text has white color on #BFE5CA background.


Related colors

Complementary color

Complementary color for #hex is #401A35.


I love getcolorcode.com

Triadic colors

1 #CABFE5 and #E5CABF with #BFE5CA are triadic colors.

2 #CAE5BF and #E5BFCA with #BFE5CA are triadic colors.