COLOR #BDDCC8

HEX: #BDDCC8 RGB: (189,220,200)

Color info

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

RGB color model

#BDDCC8 color RGB value is (189,220,200).

RGB: (189,220,200) (74%, 86%, 78%)

RGB channels and saturation

R 189 of 255 = 74%
G 220 of 255 = 86%
B 200 of 255 = 78%

189
220
200

R + G + B ~ 79%. #BDDCC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 220 + 200 = 609 (100%)
R 189 of 609 ~ 31.03%
G 220 of 609 ~ 36.12%
B 200 of 609 ~ 32.84'%

%31.03
%36.12
%32.84

CMYK color model

#BDDCC8 color CMYK value is (14,0,9,14).

  • cyan value is 14.09%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 13.73%

CMYK: (14,0,9,14)
C14M0Y9K14 (14%, 0%, 9%, 14%)
(0.14 / 0.00 / 0.09 / 0.14)

CMYK percentages

%14.09
%0
%9.09
%13.73

Codes

Color #BDDCC8 in popluar color models

BD DC C8
RGB 189 220 200
HSL 141° 30.69% 80.20%
HSB/HSV 141° 14.09% 86.27%
CMYK 14.09% 0.00% 9.09%
13.73%

Color #BDDCC8 in popluar number systems.

HEX BD DC C8
Decimal 189 220 200
Binary 10111101 11011100 11001000
Octal 275 334 310

Shades and tints

Shades of #BDDCC8

#BDDCC8
(189,220,200)
#ACC8B6
(172,200,182)
#9BB4A4
(155,180,164)
#8AA092
(138,160,146)
#798C80
(121,140,128)
#68786E
(104,120,110)
#57645C
(87,100,92)
#46504A
(70,80,74)
#353C38
(53,60,56)
#242826
(36,40,38)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #BDDCC8

#BDDCC8
(189,220,200)
#C3DFCD
(195,223,205)
#C9E2D2
(201,226,210)
#CFE5D7
(207,229,215)
#D5E8DC
(213,232,220)
#DBEBE1
(219,235,225)
#E1EEE6
(225,238,230)
#E7F1EB
(231,241,235)
#EDF4F0
(237,244,240)
#F3F7F5
(243,247,245)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDCC8 color. Also use rgb(189,220,200) instead hex code.

Text Font Color

.myTextColor { color: #BDDCC8; }

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

This text font color is #BDDCC8.

Background Color

.myBgColor { background-color: #BDDCC8; }

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

This div background color is #BDDCC8.

Border color

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

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

This div border color is #BDDCC8.

Opacity

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

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

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

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

This text has shadow with #BDDCC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDDCC8.

Preview

Color preview on black background

This text has color #BDDCC8 on black background.


Color preview on white background

This text has color #BDDCC8 on white background.


Black color preview on #BDDCC8 background

This text has black color on #BDDCC8 background.


White color preview on #BDDCC8 background

This text has white color on #BDDCC8 background.


Related colors

Complementary color

Complementary color for #hex is #422337.


I love getcolorcode.com

Triadic colors

1 #C8BDDC and #DCC8BD with #BDDCC8 are triadic colors.

2 #C8DCBD and #DCBDC8 with #BDDCC8 are triadic colors.