COLOR #BDF3CC

HEX: #BDF3CC RGB: (189,243,204)

Color info

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

RGB color model

#BDF3CC color RGB value is (189,243,204).

RGB: (189,243,204) (74%, 95%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 243 of 255 = 95%
B 204 of 255 = 80%

189
243
204

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

Portions of RGB colors in percentages

R + G + B = 189 + 243 + 204 = 636 (100%)
R 189 of 636 ~ 29.72%
G 243 of 636 ~ 38.21%
B 204 of 636 ~ 32.08'%

%29.72
%38.21
%32.08

CMYK color model

#BDF3CC color CMYK value is (22,0,16,5).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 16.05%
  • key color value is 4.71%

CMYK: (22,0,16,5)
C22M0Y16K5 (22%, 0%, 16%, 5%)
(0.22 / 0.00 / 0.16 / 0.05)

CMYK percentages

%22.22
%0
%16.05
%4.71

Codes

Color #BDF3CC in popluar color models

BD F3 CC
RGB 189 243 204
HSL 137° 69.23% 84.71%
HSB/HSV 137° 22.22% 95.29%
CMYK 22.22% 0.00% 16.05%
4.71%

Color #BDF3CC in popluar number systems.

HEX BD F3 CC
Decimal 189 243 204
Binary 10111101 11110011 11001100
Octal 275 363 314

Shades and tints

Shades of #BDF3CC

#BDF3CC
(189,243,204)
#ACDDBA
(172,221,186)
#9BC7A8
(155,199,168)
#8AB196
(138,177,150)
#799B84
(121,155,132)
#688572
(104,133,114)
#576F60
(87,111,96)
#46594E
(70,89,78)
#35433C
(53,67,60)
#242D2A
(36,45,42)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #BDF3CC

#BDF3CC
(189,243,204)
#C3F4D0
(195,244,208)
#C9F5D4
(201,245,212)
#CFF6D8
(207,246,216)
#D5F7DC
(213,247,220)
#DBF8E0
(219,248,224)
#E1F9E4
(225,249,228)
#E7FAE8
(231,250,232)
#EDFBEC
(237,251,236)
#F3FCF0
(243,252,240)
#F9FDF4
(249,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF3CC color. Also use rgb(189,243,204) instead hex code.

Text Font Color

.myTextColor { color: #BDF3CC; }

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

This text font color is #BDF3CC.

Background Color

.myBgColor { background-color: #BDF3CC; }

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

This div background color is #BDF3CC.

Border color

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

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

This div border color is #BDF3CC.

Opacity

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

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

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

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

This text has shadow with #BDF3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDF3CC.

Preview

Color preview on black background

This text has color #BDF3CC on black background.


Color preview on white background

This text has color #BDF3CC on white background.


Black color preview on #BDF3CC background

This text has black color on #BDF3CC background.


White color preview on #BDF3CC background

This text has white color on #BDF3CC background.


Related colors

Complementary color

Complementary color for #hex is #420C33.


I love getcolorcode.com

Triadic colors

1 #CCBDF3 and #F3CCBD with #BDF3CC are triadic colors.

2 #CCF3BD and #F3BDCC with #BDF3CC are triadic colors.