Shades of Powder Blue #BDD9DD
Tints of Powder Blue #BDD9DD
RGB
CMYK
RGB Variations
Color information
#BDD9DD (or 0xBDD9DD) is known color: Powder Blue. HEX triplet: BD, D9 and DD. RGB value is (189,217,221). Sum of RGB (Red+Green+Blue) = 189+217+221=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDD9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9DD is #422622. Grayscale: #D1D1D1. Windows color (decimal): -4335139 or 14539197. OLE color: 14539197.
HSL color Cylindrical-coordinate representation of color #BDD9DD: hue angle of 187.5º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDD9DD is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 217 | 221 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.13 |
| HSL | 187.5º | 0.32% | 0.8% | - |
| HSV(B) | 187.5º | 0.14% | 0.87% | - |
| XYZ | 58.85 | 65.66 | 77.98 | - |
| YUV | 209.08 | 134.72 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 221 | 0.14 | 0.02 | 0 | 0.13 | 187.5 | 0.32 | 0.8 |
| Hex | BD | D9 | DD | E | 2 | 0 | D | BC | 20 | 50 |
| Octal | 275 | 331 | 335 | 16 | 2 | 0 | 15 | 274 | 40 | 120 |
| Binary | 10111101 | 11011001 | 11011101 | 1110 | 10 | 0 | 1101 | 10111100 | 100000 | 1010000 |
Color Harmonies of #BDD9DD
Complementary color
Monochromatic Colors of #BDD9DD
Black with #BDD9DD
Text Example
Text Example
White with #BDD9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9DD; }
p { color: rgb(189,217,221); }
H1.HeaderClassName
{
color: #BDD9DD;
}
.AnyTagClassName
{
color: #BDD9DD;
}
</style>
background-color css
<style>
a { background-color: #BDD9DD; }
a { background-color: rgb(189,217,221); }
div.DivClassName
{
background-color: #BDD9DD;
}
.BgClassName
{
background-color: #BDD9DD;
}
</style>
border-color css
<style>
span { border-color: #BDD9DD; }
span { border-color: rgb(189,217,221); }
td.TdClassName
{
border-color: #BDD9DD;
}
.TagClassName
{
border-color: #BDD9DD;
}
</style>