COLOR #BFF2C5

HEX: #BFF2C5 RGB: (191,242,197)

Color info

#BFF2C5 contains red, green and blue colors in about the same proportion. Web safe color of #BFF2C5 is #CCFFCC (or #CFC).

RGB color model

#BFF2C5 color RGB value is (191,242,197).

RGB: (191,242,197) (75%, 95%, 77%)

RGB channels and saturation

R 191 of 255 = 75%
G 242 of 255 = 95%
B 197 of 255 = 77%

191
242
197

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

Portions of RGB colors in percentages

R + G + B = 191 + 242 + 197 = 630 (100%)
R 191 of 630 ~ 30.32%
G 242 of 630 ~ 38.41%
B 197 of 630 ~ 31.27'%

%30.32
%38.41
%31.27

CMYK color model

#BFF2C5 color CMYK value is (21,0,19,5).

  • cyan value is 21.07%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • key color value is 5.10%

CMYK: (21,0,19,5)
C21M0Y19K5 (21%, 0%, 19%, 5%)
(0.21 / 0.00 / 0.19 / 0.05)

CMYK percentages

%21.07
%0
%18.6
%5.1

Codes

Color #BFF2C5 in popluar color models

BF F2 C5
RGB 191 242 197
HSL 127° 66.23% 84.90%
HSB/HSV 127° 21.07% 94.90%
CMYK 21.07% 0.00% 18.60%
5.10%

Color #BFF2C5 in popluar number systems.

HEX BF F2 C5
Decimal 191 242 197
Binary 10111111 11110010 11000101
Octal 277 362 305

Shades and tints

Shades of #BFF2C5

#BFF2C5
(191,242,197)
#AEDCB4
(174,220,180)
#9DC6A3
(157,198,163)
#8CB092
(140,176,146)
#7B9A81
(123,154,129)
#6A8470
(106,132,112)
#596E5F
(89,110,95)
#48584E
(72,88,78)
#37423D
(55,66,61)
#262C2C
(38,44,44)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #BFF2C5

#BFF2C5
(191,242,197)
#C4F3CA
(196,243,202)
#C9F4CF
(201,244,207)
#CEF5D4
(206,245,212)
#D3F6D9
(211,246,217)
#D8F7DE
(216,247,222)
#DDF8E3
(221,248,227)
#E2F9E8
(226,249,232)
#E7FAED
(231,250,237)
#ECFBF2
(236,251,242)
#F1FCF7
(241,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFF2C5 color. Also use rgb(191,242,197) instead hex code.

Text Font Color

.myTextColor { color: #BFF2C5; }

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

This text font color is #BFF2C5.

Background Color

.myBgColor { background-color: #BFF2C5; }

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

This div background color is #BFF2C5.

Border color

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

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

This div border color is #BFF2C5.

Opacity

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

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

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

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

This text has shadow with #BFF2C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFF2C5.

Preview

Color preview on black background

This text has color #BFF2C5 on black background.


Color preview on white background

This text has color #BFF2C5 on white background.


Black color preview on #BFF2C5 background

This text has black color on #BFF2C5 background.


White color preview on #BFF2C5 background

This text has white color on #BFF2C5 background.


Related colors

Complementary color

Complementary color for #hex is #400D3A.


I love getcolorcode.com

Triadic colors

1 #C5BFF2 and #F2C5BF with #BFF2C5 are triadic colors.

2 #C5F2BF and #F2BFC5 with #BFF2C5 are triadic colors.