COLOR #BCD4D8

HEX: #BCD4D8 RGB: (188,212,216)

Color info

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

RGB color model

#BCD4D8 color RGB value is (188,212,216).

RGB: (188,212,216) (74%, 83%, 85%)

RGB channels and saturation

R 188 of 255 = 74%
G 212 of 255 = 83%
B 216 of 255 = 85%

188
212
216

R + G + B ~ 81%. #BCD4D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 212 + 216 = 616 (100%)
R 188 of 616 ~ 30.52%
G 212 of 616 ~ 34.42%
B 216 of 616 ~ 35.06'%

%30.52
%34.42
%35.06

CMYK color model

#BCD4D8 color CMYK value is (13,2,0,15).

  • cyan value is 12.96%
  • magenta value is 1.85%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (13,2,0,15)
C13M2Y0K15 (13%, 2%, 0%, 15%)
(0.13 / 0.02 / 0.00 / 0.15)

CMYK percentages

%12.96
%1.85
%0
%15.29

Codes

Color #BCD4D8 in popluar color models

BC D4 D8
RGB 188 212 216
HSL 189° 26.42% 79.22%
HSB/HSV 189° 12.96% 84.71%
CMYK 12.96% 1.85% 0.00%
15.29%

Color #BCD4D8 in popluar number systems.

HEX BC D4 D8
Decimal 188 212 216
Binary 10111100 11010100 11011000
Octal 274 324 330

Shades and tints

Shades of #BCD4D8

#BCD4D8
(188,212,216)
#ABC1C5
(171,193,197)
#9AAEB2
(154,174,178)
#899B9F
(137,155,159)
#78888C
(120,136,140)
#677579
(103,117,121)
#566266
(86,98,102)
#454F53
(69,79,83)
#343C40
(52,60,64)
#23292D
(35,41,45)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #BCD4D8

#BCD4D8
(188,212,216)
#C2D7DB
(194,215,219)
#C8DADE
(200,218,222)
#CEDDE1
(206,221,225)
#D4E0E4
(212,224,228)
#DAE3E7
(218,227,231)
#E0E6EA
(224,230,234)
#E6E9ED
(230,233,237)
#ECECF0
(236,236,240)
#F2EFF3
(242,239,243)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD4D8 color. Also use rgb(188,212,216) instead hex code.

Text Font Color

.myTextColor { color: #BCD4D8; }

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

This text font color is #BCD4D8.

Background Color

.myBgColor { background-color: #BCD4D8; }

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

This div background color is #BCD4D8.

Border color

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

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

This div border color is #BCD4D8.

Opacity

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

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

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

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

This text has shadow with #BCD4D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD4D8.

Preview

Color preview on black background

This text has color #BCD4D8 on black background.


Color preview on white background

This text has color #BCD4D8 on white background.


Black color preview on #BCD4D8 background

This text has black color on #BCD4D8 background.


White color preview on #BCD4D8 background

This text has white color on #BCD4D8 background.


Related colors

Complementary color

Complementary color for #hex is #432B27.


I love getcolorcode.com

Triadic colors

1 #D8BCD4 and #D4D8BC with #BCD4D8 are triadic colors.

2 #D8D4BC and #D4BCD8 with #BCD4D8 are triadic colors.