Shades of Powder Blue #BADFE7
Tints of Powder Blue #BADFE7
RGB
CMYK
RGB Variations
Color information
#BADFE7 (or 0xBADFE7) is known color: Powder Blue. HEX triplet: BA, DF and E7. RGB value is (186,223,231). Sum of RGB (Red+Green+Blue) = 186+223+231=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 231 - color contains mainly: blue. Hex color #BADFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFE7 is #452018. Grayscale: #D4D4D4. Windows color (decimal): -4530201 or 15196090. OLE color: 15196090.
HSL color Cylindrical-coordinate representation of color #BADFE7: hue angle of 190.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BADFE7 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 223 | 231 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.09 |
| HSL | 190.67º | 0.48% | 0.82% | - |
| HSV(B) | 190.67º | 0.19% | 0.91% | - |
| XYZ | 61.06 | 68.98 | 85.7 | - |
| YUV | 212.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 231 | 0.19 | 0.03 | 0 | 0.09 | 190.67 | 0.48 | 0.82 |
| Hex | BA | DF | E7 | 13 | 3 | 0 | 9 | BF | 30 | 52 |
| Octal | 272 | 337 | 347 | 23 | 3 | 0 | 11 | 277 | 60 | 122 |
| Binary | 10111010 | 11011111 | 11100111 | 10011 | 11 | 0 | 1001 | 10111111 | 110000 | 1010010 |
Color Harmonies of #BADFE7
Complementary color
Monochromatic Colors of #BADFE7
Black with #BADFE7
Text Example
Text Example
White with #BADFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFE7; }
p { color: rgb(186,223,231); }
H1.HeaderClassName
{
color: #BADFE7;
}
.AnyTagClassName
{
color: #BADFE7;
}
</style>
background-color css
<style>
a { background-color: #BADFE7; }
a { background-color: rgb(186,223,231); }
div.DivClassName
{
background-color: #BADFE7;
}
.BgClassName
{
background-color: #BADFE7;
}
</style>
border-color css
<style>
span { border-color: #BADFE7; }
span { border-color: rgb(186,223,231); }
td.TdClassName
{
border-color: #BADFE7;
}
.TagClassName
{
border-color: #BADFE7;
}
</style>