Shades of Powder Blue #BDD8DE
Tints of Powder Blue #BDD8DE
RGB
CMYK
RGB Variations
Color information
#BDD8DE (or 0xBDD8DE) is known color: Powder Blue. HEX triplet: BD, D8 and DE. RGB value is (189,216,222). Sum of RGB (Red+Green+Blue) = 189+216+222=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDD8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8DE is #422721. Grayscale: #D0D0D0. Windows color (decimal): -4335394 or 14604477. OLE color: 14604477.
HSL color Cylindrical-coordinate representation of color #BDD8DE: hue angle of 190.91º degrees, saturation: 0.33, 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 #BDD8DE is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 216 | 222 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.13 |
| HSL | 190.91º | 0.33% | 0.81% | - |
| HSV(B) | 190.91º | 0.15% | 0.87% | - |
| XYZ | 58.73 | 65.2 | 78.6 | - |
| YUV | 208.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 222 | 0.15 | 0.03 | 0 | 0.13 | 190.91 | 0.33 | 0.81 |
| Hex | BD | D8 | DE | F | 3 | 0 | D | BF | 21 | 51 |
| Octal | 275 | 330 | 336 | 17 | 3 | 0 | 15 | 277 | 41 | 121 |
| Binary | 10111101 | 11011000 | 11011110 | 1111 | 11 | 0 | 1101 | 10111111 | 100001 | 1010001 |
Color Harmonies of #BDD8DE
Complementary color
Monochromatic Colors of #BDD8DE
Black with #BDD8DE
Text Example
Text Example
White with #BDD8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD8DE; }
p { color: rgb(189,216,222); }
H1.HeaderClassName
{
color: #BDD8DE;
}
.AnyTagClassName
{
color: #BDD8DE;
}
</style>
background-color css
<style>
a { background-color: #BDD8DE; }
a { background-color: rgb(189,216,222); }
div.DivClassName
{
background-color: #BDD8DE;
}
.BgClassName
{
background-color: #BDD8DE;
}
</style>
border-color css
<style>
span { border-color: #BDD8DE; }
span { border-color: rgb(189,216,222); }
td.TdClassName
{
border-color: #BDD8DE;
}
.TagClassName
{
border-color: #BDD8DE;
}
</style>