Shades of Jet Stream #BAD0CA
Tints of Jet Stream #BAD0CA
RGB
CMYK
RGB Variations
Color information
#BAD0CA (or 0xBAD0CA) is known color: Jet Stream. HEX triplet: BA, D0 and CA. RGB value is (186,208,202). Sum of RGB (Red+Green+Blue) = 186+208+202=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD0CA is #452F35. Grayscale: #C8C8C8. Windows color (decimal): -4534070 or 13291706. OLE color: 13291706.
HSL color Cylindrical-coordinate representation of color #BAD0CA: hue angle of 163.64º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD0CA is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 208 | 202 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.18 |
| HSL | 163.64º | 0.19% | 0.77% | - |
| HSV(B) | 163.64º | 0.11% | 0.82% | - |
| XYZ | 53.47 | 59.82 | 64.6 | - |
| YUV | 200.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 202 | 0.11 | 0 | 0.03 | 0.18 | 163.64 | 0.19 | 0.77 |
| Hex | BA | D0 | CA | B | 0 | 3 | 12 | A4 | 13 | 4D |
| Octal | 272 | 320 | 312 | 13 | 0 | 3 | 22 | 244 | 23 | 115 |
| Binary | 10111010 | 11010000 | 11001010 | 1011 | 0 | 11 | 10010 | 10100100 | 10011 | 1001101 |
Color Harmonies of #BAD0CA
Complementary color
Monochromatic Colors of #BAD0CA
Black with #BAD0CA
Text Example
Text Example
White with #BAD0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD0CA; }
p { color: rgb(186,208,202); }
H1.HeaderClassName
{
color: #BAD0CA;
}
.AnyTagClassName
{
color: #BAD0CA;
}
</style>
background-color css
<style>
a { background-color: #BAD0CA; }
a { background-color: rgb(186,208,202); }
div.DivClassName
{
background-color: #BAD0CA;
}
.BgClassName
{
background-color: #BAD0CA;
}
</style>
border-color css
<style>
span { border-color: #BAD0CA; }
span { border-color: rgb(186,208,202); }
td.TdClassName
{
border-color: #BAD0CA;
}
.TagClassName
{
border-color: #BAD0CA;
}
</style>