COLOR #BDD4C6

HEX: #BDD4C6 RGB: (189,212,198)

Color info

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

RGB color model

#BDD4C6 color RGB value is (189,212,198).

RGB: (189,212,198) (74%, 83%, 78%)

RGB channels and saturation

R 189 of 255 = 74%
G 212 of 255 = 83%
B 198 of 255 = 78%

189
212
198

R + G + B ~ 78%. #BDD4C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 212 + 198 = 599 (100%)
R 189 of 599 ~ 31.55%
G 212 of 599 ~ 35.39%
B 198 of 599 ~ 33.06'%

%31.55
%35.39
%33.06

CMYK color model

#BDD4C6 color CMYK value is (11,0,7,17).

  • cyan value is 10.85%
  • magenta value is 0.00%
  • yellow value is 6.60%
  • key color value is 16.86%

CMYK: (11,0,7,17)
C11M0Y7K17 (11%, 0%, 7%, 17%)
(0.11 / 0.00 / 0.07 / 0.17)

CMYK percentages

%10.85
%0
%6.6
%16.86

Codes

Color #BDD4C6 in popluar color models

BD D4 C6
RGB 189 212 198
HSL 143° 21.10% 78.63%
HSB/HSV 143° 10.85% 83.14%
CMYK 10.85% 0.00% 6.60%
16.86%

Color #BDD4C6 in popluar number systems.

HEX BD D4 C6
Decimal 189 212 198
Binary 10111101 11010100 11000110
Octal 275 324 306

Shades and tints

Shades of #BDD4C6

#BDD4C6
(189,212,198)
#ACC1B4
(172,193,180)
#9BAEA2
(155,174,162)
#8A9B90
(138,155,144)
#79887E
(121,136,126)
#68756C
(104,117,108)
#57625A
(87,98,90)
#464F48
(70,79,72)
#353C36
(53,60,54)
#242924
(36,41,36)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #BDD4C6

#BDD4C6
(189,212,198)
#C3D7CB
(195,215,203)
#C9DAD0
(201,218,208)
#CFDDD5
(207,221,213)
#D5E0DA
(213,224,218)
#DBE3DF
(219,227,223)
#E1E6E4
(225,230,228)
#E7E9E9
(231,233,233)
#EDECEE
(237,236,238)
#F3EFF3
(243,239,243)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD4C6 color. Also use rgb(189,212,198) instead hex code.

Text Font Color

.myTextColor { color: #BDD4C6; }

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

This text font color is #BDD4C6.

Background Color

.myBgColor { background-color: #BDD4C6; }

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

This div background color is #BDD4C6.

Border color

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

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

This div border color is #BDD4C6.

Opacity

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

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

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

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

This text has shadow with #BDD4C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD4C6.

Preview

Color preview on black background

This text has color #BDD4C6 on black background.


Color preview on white background

This text has color #BDD4C6 on white background.


Black color preview on #BDD4C6 background

This text has black color on #BDD4C6 background.


White color preview on #BDD4C6 background

This text has white color on #BDD4C6 background.


Related colors

Complementary color

Complementary color for #hex is #422B39.


I love getcolorcode.com

Triadic colors

1 #C6BDD4 and #D4C6BD with #BDD4C6 are triadic colors.

2 #C6D4BD and #D4BDC6 with #BDD4C6 are triadic colors.