COLOR #BDF0C1

HEX: #BDF0C1
RGB: (189,240,193)

Color info

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

RGB color model

#BDF0C1 color RGB value is (189,240,193).

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

RGB channels and saturation

R 189 of 255 = 74%
G 240 of 255 = 94%
B 193 of 255 = 76%

189
240
193

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

Portions of RGB colors in percentages

R + G + B =
189 + 240 + 193 = 622 (100%)
R 189 of 622 ~ 30.39%
G 240 of 622 ~ 38.59%
B 193 of 622 ~ 31.03%

%30.39
%38.59
%31.03

CMYK color model

#BDF0C1 color CMYK value is (21,0,20,6).

  • cyan value is 21.25%
  • magenta value is 0.00%
  • yellow value is 19.58%
  • key color value is 5.88%
CMYK:
(21,0,20,6)
C21M0Y20K6 
(21%,0%,20%,6%)
(0.21/0.00/0.20/0.06)	

CMYK percentages

%21.25
%0
%19.58
%5.88

Codes

Color #BDF0C1 in popluar color models

BDF0C1
RGB189240193
HSL125°62.96%84.12%
HSB/HSV125°21.25%94.12%
CMYK21.25%0.00%19.58%
5.88%

Color #BDF0C1 in popluar number systems.

HEXBDF0C1
Decimal189240193
Binary101111011111000011000001
Octal275360301

Shades and tints

Shades of #BDF0C1

#BDF0C1
(189,240,193)
#ACDBB0
(172,219,176)
#9BC69F
(155,198,159)
#8AB18E
(138,177,142)
#799C7D
(121,156,125)
#68876C
(104,135,108)
#57725B
(87,114,91)
#465D4A
(70,93,74)
#354839
(53,72,57)
#243328
(36,51,40)
#131E17
(19,30,23)
#000000
(0,0,0)

Tints of #BDF0C1

#BDF0C1
(189,240,193)
#C3F1C6
(195,241,198)
#C9F2CB
(201,242,203)
#CFF3D0
(207,243,208)
#D5F4D5
(213,244,213)
#DBF5DA
(219,245,218)
#E1F6DF
(225,246,223)
#E7F7E4
(231,247,228)
#EDF8E9
(237,248,233)
#F3F9EE
(243,249,238)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF0C1; }

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

This text font color is #BDF0C1.


Background Color

.myBgColor { background-color: #BDF0C1; }

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

This div background color is #BDF0C1.


Border color

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

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

This div border color is #BDF0C1.


Opacity

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

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

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

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

This text has shadow with #BDF0C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF0C1 on black background.


Color preview on white background

This text has color #BDF0C1 on white background.



Black color preview on #BDF0C1 background

This text has black color on #BDF0C1 background.


White color preview on #BDF0C1 background

This text has white color on #BDF0C1 background.