Shades of Tropical Blue #BAD0FF
Tints of Tropical Blue #BAD0FF
RGB
CMYK
RGB Variations
Color information
#BAD0FF (or 0xBAD0FF) is known color: Tropical Blue. HEX triplet: BA, D0 and FF. RGB value is (186,208,255). Sum of RGB (Red+Green+Blue) = 186+208+255=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAD0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD0FF is #452F00. Grayscale: #CECECE. Windows color (decimal): -4534017 or 16765114. OLE color: 16765114.
HSL color Cylindrical-coordinate representation of color #BAD0FF: hue angle of 220.87º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAD0FF is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 208 | 255 | - |
| CMYK | 0.27 | 0.18 | 0 | 0 |
| HSL | 220.87º | 1% | 0.86% | - |
| HSV(B) | 220.87º | 0.27% | 1% | - |
| XYZ | 60.86 | 62.77 | 103.52 | - |
| YUV | 206.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 255 | 0.27 | 0.18 | 0 | 0 | 220.87 | 1 | 0.86 |
| Hex | BA | D0 | FF | 1B | 12 | 0 | 0 | DD | 64 | 56 |
| Octal | 272 | 320 | 377 | 33 | 22 | 0 | 0 | 335 | 144 | 126 |
| Binary | 10111010 | 11010000 | 11111111 | 11011 | 10010 | 0 | 0 | 11011101 | 1100100 | 1010110 |
Color Harmonies of #BAD0FF
Complementary color
Monochromatic Colors of #BAD0FF
Black with #BAD0FF
Text Example
Text Example
White with #BAD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD0FF; }
p { color: rgb(186,208,255); }
H1.HeaderClassName
{
color: #BAD0FF;
}
.AnyTagClassName
{
color: #BAD0FF;
}
</style>
background-color css
<style>
a { background-color: #BAD0FF; }
a { background-color: rgb(186,208,255); }
div.DivClassName
{
background-color: #BAD0FF;
}
.BgClassName
{
background-color: #BAD0FF;
}
</style>
border-color css
<style>
span { border-color: #BAD0FF; }
span { border-color: rgb(186,208,255); }
td.TdClassName
{
border-color: #BAD0FF;
}
.TagClassName
{
border-color: #BAD0FF;
}
</style>