Shades of Light Blue #BADDF2
Tints of Light Blue #BADDF2
RGB
CMYK
RGB Variations
Color information
#BADDF2 (or 0xBADDF2) is known color: Light Blue. HEX triplet: BA, DD and F2. RGB value is (186,221,242). Sum of RGB (Red+Green+Blue) = 186+221+242=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #BADDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADDF2 is #45220D. Grayscale: #D4D4D4. Windows color (decimal): -4530702 or 15916474. OLE color: 15916474.
HSL color Cylindrical-coordinate representation of color #BADDF2: hue angle of 202.5º degrees, saturation: 0.68, 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 #BADDF2 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 221 | 242 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.05 |
| HSL | 202.5º | 0.68% | 0.84% | - |
| HSV(B) | 202.5º | 0.23% | 0.95% | - |
| XYZ | 62.13 | 68.56 | 93.96 | - |
| YUV | 212.93 | 144.4 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 242 | 0.23 | 0.09 | 0 | 0.05 | 202.5 | 0.68 | 0.84 |
| Hex | BA | DD | F2 | 17 | 9 | 0 | 5 | CA | 44 | 54 |
| Octal | 272 | 335 | 362 | 27 | 11 | 0 | 5 | 312 | 104 | 124 |
| Binary | 10111010 | 11011101 | 11110010 | 10111 | 1001 | 0 | 101 | 11001010 | 1000100 | 1010100 |
Color Harmonies of #BADDF2
Complementary color
Monochromatic Colors of #BADDF2
Black with #BADDF2
Text Example
Text Example
White with #BADDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDF2; }
p { color: rgb(186,221,242); }
H1.HeaderClassName
{
color: #BADDF2;
}
.AnyTagClassName
{
color: #BADDF2;
}
</style>
background-color css
<style>
a { background-color: #BADDF2; }
a { background-color: rgb(186,221,242); }
div.DivClassName
{
background-color: #BADDF2;
}
.BgClassName
{
background-color: #BADDF2;
}
</style>
border-color css
<style>
span { border-color: #BADDF2; }
span { border-color: rgb(186,221,242); }
td.TdClassName
{
border-color: #BADDF2;
}
.TagClassName
{
border-color: #BADDF2;
}
</style>