Shades of Powder Blue #BDD9DF
Tints of Powder Blue #BDD9DF
RGB
CMYK
RGB Variations
Color information
#BDD9DF (or 0xBDD9DF) is known color: Powder Blue. HEX triplet: BD, D9 and DF. RGB value is (189,217,223). Sum of RGB (Red+Green+Blue) = 189+217+223=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDD9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9DF is #422620. Grayscale: #D1D1D1. Windows color (decimal): -4335137 or 14670269. OLE color: 14670269.
HSL color Cylindrical-coordinate representation of color #BDD9DF: hue angle of 190.59º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDD9DF is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 217 | 223 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.13 |
| HSL | 190.59º | 0.35% | 0.81% | - |
| HSV(B) | 190.59º | 0.15% | 0.87% | - |
| XYZ | 59.12 | 65.77 | 79.39 | - |
| YUV | 209.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 223 | 0.15 | 0.03 | 0 | 0.13 | 190.59 | 0.35 | 0.81 |
| Hex | BD | D9 | DF | F | 3 | 0 | D | BF | 23 | 51 |
| Octal | 275 | 331 | 337 | 17 | 3 | 0 | 15 | 277 | 43 | 121 |
| Binary | 10111101 | 11011001 | 11011111 | 1111 | 11 | 0 | 1101 | 10111111 | 100011 | 1010001 |
Color Harmonies of #BDD9DF
Complementary color
Monochromatic Colors of #BDD9DF
Black with #BDD9DF
Text Example
Text Example
White with #BDD9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9DF; }
p { color: rgb(189,217,223); }
H1.HeaderClassName
{
color: #BDD9DF;
}
.AnyTagClassName
{
color: #BDD9DF;
}
</style>
background-color css
<style>
a { background-color: #BDD9DF; }
a { background-color: rgb(189,217,223); }
div.DivClassName
{
background-color: #BDD9DF;
}
.BgClassName
{
background-color: #BDD9DF;
}
</style>
border-color css
<style>
span { border-color: #BDD9DF; }
span { border-color: rgb(189,217,223); }
td.TdClassName
{
border-color: #BDD9DF;
}
.TagClassName
{
border-color: #BDD9DF;
}
</style>