Shades of Powder Blue #BDD7DB
Tints of Powder Blue #BDD7DB
RGB
CMYK
RGB Variations
Color information
#BDD7DB (or 0xBDD7DB) is known color: Powder Blue. HEX triplet: BD, D7 and DB. RGB value is (189,215,219). Sum of RGB (Red+Green+Blue) = 189+215+219=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 215 (84.38% from 255 or 34.51% 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 #BDD7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7DB is #422824. Grayscale: #CFCFCF. Windows color (decimal): -4335653 or 14407613. OLE color: 14407613.
HSL color Cylindrical-coordinate representation of color #BDD7DB: hue angle of 188º degrees, saturation: 0.29, 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 #BDD7DB is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 215 | 219 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.14 |
| HSL | 188º | 0.29% | 0.8% | - |
| HSV(B) | 188º | 0.14% | 0.86% | - |
| XYZ | 58.07 | 64.53 | 76.41 | - |
| YUV | 207.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 219 | 0.14 | 0.02 | 0 | 0.14 | 188 | 0.29 | 0.8 |
| Hex | BD | D7 | DB | E | 2 | 0 | E | BC | 1D | 50 |
| Octal | 275 | 327 | 333 | 16 | 2 | 0 | 16 | 274 | 35 | 120 |
| Binary | 10111101 | 11010111 | 11011011 | 1110 | 10 | 0 | 1110 | 10111100 | 11101 | 1010000 |
Color Harmonies of #BDD7DB
Complementary color
Monochromatic Colors of #BDD7DB
Black with #BDD7DB
Text Example
Text Example
White with #BDD7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD7DB; }
p { color: rgb(189,215,219); }
H1.HeaderClassName
{
color: #BDD7DB;
}
.AnyTagClassName
{
color: #BDD7DB;
}
</style>
background-color css
<style>
a { background-color: #BDD7DB; }
a { background-color: rgb(189,215,219); }
div.DivClassName
{
background-color: #BDD7DB;
}
.BgClassName
{
background-color: #BDD7DB;
}
</style>
border-color css
<style>
span { border-color: #BDD7DB; }
span { border-color: rgb(189,215,219); }
td.TdClassName
{
border-color: #BDD7DB;
}
.TagClassName
{
border-color: #BDD7DB;
}
</style>