Shades of Powder Blue #BCD7DC
Tints of Powder Blue #BCD7DC
RGB
CMYK
RGB Variations
Color information
#BCD7DC (or 0xBCD7DC) is known color: Powder Blue. HEX triplet: BC, D7 and DC. RGB value is (188,215,220). Sum of RGB (Red+Green+Blue) = 188+215+220=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCD7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7DC is #432823. Grayscale: #CFCFCF. Windows color (decimal): -4401188 or 14473148. OLE color: 14473148.
HSL color Cylindrical-coordinate representation of color #BCD7DC: hue angle of 189.38º 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 #BCD7DC is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 215 | 220 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.14 |
| HSL | 189.38º | 0.31% | 0.8% | - |
| HSV(B) | 189.38º | 0.15% | 0.86% | - |
| XYZ | 57.96 | 64.46 | 77.1 | - |
| YUV | 207.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 220 | 0.15 | 0.02 | 0 | 0.14 | 189.38 | 0.31 | 0.8 |
| Hex | BC | D7 | DC | F | 2 | 0 | E | BD | 1F | 50 |
| Octal | 274 | 327 | 334 | 17 | 2 | 0 | 16 | 275 | 37 | 120 |
| Binary | 10111100 | 11010111 | 11011100 | 1111 | 10 | 0 | 1110 | 10111101 | 11111 | 1010000 |
Color Harmonies of #BCD7DC
Complementary color
Monochromatic Colors of #BCD7DC
Black with #BCD7DC
Text Example
Text Example
White with #BCD7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7DC; }
p { color: rgb(188,215,220); }
H1.HeaderClassName
{
color: #BCD7DC;
}
.AnyTagClassName
{
color: #BCD7DC;
}
</style>
background-color css
<style>
a { background-color: #BCD7DC; }
a { background-color: rgb(188,215,220); }
div.DivClassName
{
background-color: #BCD7DC;
}
.BgClassName
{
background-color: #BCD7DC;
}
</style>
border-color css
<style>
span { border-color: #BCD7DC; }
span { border-color: rgb(188,215,220); }
td.TdClassName
{
border-color: #BCD7DC;
}
.TagClassName
{
border-color: #BCD7DC;
}
</style>