Shades of Tropical Blue #BAD2ED
Tints of Tropical Blue #BAD2ED
RGB
CMYK
RGB Variations
Color information
#BAD2ED (or 0xBAD2ED) is known color: Tropical Blue. HEX triplet: BA, D2 and ED. RGB value is (186,210,237). Sum of RGB (Red+Green+Blue) = 186+210+237=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAD2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD2ED is #452D12. Grayscale: #CDCDCD. Windows color (decimal): -4533523 or 15585978. OLE color: 15585978.
HSL color Cylindrical-coordinate representation of color #BAD2ED: hue angle of 211.76º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAD2ED is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 186 | 210 | 237 | - |
CMYK | 0.22 | 0.11 | 0 | 0.07 |
HSL | 211.76º | 0.59% | 0.83% | - |
HSV(B) | 211.76º | 0.22% | 0.93% | - |
XYZ | 58.58 | 62.65 | 89.13 | - |
YUV | 205.9 | 145.55 | 113.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 210 | 237 | 0.22 | 0.11 | 0 | 0.07 | 211.76 | 0.59 | 0.83 |
Hex | BA | D2 | ED | 16 | B | 0 | 7 | D4 | 3B | 53 |
Octal | 272 | 322 | 355 | 26 | 13 | 0 | 7 | 324 | 73 | 123 |
Binary | 10111010 | 11010010 | 11101101 | 10110 | 1011 | 0 | 111 | 11010100 | 111011 | 1010011 |
Color Harmonies of #BAD2ED
Complementary color
Monochromatic Colors of #BAD2ED
Black with #BAD2ED
Text Example
Text Example
White with #BAD2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD2ED; }
p { color: rgb(186,210,237); }
H1.HeaderClassName
{
color: #BAD2ED;
}
.AnyTagClassName
{
color: #BAD2ED;
}
</style>
background-color css
<style>
a { background-color: #BAD2ED; }
a { background-color: rgb(186,210,237); }
div.DivClassName
{
background-color: #BAD2ED;
}
.BgClassName
{
background-color: #BAD2ED;
}
</style>
border-color css
<style>
span { border-color: #BAD2ED; }
span { border-color: rgb(186,210,237); }
td.TdClassName
{
border-color: #BAD2ED;
}
.TagClassName
{
border-color: #BAD2ED;
}
</style>