COLOR #BDF5DD

HEX: #BDF5DD RGB: (189,245,221)

Color info

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

RGB color model

#BDF5DD color RGB value is (189,245,221).

RGB: (189,245,221) (74%, 96%, 87%)

RGB channels and saturation

R 189 of 255 = 74%
G 245 of 255 = 96%
B 221 of 255 = 87%

189
245
221

R + G + B ~ 86%. #BDF5DD is light color.

Portions of RGB colors in percentages

R + G + B = 189 + 245 + 221 = 655 (100%)
R 189 of 655 ~ 28.85%
G 245 of 655 ~ 37.4%
B 221 of 655 ~ 33.74'%

%28.85
%37.4
%33.74

CMYK color model

#BDF5DD color CMYK value is (23,0,10,4).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 3.92%
CMYK: (23,0,10,4) C23M0Y10K4 (23%,0%,10%,4%) (0.23/0.00/0.10/0.04) 

CMYK percentages

%22.86
%0
%9.8
%3.92

Codes

Color #BDF5DD in popluar color models

BD F5 DD
RGB 189 245 221
HSL 154° 73.68% 85.10%
HSB/HSV 154° 22.86% 96.08%
CMYK 22.86% 0.00% 9.80%
3.92%

Color #BDF5DD in popluar number systems.

HEX BD F5 DD
Decimal 189 245 221
Binary 10111101 11110101 11011101
Octal 275 365 335

Shades and tints

Shades of #BDF5DD

#BDF5DD
(189,245,221)
#ACDFC9
(172,223,201)
#9BC9B5
(155,201,181)
#8AB3A1
(138,179,161)
#799D8D
(121,157,141)
#688779
(104,135,121)
#577165
(87,113,101)
#465B51
(70,91,81)
#35453D
(53,69,61)
#242F29
(36,47,41)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #BDF5DD

#BDF5DD
(189,245,221)
#C3F5E0
(195,245,224)
#C9F5E3
(201,245,227)
#CFF5E6
(207,245,230)
#D5F5E9
(213,245,233)
#DBF5EC
(219,245,236)
#E1F5EF
(225,245,239)
#E7F5F2
(231,245,242)
#EDF5F5
(237,245,245)
#F3F5F8
(243,245,248)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF5DD; }

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

This text font color is #BDF5DD.

Background Color

.myBgColor { background-color: #BDF5DD; }

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

This div background color is #BDF5DD.

Border color

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

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

This div border color is #BDF5DD.

Opacity

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

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

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

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

This text has shadow with #BDF5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDF5DD.

Preview

Color preview on black background

This text has color #BDF5DD on black background.


Color preview on white background

This text has color #BDF5DD on white background.


Black color preview on #BDF5DD background

This text has black color on #BDF5DD background.


White color preview on #BDF5DD background

This text has white color on #BDF5DD background.


Related colors

Complementary color

Complementary color for #hex is #420A22.


I love getcolorcode.com

Triadic colors

1 #DDBDF5 and #F5DDBD with #BDF5DD are triadic colors.

2 #DDF5BD and #F5BDDD with #BDF5DD are triadic colors.