Shades of Powder Blue #BCD9DC
Tints of Powder Blue #BCD9DC
RGB
CMYK
RGB Variations
Color information
#BCD9DC (or 0xBCD9DC) is known color: Powder Blue. HEX triplet: BC, D9 and DC. RGB value is (188,217,220). Sum of RGB (Red+Green+Blue) = 188+217+220=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCD9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9DC is #432623. Grayscale: #D0D0D0. Windows color (decimal): -4400676 or 14473660. OLE color: 14473660.
HSL color Cylindrical-coordinate representation of color #BCD9DC: hue angle of 185.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCD9DC is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 217 | 220 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.14 |
| HSL | 185.63º | 0.31% | 0.8% | - |
| HSV(B) | 185.63º | 0.15% | 0.86% | - |
| XYZ | 58.47 | 65.48 | 77.27 | - |
| YUV | 208.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 220 | 0.15 | 0.01 | 0 | 0.14 | 185.63 | 0.31 | 0.8 |
| Hex | BC | D9 | DC | F | 1 | 0 | E | BA | 1F | 50 |
| Octal | 274 | 331 | 334 | 17 | 1 | 0 | 16 | 272 | 37 | 120 |
| Binary | 10111100 | 11011001 | 11011100 | 1111 | 1 | 0 | 1110 | 10111010 | 11111 | 1010000 |
Color Harmonies of #BCD9DC
Complementary color
Monochromatic Colors of #BCD9DC
Black with #BCD9DC
Text Example
Text Example
White with #BCD9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9DC; }
p { color: rgb(188,217,220); }
H1.HeaderClassName
{
color: #BCD9DC;
}
.AnyTagClassName
{
color: #BCD9DC;
}
</style>
background-color css
<style>
a { background-color: #BCD9DC; }
a { background-color: rgb(188,217,220); }
div.DivClassName
{
background-color: #BCD9DC;
}
.BgClassName
{
background-color: #BCD9DC;
}
</style>
border-color css
<style>
span { border-color: #BCD9DC; }
span { border-color: rgb(188,217,220); }
td.TdClassName
{
border-color: #BCD9DC;
}
.TagClassName
{
border-color: #BCD9DC;
}
</style>