Shades of Powder Blue #BDDEDF
Tints of Powder Blue #BDDEDF
RGB
CMYK
RGB Variations
Color information
#BDDEDF (or 0xBDDEDF) is known color: Powder Blue. HEX triplet: BD, DE and DF. RGB value is (189,222,223). Sum of RGB (Red+Green+Blue) = 189+222+223=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDDEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEDF is #422120. Grayscale: #D4D4D4. Windows color (decimal): -4333857 or 14671549. OLE color: 14671549.
HSL color Cylindrical-coordinate representation of color #BDDEDF: hue angle of 181.76º 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 #BDDEDF is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 223 | - |
| CMYK | 0.15 | 0.00 | 0 | 0.13 |
| HSL | 181.76º | 0.35% | 0.81% | - |
| HSV(B) | 181.76º | 0.15% | 0.87% | - |
| XYZ | 60.43 | 68.39 | 79.83 | - |
| YUV | 212.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 223 | 0.15 | 0.00 | 0 | 0.13 | 181.76 | 0.35 | 0.81 |
| Hex | BD | DE | DF | F | 0 | 0 | D | B6 | 23 | 51 |
| Octal | 275 | 336 | 337 | 17 | 0 | 0 | 15 | 266 | 43 | 121 |
| Binary | 10111101 | 11011110 | 11011111 | 1111 | 0 | 0 | 1101 | 10110110 | 100011 | 1010001 |
Color Harmonies of #BDDEDF
Complementary color
Monochromatic Colors of #BDDEDF
Black with #BDDEDF
Text Example
Text Example
White with #BDDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDEDF; }
p { color: rgb(189,222,223); }
H1.HeaderClassName
{
color: #BDDEDF;
}
.AnyTagClassName
{
color: #BDDEDF;
}
</style>
background-color css
<style>
a { background-color: #BDDEDF; }
a { background-color: rgb(189,222,223); }
div.DivClassName
{
background-color: #BDDEDF;
}
.BgClassName
{
background-color: #BDDEDF;
}
</style>
border-color css
<style>
span { border-color: #BDDEDF; }
span { border-color: rgb(189,222,223); }
td.TdClassName
{
border-color: #BDDEDF;
}
.TagClassName
{
border-color: #BDDEDF;
}
</style>