Shades of Tropical Blue #BAD2F2
Tints of Tropical Blue #BAD2F2
RGB
CMYK
RGB Variations
Color information
#BAD2F2 (or 0xBAD2F2) is known color: Tropical Blue. HEX triplet: BA, D2 and F2. RGB value is (186,210,242). Sum of RGB (Red+Green+Blue) = 186+210+242=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAD2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD2F2 is #452D0D. Grayscale: #CECECE. Windows color (decimal): -4533518 or 15913658. OLE color: 15913658.
HSL color Cylindrical-coordinate representation of color #BAD2F2: hue angle of 214.29º 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 #BAD2F2 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 210 | 242 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.05 |
| HSL | 214.29º | 0.68% | 0.84% | - |
| HSV(B) | 214.29º | 0.23% | 0.95% | - |
| XYZ | 59.32 | 62.94 | 93.03 | - |
| YUV | 206.47 | 148.05 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 242 | 0.23 | 0.13 | 0 | 0.05 | 214.29 | 0.68 | 0.84 |
| Hex | BA | D2 | F2 | 17 | D | 0 | 5 | D6 | 44 | 54 |
| Octal | 272 | 322 | 362 | 27 | 15 | 0 | 5 | 326 | 104 | 124 |
| Binary | 10111010 | 11010010 | 11110010 | 10111 | 1101 | 0 | 101 | 11010110 | 1000100 | 1010100 |
Color Harmonies of #BAD2F2
Complementary color
Monochromatic Colors of #BAD2F2
Black with #BAD2F2
Text Example
Text Example
White with #BAD2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD2F2; }
p { color: rgb(186,210,242); }
H1.HeaderClassName
{
color: #BAD2F2;
}
.AnyTagClassName
{
color: #BAD2F2;
}
</style>
background-color css
<style>
a { background-color: #BAD2F2; }
a { background-color: rgb(186,210,242); }
div.DivClassName
{
background-color: #BAD2F2;
}
.BgClassName
{
background-color: #BAD2F2;
}
</style>
border-color css
<style>
span { border-color: #BAD2F2; }
span { border-color: rgb(186,210,242); }
td.TdClassName
{
border-color: #BAD2F2;
}
.TagClassName
{
border-color: #BAD2F2;
}
</style>