COLOR #BDF2CF

HEX: #BDF2CF RGB: (189,242,207)

Color info

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

RGB color model

#BDF2CF color RGB value is (189,242,207).

RGB: (189,242,207) (74%, 95%, 81%)

RGB channels and saturation

R 189 of 255 = 74%
G 242 of 255 = 95%
B 207 of 255 = 81%

189
242
207

R + G + B ~ 83%. #BDF2CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 242 + 207 = 638 (100%)
R 189 of 638 ~ 29.62%
G 242 of 638 ~ 37.93%
B 207 of 638 ~ 32.45'%

%29.62
%37.93
%32.45

CMYK color model

#BDF2CF color CMYK value is (22,0,14,5).

  • cyan value is 21.90%
  • magenta value is 0.00%
  • yellow value is 14.46%
  • key color value is 5.10%

CMYK: (22,0,14,5)
C22M0Y14K5 (22%, 0%, 14%, 5%)
(0.22 / 0.00 / 0.14 / 0.05)

CMYK percentages

%21.9
%0
%14.46
%5.1

Codes

Color #BDF2CF in popluar color models

BD F2 CF
RGB 189 242 207
HSL 140° 67.09% 84.51%
HSB/HSV 140° 21.90% 94.90%
CMYK 21.90% 0.00% 14.46%
5.10%

Color #BDF2CF in popluar number systems.

HEX BD F2 CF
Decimal 189 242 207
Binary 10111101 11110010 11001111
Octal 275 362 317

Shades and tints

Shades of #BDF2CF

#BDF2CF
(189,242,207)
#ACDCBD
(172,220,189)
#9BC6AB
(155,198,171)
#8AB099
(138,176,153)
#799A87
(121,154,135)
#688475
(104,132,117)
#576E63
(87,110,99)
#465851
(70,88,81)
#35423F
(53,66,63)
#242C2D
(36,44,45)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #BDF2CF

#BDF2CF
(189,242,207)
#C3F3D3
(195,243,211)
#C9F4D7
(201,244,215)
#CFF5DB
(207,245,219)
#D5F6DF
(213,246,223)
#DBF7E3
(219,247,227)
#E1F8E7
(225,248,231)
#E7F9EB
(231,249,235)
#EDFAEF
(237,250,239)
#F3FBF3
(243,251,243)
#F9FCF7
(249,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF2CF color. Also use rgb(189,242,207) instead hex code.

Text Font Color

.myTextColor { color: #BDF2CF; }

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

This text font color is #BDF2CF.

Background Color

.myBgColor { background-color: #BDF2CF; }

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

This div background color is #BDF2CF.

Border color

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

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

This div border color is #BDF2CF.

Opacity

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

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

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

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

This text has shadow with #BDF2CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDF2CF.

Preview

Color preview on black background

This text has color #BDF2CF on black background.


Color preview on white background

This text has color #BDF2CF on white background.


Black color preview on #BDF2CF background

This text has black color on #BDF2CF background.


White color preview on #BDF2CF background

This text has white color on #BDF2CF background.


Related colors

Complementary color

Complementary color for #hex is #420D30.


I love getcolorcode.com

Triadic colors

1 #CFBDF2 and #F2CFBD with #BDF2CF are triadic colors.

2 #CFF2BD and #F2BDCF with #BDF2CF are triadic colors.