COLOR #BDF0B2

HEX: #BDF0B2
RGB: (189,240,178)

Color info

#BDF0B2 contains mainly red and green colors. Web safe color of #BDF0B2 is #CCFF99 (or #CF9).

RGB color model

#BDF0B2 color RGB value is (189,240,178).

  • red value is 189;
  • green value is 240;
  • blue value is 178.
RGB:
(189,240,178)
(74%,94%,70%)

RGB channels and saturation

R 189 of 255 = 74%
G 240 of 255 = 94%
B 178 of 255 = 70%

189
240
178

R + G + B ~ 79%. #BDF0B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 240 + 178 = 607 (100%)
R 189 of 607 ~ 31.14%
G 240 of 607 ~ 39.54%
B 178 of 607 ~ 29.32%

%31.14
%39.54
%29.32

CMYK color model

#BDF0B2 color CMYK value is (21,0,26,6).

  • cyan value is 21.25%
  • magenta value is 0.00%
  • yellow value is 25.83%
  • key color value is 5.88%
CMYK:
(21,0,26,6)
C21M0Y26K6 
(21%,0%,26%,6%)
(0.21/0.00/0.26/0.06)	

CMYK percentages

%21.25
%0
%25.83
%5.88

Codes

Color #BDF0B2 in popluar color models

BDF0B2
RGB189240178
HSL109°67.39%81.96%
HSB/HSV109°25.83%94.12%
CMYK21.25%0.00%25.83%
5.88%

Color #BDF0B2 in popluar number systems.

HEXBDF0B2
Decimal189240178
Binary101111011111000010110010
Octal275360262

Shades and tints

Shades of #BDF0B2

#BDF0B2
(189,240,178)
#ACDBA2
(172,219,162)
#9BC692
(155,198,146)
#8AB182
(138,177,130)
#799C72
(121,156,114)
#688762
(104,135,98)
#577252
(87,114,82)
#465D42
(70,93,66)
#354832
(53,72,50)
#243322
(36,51,34)
#131E12
(19,30,18)
#000000
(0,0,0)

Tints of #BDF0B2

#BDF0B2
(189,240,178)
#C3F1B9
(195,241,185)
#C9F2C0
(201,242,192)
#CFF3C7
(207,243,199)
#D5F4CE
(213,244,206)
#DBF5D5
(219,245,213)
#E1F6DC
(225,246,220)
#E7F7E3
(231,247,227)
#EDF8EA
(237,248,234)
#F3F9F1
(243,249,241)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF0B2 color. Also use rgb(189,240,178) instead hex code.

Text Font Color

.myTextColor { color: #BDF0B2; }

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

This text font color is #BDF0B2.


Background Color

.myBgColor { background-color: #BDF0B2; }

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

This div background color is #BDF0B2.


Border color

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

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

This div border color is #BDF0B2.


Opacity

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

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

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

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

This text has shadow with #BDF0B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF0B2 on black background.


Color preview on white background

This text has color #BDF0B2 on white background.



Black color preview on #BDF0B2 background

This text has black color on #BDF0B2 background.


White color preview on #BDF0B2 background

This text has white color on #BDF0B2 background.