Shades of Powder Blue #BCD5D9
Tints of Powder Blue #BCD5D9
RGB
CMYK
RGB Variations
Color information
#BCD5D9 (or 0xBCD5D9) is known color: Powder Blue. HEX triplet: BC, D5 and D9. RGB value is (188,213,217). Sum of RGB (Red+Green+Blue) = 188+213+217=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCD5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5D9 is #432A26. Grayscale: #CDCDCD. Windows color (decimal): -4401703 or 14276028. OLE color: 14276028.
HSL color Cylindrical-coordinate representation of color #BCD5D9: hue angle of 188.28º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD5D9 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 213 | 217 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.15 |
| HSL | 188.28º | 0.28% | 0.79% | - |
| HSV(B) | 188.28º | 0.13% | 0.85% | - |
| XYZ | 57.06 | 63.29 | 74.85 | - |
| YUV | 205.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 217 | 0.13 | 0.02 | 0 | 0.15 | 188.28 | 0.28 | 0.79 |
| Hex | BC | D5 | D9 | D | 2 | 0 | F | BC | 1C | 4F |
| Octal | 274 | 325 | 331 | 15 | 2 | 0 | 17 | 274 | 34 | 117 |
| Binary | 10111100 | 11010101 | 11011001 | 1101 | 10 | 0 | 1111 | 10111100 | 11100 | 1001111 |
Color Harmonies of #BCD5D9
Complementary color
Monochromatic Colors of #BCD5D9
Black with #BCD5D9
Text Example
Text Example
White with #BCD5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5D9; }
p { color: rgb(188,213,217); }
H1.HeaderClassName
{
color: #BCD5D9;
}
.AnyTagClassName
{
color: #BCD5D9;
}
</style>
background-color css
<style>
a { background-color: #BCD5D9; }
a { background-color: rgb(188,213,217); }
div.DivClassName
{
background-color: #BCD5D9;
}
.BgClassName
{
background-color: #BCD5D9;
}
</style>
border-color css
<style>
span { border-color: #BCD5D9; }
span { border-color: rgb(188,213,217); }
td.TdClassName
{
border-color: #BCD5D9;
}
.TagClassName
{
border-color: #BCD5D9;
}
</style>