Shades of Powder Blue #BDD9DC
Tints of Powder Blue #BDD9DC
RGB
CMYK
RGB Variations
Color information
#BDD9DC (or 0xBDD9DC) is known color: Powder Blue. HEX triplet: BD, D9 and DC. RGB value is (189,217,220). Sum of RGB (Red+Green+Blue) = 189+217+220=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDD9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9DC is #422623. Grayscale: #D0D0D0. Windows color (decimal): -4335140 or 14473661. OLE color: 14473661.
HSL color Cylindrical-coordinate representation of color #BDD9DC: hue angle of 185.81º 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 #BDD9DC is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 217 | 220 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.14 |
| HSL | 185.81º | 0.31% | 0.8% | - |
| HSV(B) | 185.81º | 0.14% | 0.86% | - |
| XYZ | 58.72 | 65.61 | 77.28 | - |
| YUV | 208.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 220 | 0.14 | 0.01 | 0 | 0.14 | 185.81 | 0.31 | 0.8 |
| Hex | BD | D9 | DC | E | 1 | 0 | E | BA | 1F | 50 |
| Octal | 275 | 331 | 334 | 16 | 1 | 0 | 16 | 272 | 37 | 120 |
| Binary | 10111101 | 11011001 | 11011100 | 1110 | 1 | 0 | 1110 | 10111010 | 11111 | 1010000 |
Color Harmonies of #BDD9DC
Complementary color
Monochromatic Colors of #BDD9DC
Black with #BDD9DC
Text Example
Text Example
White with #BDD9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9DC; }
p { color: rgb(189,217,220); }
H1.HeaderClassName
{
color: #BDD9DC;
}
.AnyTagClassName
{
color: #BDD9DC;
}
</style>
background-color css
<style>
a { background-color: #BDD9DC; }
a { background-color: rgb(189,217,220); }
div.DivClassName
{
background-color: #BDD9DC;
}
.BgClassName
{
background-color: #BDD9DC;
}
</style>
border-color css
<style>
span { border-color: #BDD9DC; }
span { border-color: rgb(189,217,220); }
td.TdClassName
{
border-color: #BDD9DC;
}
.TagClassName
{
border-color: #BDD9DC;
}
</style>