Shades of Powder Blue #BDD8DC
Tints of Powder Blue #BDD8DC
RGB
CMYK
RGB Variations
Color information
#BDD8DC (or 0xBDD8DC) is known color: Powder Blue. HEX triplet: BD, D8 and DC. RGB value is (189,216,220). Sum of RGB (Red+Green+Blue) = 189+216+220=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDD8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8DC is #422723. Grayscale: #D0D0D0. Windows color (decimal): -4335396 or 14473405. OLE color: 14473405.
HSL color Cylindrical-coordinate representation of color #BDD8DC: hue angle of 187.74º degrees, saturation: 0.31, 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 #BDD8DC is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 216 | 220 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.14 |
| HSL | 187.74º | 0.31% | 0.8% | - |
| HSV(B) | 187.74º | 0.14% | 0.86% | - |
| XYZ | 58.46 | 65.1 | 77.19 | - |
| YUV | 208.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 220 | 0.14 | 0.02 | 0 | 0.14 | 187.74 | 0.31 | 0.8 |
| Hex | BD | D8 | DC | E | 2 | 0 | E | BC | 1F | 50 |
| Octal | 275 | 330 | 334 | 16 | 2 | 0 | 16 | 274 | 37 | 120 |
| Binary | 10111101 | 11011000 | 11011100 | 1110 | 10 | 0 | 1110 | 10111100 | 11111 | 1010000 |
Color Harmonies of #BDD8DC
Complementary color
Monochromatic Colors of #BDD8DC
Black with #BDD8DC
Text Example
Text Example
White with #BDD8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD8DC; }
p { color: rgb(189,216,220); }
H1.HeaderClassName
{
color: #BDD8DC;
}
.AnyTagClassName
{
color: #BDD8DC;
}
</style>
background-color css
<style>
a { background-color: #BDD8DC; }
a { background-color: rgb(189,216,220); }
div.DivClassName
{
background-color: #BDD8DC;
}
.BgClassName
{
background-color: #BDD8DC;
}
</style>
border-color css
<style>
span { border-color: #BDD8DC; }
span { border-color: rgb(189,216,220); }
td.TdClassName
{
border-color: #BDD8DC;
}
.TagClassName
{
border-color: #BDD8DC;
}
</style>