COLOR #BFE4C6

HEX: #BFE4C6 RGB: (191,228,198)

Color info

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

RGB color model

#BFE4C6 color RGB value is (191,228,198).

RGB: (191,228,198) (75%, 89%, 78%)

RGB channels and saturation

R 191 of 255 = 75%
G 228 of 255 = 89%
B 198 of 255 = 78%

191
228
198

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

Portions of RGB colors in percentages

R + G + B = 191 + 228 + 198 = 617 (100%)
R 191 of 617 ~ 30.96%
G 228 of 617 ~ 36.95%
B 198 of 617 ~ 32.09'%

%30.96
%36.95
%32.09

CMYK color model

#BFE4C6 color CMYK value is (16,0,13,11).

  • cyan value is 16.23%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 10.59%

CMYK: (16,0,13,11)
C16M0Y13K11 (16%, 0%, 13%, 11%)
(0.16 / 0.00 / 0.13 / 0.11)

CMYK percentages

%16.23
%0
%13.16
%10.59

Codes

Color #BFE4C6 in popluar color models

BF E4 C6
RGB 191 228 198
HSL 131° 40.66% 82.16%
HSB/HSV 131° 16.23% 89.41%
CMYK 16.23% 0.00% 13.16%
10.59%

Color #BFE4C6 in popluar number systems.

HEX BF E4 C6
Decimal 191 228 198
Binary 10111111 11100100 11000110
Octal 277 344 306

Shades and tints

Shades of #BFE4C6

#BFE4C6
(191,228,198)
#AED0B4
(174,208,180)
#9DBCA2
(157,188,162)
#8CA890
(140,168,144)
#7B947E
(123,148,126)
#6A806C
(106,128,108)
#596C5A
(89,108,90)
#485848
(72,88,72)
#374436
(55,68,54)
#263024
(38,48,36)
#151C12
(21,28,18)
#000000
(0,0,0)

Tints of #BFE4C6

#BFE4C6
(191,228,198)
#C4E6CB
(196,230,203)
#C9E8D0
(201,232,208)
#CEEAD5
(206,234,213)
#D3ECDA
(211,236,218)
#D8EEDF
(216,238,223)
#DDF0E4
(221,240,228)
#E2F2E9
(226,242,233)
#E7F4EE
(231,244,238)
#ECF6F3
(236,246,243)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE4C6 color. Also use rgb(191,228,198) instead hex code.

Text Font Color

.myTextColor { color: #BFE4C6; }

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

This text font color is #BFE4C6.

Background Color

.myBgColor { background-color: #BFE4C6; }

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

This div background color is #BFE4C6.

Border color

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

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

This div border color is #BFE4C6.

Opacity

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

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

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

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

This text has shadow with #BFE4C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE4C6.

Preview

Color preview on black background

This text has color #BFE4C6 on black background.


Color preview on white background

This text has color #BFE4C6 on white background.


Black color preview on #BFE4C6 background

This text has black color on #BFE4C6 background.


White color preview on #BFE4C6 background

This text has white color on #BFE4C6 background.


Related colors

Complementary color

Complementary color for #hex is #401B39.


I love getcolorcode.com

Triadic colors

1 #C6BFE4 and #E4C6BF with #BFE4C6 are triadic colors.

2 #C6E4BF and #E4BFC6 with #BFE4C6 are triadic colors.