Shades of Light Blue #BADDF3
Tints of Light Blue #BADDF3
RGB
CMYK
RGB Variations
Color information
#BADDF3 (or 0xBADDF3) is known color: Light Blue. HEX triplet: BA, DD and F3. RGB value is (186,221,243). Sum of RGB (Red+Green+Blue) = 186+221+243=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 243 (95.31% from 255 or 37.38% from 650); Max value from RGB is 243 - color contains mainly: blue. Hex color #BADDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADDF3 is #45220C. Grayscale: #D4D4D4. Windows color (decimal): -4530701 or 15982010. OLE color: 15982010.
HSL color Cylindrical-coordinate representation of color #BADDF3: hue angle of 203.16º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BADDF3 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 221 | 243 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.05 |
| HSL | 203.16º | 0.7% | 0.84% | - |
| HSV(B) | 203.16º | 0.23% | 0.95% | - |
| XYZ | 62.28 | 68.62 | 94.76 | - |
| YUV | 213.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 243 | 0.23 | 0.09 | 0 | 0.05 | 203.16 | 0.7 | 0.84 |
| Hex | BA | DD | F3 | 17 | 9 | 0 | 5 | CB | 46 | 54 |
| Octal | 272 | 335 | 363 | 27 | 11 | 0 | 5 | 313 | 106 | 124 |
| Binary | 10111010 | 11011101 | 11110011 | 10111 | 1001 | 0 | 101 | 11001011 | 1000110 | 1010100 |
Color Harmonies of #BADDF3
Complementary color
Monochromatic Colors of #BADDF3
Black with #BADDF3
Text Example
Text Example
White with #BADDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDF3; }
p { color: rgb(186,221,243); }
H1.HeaderClassName
{
color: #BADDF3;
}
.AnyTagClassName
{
color: #BADDF3;
}
</style>
background-color css
<style>
a { background-color: #BADDF3; }
a { background-color: rgb(186,221,243); }
div.DivClassName
{
background-color: #BADDF3;
}
.BgClassName
{
background-color: #BADDF3;
}
</style>
border-color css
<style>
span { border-color: #BADDF3; }
span { border-color: rgb(186,221,243); }
td.TdClassName
{
border-color: #BADDF3;
}
.TagClassName
{
border-color: #BADDF3;
}
</style>