COLOR #BDDDCD

HEX: #BDDDCD RGB: (189,221,205)

Color info

#BDDDCD contains red, green and blue colors in about the same proportion. Web safe color of #BDDDCD is #CCCCCC (or #CCC).

RGB color model

#BDDDCD color RGB value is (189,221,205).

RGB: (189,221,205) (74%, 87%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 221 of 255 = 87%
B 205 of 255 = 80%

189
221
205

R + G + B ~ 80%. #BDDDCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 221 + 205 = 615 (100%)
R 189 of 615 ~ 30.73%
G 221 of 615 ~ 35.93%
B 205 of 615 ~ 33.33'%

%30.73
%35.93
%33.33

CMYK color model

#BDDDCD color CMYK value is (14,0,7,13).

  • cyan value is 14.48%
  • magenta value is 0.00%
  • yellow value is 7.24%
  • key color value is 13.33%
CMYK: (14,0,7,13) C14M0Y7K13 (14%,0%,7%,13%) (0.14/0.00/0.07/0.13) 

CMYK percentages

%14.48
%0
%7.24
%13.33

Codes

Color #BDDDCD in popluar color models

BD DD CD
RGB 189 221 205
HSL 150° 32.00% 80.39%
HSB/HSV 150° 14.48% 86.67%
CMYK 14.48% 0.00% 7.24%
13.33%

Color #BDDDCD in popluar number systems.

HEX BD DD CD
Decimal 189 221 205
Binary 10111101 11011101 11001101
Octal 275 335 315

Shades and tints

Shades of #BDDDCD

#BDDDCD
(189,221,205)
#ACC9BB
(172,201,187)
#9BB5A9
(155,181,169)
#8AA197
(138,161,151)
#798D85
(121,141,133)
#687973
(104,121,115)
#576561
(87,101,97)
#46514F
(70,81,79)
#353D3D
(53,61,61)
#24292B
(36,41,43)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #BDDDCD

#BDDDCD
(189,221,205)
#C3E0D1
(195,224,209)
#C9E3D5
(201,227,213)
#CFE6D9
(207,230,217)
#D5E9DD
(213,233,221)
#DBECE1
(219,236,225)
#E1EFE5
(225,239,229)
#E7F2E9
(231,242,233)
#EDF5ED
(237,245,237)
#F3F8F1
(243,248,241)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDDCD; }

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

This text font color is #BDDDCD.

Background Color

.myBgColor { background-color: #BDDDCD; }

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

This div background color is #BDDDCD.

Border color

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

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

This div border color is #BDDDCD.

Opacity

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

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

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

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

This text has shadow with #BDDDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDDDCD.

Preview

Color preview on black background

This text has color #BDDDCD on black background.


Color preview on white background

This text has color #BDDDCD on white background.


Black color preview on #BDDDCD background

This text has black color on #BDDDCD background.


White color preview on #BDDDCD background

This text has white color on #BDDDCD background.


Related colors

Complementary color

Complementary color for #hex is #422232.


I love getcolorcode.com

Triadic colors

1 #CDBDDD and #DDCDBD with #BDDDCD are triadic colors.

2 #CDDDBD and #DDBDCD with #BDDDCD are triadic colors.