COLOR #BDF5CC

HEX: #BDF5CC RGB: (189,245,204)

Color info

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

RGB color model

#BDF5CC color RGB value is (189,245,204).

RGB: (189,245,204) (74%, 96%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 245 of 255 = 96%
B 204 of 255 = 80%

189
245
204

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

Portions of RGB colors in percentages

R + G + B = 189 + 245 + 204 = 638 (100%)
R 189 of 638 ~ 29.62%
G 245 of 638 ~ 38.4%
B 204 of 638 ~ 31.97'%

%29.62
%38.4
%31.97

CMYK color model

#BDF5CC color CMYK value is (23,0,17,4).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 16.73%
  • key color value is 3.92%
CMYK: (23,0,17,4) C23M0Y17K4 (23%,0%,17%,4%) (0.23/0.00/0.17/0.04) 

CMYK percentages

%22.86
%0
%16.73
%3.92

Codes

Color #BDF5CC in popluar color models

BD F5 CC
RGB 189 245 204
HSL 136° 73.68% 85.10%
HSB/HSV 136° 22.86% 96.08%
CMYK 22.86% 0.00% 16.73%
3.92%

Color #BDF5CC in popluar number systems.

HEX BD F5 CC
Decimal 189 245 204
Binary 10111101 11110101 11001100
Octal 275 365 314

Shades and tints

Shades of #BDF5CC

#BDF5CC
(189,245,204)
#ACDFBA
(172,223,186)
#9BC9A8
(155,201,168)
#8AB396
(138,179,150)
#799D84
(121,157,132)
#688772
(104,135,114)
#577160
(87,113,96)
#465B4E
(70,91,78)
#35453C
(53,69,60)
#242F2A
(36,47,42)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #BDF5CC

#BDF5CC
(189,245,204)
#C3F5D0
(195,245,208)
#C9F5D4
(201,245,212)
#CFF5D8
(207,245,216)
#D5F5DC
(213,245,220)
#DBF5E0
(219,245,224)
#E1F5E4
(225,245,228)
#E7F5E8
(231,245,232)
#EDF5EC
(237,245,236)
#F3F5F0
(243,245,240)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF5CC; }

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

This text font color is #BDF5CC.

Background Color

.myBgColor { background-color: #BDF5CC; }

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

This div background color is #BDF5CC.

Border color

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

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

This div border color is #BDF5CC.

Opacity

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

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

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

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

This text has shadow with #BDF5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDF5CC.

Preview

Color preview on black background

This text has color #BDF5CC on black background.


Color preview on white background

This text has color #BDF5CC on white background.


Black color preview on #BDF5CC background

This text has black color on #BDF5CC background.


White color preview on #BDF5CC background

This text has white color on #BDF5CC background.


Related colors

Complementary color

Complementary color for #hex is #420A33.


I love getcolorcode.com

Triadic colors

1 #CCBDF5 and #F5CCBD with #BDF5CC are triadic colors.

2 #CCF5BD and #F5BDCC with #BDF5CC are triadic colors.