Shades of Light Blue #BADDF1
Tints of Light Blue #BADDF1
RGB
CMYK
RGB Variations
Color information
#BADDF1 (or 0xBADDF1) is known color: Light Blue. HEX triplet: BA, DD and F1. RGB value is (186,221,241). Sum of RGB (Red+Green+Blue) = 186+221+241=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #BADDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADDF1 is #45220E. Grayscale: #D4D4D4. Windows color (decimal): -4530703 or 15850938. OLE color: 15850938.
HSL color Cylindrical-coordinate representation of color #BADDF1: hue angle of 201.82º degrees, saturation: 0.66, 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 #BADDF1 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 221 | 241 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.05 |
| HSL | 201.82º | 0.66% | 0.84% | - |
| HSV(B) | 201.82º | 0.23% | 0.95% | - |
| XYZ | 61.98 | 68.5 | 93.17 | - |
| YUV | 212.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 241 | 0.23 | 0.08 | 0 | 0.05 | 201.82 | 0.66 | 0.84 |
| Hex | BA | DD | F1 | 17 | 8 | 0 | 5 | CA | 42 | 54 |
| Octal | 272 | 335 | 361 | 27 | 10 | 0 | 5 | 312 | 102 | 124 |
| Binary | 10111010 | 11011101 | 11110001 | 10111 | 1000 | 0 | 101 | 11001010 | 1000010 | 1010100 |
Color Harmonies of #BADDF1
Complementary color
Monochromatic Colors of #BADDF1
Black with #BADDF1
Text Example
Text Example
White with #BADDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDF1; }
p { color: rgb(186,221,241); }
H1.HeaderClassName
{
color: #BADDF1;
}
.AnyTagClassName
{
color: #BADDF1;
}
</style>
background-color css
<style>
a { background-color: #BADDF1; }
a { background-color: rgb(186,221,241); }
div.DivClassName
{
background-color: #BADDF1;
}
.BgClassName
{
background-color: #BADDF1;
}
</style>
border-color css
<style>
span { border-color: #BADDF1; }
span { border-color: rgb(186,221,241); }
td.TdClassName
{
border-color: #BADDF1;
}
.TagClassName
{
border-color: #BADDF1;
}
</style>