Shades of Powder Blue #BCD8DB
Tints of Powder Blue #BCD8DB
RGB
CMYK
RGB Variations
Color information
#BCD8DB (or 0xBCD8DB) is known color: Powder Blue. HEX triplet: BC, D8 and DB. RGB value is (188,216,219). Sum of RGB (Red+Green+Blue) = 188+216+219=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 216 (84.77% from 255 or 34.67% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8DB is #432724. Grayscale: #CFCFCF. Windows color (decimal): -4400933 or 14407868. OLE color: 14407868.
HSL color Cylindrical-coordinate representation of color #BCD8DB: hue angle of 185.81º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCD8DB is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 216 | 219 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.14 |
| HSL | 185.81º | 0.3% | 0.8% | - |
| HSV(B) | 185.81º | 0.14% | 0.86% | - |
| XYZ | 58.08 | 64.92 | 76.49 | - |
| YUV | 207.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 219 | 0.14 | 0.01 | 0 | 0.14 | 185.81 | 0.3 | 0.8 |
| Hex | BC | D8 | DB | E | 1 | 0 | E | BA | 1E | 50 |
| Octal | 274 | 330 | 333 | 16 | 1 | 0 | 16 | 272 | 36 | 120 |
| Binary | 10111100 | 11011000 | 11011011 | 1110 | 1 | 0 | 1110 | 10111010 | 11110 | 1010000 |
Color Harmonies of #BCD8DB
Complementary color
Monochromatic Colors of #BCD8DB
Black with #BCD8DB
Text Example
Text Example
White with #BCD8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD8DB; }
p { color: rgb(188,216,219); }
H1.HeaderClassName
{
color: #BCD8DB;
}
.AnyTagClassName
{
color: #BCD8DB;
}
</style>
background-color css
<style>
a { background-color: #BCD8DB; }
a { background-color: rgb(188,216,219); }
div.DivClassName
{
background-color: #BCD8DB;
}
.BgClassName
{
background-color: #BCD8DB;
}
</style>
border-color css
<style>
span { border-color: #BCD8DB; }
span { border-color: rgb(188,216,219); }
td.TdClassName
{
border-color: #BCD8DB;
}
.TagClassName
{
border-color: #BCD8DB;
}
</style>