COLOR #BDF9C2

HEX: #BDF9C2
RGB: (189,249,194)

Color info

#BDF9C2 contains mainly green and blue colors. Web safe color of #BDF9C2 is #CCFFCC (or #CFC).

RGB color model

#BDF9C2 color RGB value is (189,249,194).

  • red value is 189;
  • green value is 249;
  • blue value is 194.
RGB:
(189,249,194)
(74%,98%,76%)

RGB channels and saturation

R 189 of 255 = 74%
G 249 of 255 = 98%
B 194 of 255 = 76%

189
249
194

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

Portions of RGB colors in percentages

R + G + B =
189 + 249 + 194 = 632 (100%)
R 189 of 632 ~ 29.91%
G 249 of 632 ~ 39.4%
B 194 of 632 ~ 30.7%

%29.91
%39.4
%30.7

CMYK color model

#BDF9C2 color CMYK value is (24,0,22,2).

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 22.09%
  • key color value is 2.35%
CMYK:
(24,0,22,2)
C24M0Y22K2 
(24%,0%,22%,2%)
(0.24/0.00/0.22/0.02)	

CMYK percentages

%24.1
%0
%22.09
%2.35

Codes

Color #BDF9C2 in popluar color models

BDF9C2
RGB189249194
HSL125°83.33%85.88%
HSB/HSV125°24.10%97.65%
CMYK24.10%0.00%22.09%
2.35%

Color #BDF9C2 in popluar number systems.

HEXBDF9C2
Decimal189249194
Binary101111011111100111000010
Octal275371302

Shades and tints

Shades of #BDF9C2

#BDF9C2
(189,249,194)
#ACE3B1
(172,227,177)
#9BCDA0
(155,205,160)
#8AB78F
(138,183,143)
#79A17E
(121,161,126)
#688B6D
(104,139,109)
#57755C
(87,117,92)
#465F4B
(70,95,75)
#35493A
(53,73,58)
#243329
(36,51,41)
#131D18
(19,29,24)
#000000
(0,0,0)

Tints of #BDF9C2

#BDF9C2
(189,249,194)
#C3F9C7
(195,249,199)
#C9F9CC
(201,249,204)
#CFF9D1
(207,249,209)
#D5F9D6
(213,249,214)
#DBF9DB
(219,249,219)
#E1F9E0
(225,249,224)
#E7F9E5
(231,249,229)
#EDF9EA
(237,249,234)
#F3F9EF
(243,249,239)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF9C2 color. Also use rgb(189,249,194) instead hex code.

Text Font Color

.myTextColor { color: #BDF9C2; }

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

This text font color is #BDF9C2.


Background Color

.myBgColor { background-color: #BDF9C2; }

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

This div background color is #BDF9C2.


Border color

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

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

This div border color is #BDF9C2.


Opacity

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

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

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

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

This text has shadow with #BDF9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF9C2 on black background.


Color preview on white background

This text has color #BDF9C2 on white background.



Black color preview on #BDF9C2 background

This text has black color on #BDF9C2 background.


White color preview on #BDF9C2 background

This text has white color on #BDF9C2 background.