Shades of Powder Blue #BADFDD
Tints of Powder Blue #BADFDD
RGB
CMYK
RGB Variations
Color information
#BADFDD (or 0xBADFDD) is known color: Powder Blue. HEX triplet: BA, DF and DD. RGB value is (186,223,221). Sum of RGB (Red+Green+Blue) = 186+223+221=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFDD is #452022. Grayscale: #D3D3D3. Windows color (decimal): -4530211 or 14540730. OLE color: 14540730.
HSL color Cylindrical-coordinate representation of color #BADFDD: hue angle of 176.76º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADFDD is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 221 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.13 |
| HSL | 176.76º | 0.37% | 0.8% | - |
| HSV(B) | 176.76º | 0.17% | 0.87% | - |
| XYZ | 59.69 | 68.43 | 78.47 | - |
| YUV | 211.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 221 | 0.17 | 0 | 0.01 | 0.13 | 176.76 | 0.37 | 0.8 |
| Hex | BA | DF | DD | 11 | 0 | 1 | D | B1 | 25 | 50 |
| Octal | 272 | 337 | 335 | 21 | 0 | 1 | 15 | 261 | 45 | 120 |
| Binary | 10111010 | 11011111 | 11011101 | 10001 | 0 | 1 | 1101 | 10110001 | 100101 | 1010000 |
Color Harmonies of #BADFDD
Complementary color
Monochromatic Colors of #BADFDD
Black with #BADFDD
Text Example
Text Example
White with #BADFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFDD; }
p { color: rgb(186,223,221); }
H1.HeaderClassName
{
color: #BADFDD;
}
.AnyTagClassName
{
color: #BADFDD;
}
</style>
background-color css
<style>
a { background-color: #BADFDD; }
a { background-color: rgb(186,223,221); }
div.DivClassName
{
background-color: #BADFDD;
}
.BgClassName
{
background-color: #BADFDD;
}
</style>
border-color css
<style>
span { border-color: #BADFDD; }
span { border-color: rgb(186,223,221); }
td.TdClassName
{
border-color: #BADFDD;
}
.TagClassName
{
border-color: #BADFDD;
}
</style>