Shades of Powder Blue #BCD6DB
Tints of Powder Blue #BCD6DB
RGB
CMYK
RGB Variations
Color information
#BCD6DB (or 0xBCD6DB) is known color: Powder Blue. HEX triplet: BC, D6 and DB. RGB value is (188,214,219). Sum of RGB (Red+Green+Blue) = 188+214+219=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6DB is #432924. Grayscale: #CECECE. Windows color (decimal): -4401445 or 14407356. OLE color: 14407356.
HSL color Cylindrical-coordinate representation of color #BCD6DB: hue angle of 189.68º 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 #BCD6DB is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 214 | 219 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.14 |
| HSL | 189.68º | 0.3% | 0.8% | - |
| HSV(B) | 189.68º | 0.14% | 0.86% | - |
| XYZ | 57.57 | 63.9 | 76.32 | - |
| YUV | 206.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 219 | 0.14 | 0.02 | 0 | 0.14 | 189.68 | 0.3 | 0.8 |
| Hex | BC | D6 | DB | E | 2 | 0 | E | BE | 1E | 50 |
| Octal | 274 | 326 | 333 | 16 | 2 | 0 | 16 | 276 | 36 | 120 |
| Binary | 10111100 | 11010110 | 11011011 | 1110 | 10 | 0 | 1110 | 10111110 | 11110 | 1010000 |
Color Harmonies of #BCD6DB
Complementary color
Monochromatic Colors of #BCD6DB
Black with #BCD6DB
Text Example
Text Example
White with #BCD6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6DB; }
p { color: rgb(188,214,219); }
H1.HeaderClassName
{
color: #BCD6DB;
}
.AnyTagClassName
{
color: #BCD6DB;
}
</style>
background-color css
<style>
a { background-color: #BCD6DB; }
a { background-color: rgb(188,214,219); }
div.DivClassName
{
background-color: #BCD6DB;
}
.BgClassName
{
background-color: #BCD6DB;
}
</style>
border-color css
<style>
span { border-color: #BCD6DB; }
span { border-color: rgb(188,214,219); }
td.TdClassName
{
border-color: #BCD6DB;
}
.TagClassName
{
border-color: #BCD6DB;
}
</style>