COLOR #BDFFDB

HEX: #BDFFDB RGB: (189,255,219)

Color info

#BDFFDB contains mainly green and blue colors. Web safe color of #BDFFDB is #CCFFCC (or #CFC).

RGB color model

#BDFFDB color RGB value is (189,255,219).

RGB: (189,255,219) (74%, 100%, 86%)

RGB channels and saturation

R 189 of 255 = 74%
G 255 of 255 = 100%
B 219 of 255 = 86%

189
255
219

R + G + B ~ 87%. #BDFFDB is light color.

Portions of RGB colors in percentages

R + G + B = 189 + 255 + 219 = 663 (100%)
R 189 of 663 ~ 28.51%
G 255 of 663 ~ 38.46%
B 219 of 663 ~ 33.03'%

%28.51
%38.46
%33.03

CMYK color model

#BDFFDB color CMYK value is (26,0,14,0).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 0.00%

CMYK: (26,0,14,0)
C26M0Y14K0 (26%, 0%, 14%, 0%)
(0.26 / 0.00 / 0.14 / 0.00)

CMYK percentages

%25.88
%0
%14.12
%0

Codes

Color #BDFFDB in popluar color models

BD FF DB
RGB 189 255 219
HSL 147° 100.00% 87.06%
HSB/HSV 147° 25.88% 100.00%
CMYK 25.88% 0.00% 14.12%
0.00%

Color #BDFFDB in popluar number systems.

HEX BD FF DB
Decimal 189 255 219
Binary 10111101 11111111 11011011
Octal 275 377 333

Shades and tints

Shades of #BDFFDB

#BDFFDB
(189,255,219)
#ACE8C8
(172,232,200)
#9BD1B5
(155,209,181)
#8ABAA2
(138,186,162)
#79A38F
(121,163,143)
#688C7C
(104,140,124)
#577569
(87,117,105)
#465E56
(70,94,86)
#354743
(53,71,67)
#243030
(36,48,48)
#13191D
(19,25,29)
#000000
(0,0,0)

Tints of #BDFFDB

#BDFFDB
(189,255,219)
#C3FFDE
(195,255,222)
#C9FFE1
(201,255,225)
#CFFFE4
(207,255,228)
#D5FFE7
(213,255,231)
#DBFFEA
(219,255,234)
#E1FFED
(225,255,237)
#E7FFF0
(231,255,240)
#EDFFF3
(237,255,243)
#F3FFF6
(243,255,246)
#F9FFF9
(249,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDFFDB color. Also use rgb(189,255,219) instead hex code.

Text Font Color

.myTextColor { color: #BDFFDB; }

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

This text font color is #BDFFDB.

Background Color

.myBgColor { background-color: #BDFFDB; }

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

This div background color is #BDFFDB.

Border color

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

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

This div border color is #BDFFDB.

Opacity

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

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

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

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

This text has shadow with #BDFFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDFFDB.

Preview

Color preview on black background

This text has color #BDFFDB on black background.


Color preview on white background

This text has color #BDFFDB on white background.


Black color preview on #BDFFDB background

This text has black color on #BDFFDB background.


White color preview on #BDFFDB background

This text has white color on #BDFFDB background.


Related colors

Complementary color

Complementary color for #hex is #420024.


I love getcolorcode.com

Triadic colors

1 #DBBDFF and #FFDBBD with #BDFFDB are triadic colors.

2 #DBFFBD and #FFBDDB with #BDFFDB are triadic colors.