Shades of Light Blue #BADFF7
Tints of Light Blue #BADFF7
RGB
CMYK
RGB Variations
Color information
#BADFF7 (or 0xBADFF7) is known color: Light Blue. HEX triplet: BA, DF and F7. RGB value is (186,223,247). Sum of RGB (Red+Green+Blue) = 186+223+247=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 247 - color contains mainly: blue. Hex color #BADFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFF7 is #452008. Grayscale: #D6D6D6. Windows color (decimal): -4530185 or 16244666. OLE color: 16244666.
HSL color Cylindrical-coordinate representation of color #BADFF7: hue angle of 203.61º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BADFF7 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 223 | 247 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.03 |
| HSL | 203.61º | 0.79% | 0.85% | - |
| HSV(B) | 203.61º | 0.25% | 0.97% | - |
| XYZ | 63.43 | 69.93 | 98.15 | - |
| YUV | 214.67 | 146.24 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 247 | 0.25 | 0.10 | 0 | 0.03 | 203.61 | 0.79 | 0.85 |
| Hex | BA | DF | F7 | 19 | A | 0 | 3 | CC | 4F | 55 |
| Octal | 272 | 337 | 367 | 31 | 12 | 0 | 3 | 314 | 117 | 125 |
| Binary | 10111010 | 11011111 | 11110111 | 11001 | 1010 | 0 | 11 | 11001100 | 1001111 | 1010101 |
Color Harmonies of #BADFF7
Complementary color
Monochromatic Colors of #BADFF7
Black with #BADFF7
Text Example
Text Example
White with #BADFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFF7; }
p { color: rgb(186,223,247); }
H1.HeaderClassName
{
color: #BADFF7;
}
.AnyTagClassName
{
color: #BADFF7;
}
</style>
background-color css
<style>
a { background-color: #BADFF7; }
a { background-color: rgb(186,223,247); }
div.DivClassName
{
background-color: #BADFF7;
}
.BgClassName
{
background-color: #BADFF7;
}
</style>
border-color css
<style>
span { border-color: #BADFF7; }
span { border-color: rgb(186,223,247); }
td.TdClassName
{
border-color: #BADFF7;
}
.TagClassName
{
border-color: #BADFF7;
}
</style>