Shades of Jet Stream #BAD0CB
Tints of Jet Stream #BAD0CB
RGB
CMYK
RGB Variations
Color information
#BAD0CB (or 0xBAD0CB) is known color: Jet Stream. HEX triplet: BA, D0 and CB. RGB value is (186,208,203). Sum of RGB (Red+Green+Blue) = 186+208+203=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD0CB is #452F34. Grayscale: #C8C8C8. Windows color (decimal): -4534069 or 13357242. OLE color: 13357242.
HSL color Cylindrical-coordinate representation of color #BAD0CB: hue angle of 166.36º 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 #BAD0CB is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 208 | 203 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.18 |
| HSL | 166.36º | 0.19% | 0.77% | - |
| HSV(B) | 166.36º | 0.11% | 0.82% | - |
| XYZ | 53.59 | 59.86 | 65.23 | - |
| YUV | 200.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 203 | 0.11 | 0 | 0.02 | 0.18 | 166.36 | 0.19 | 0.77 |
| Hex | BA | D0 | CB | B | 0 | 2 | 12 | A6 | 13 | 4D |
| Octal | 272 | 320 | 313 | 13 | 0 | 2 | 22 | 246 | 23 | 115 |
| Binary | 10111010 | 11010000 | 11001011 | 1011 | 0 | 10 | 10010 | 10100110 | 10011 | 1001101 |
Color Harmonies of #BAD0CB
Complementary color
Monochromatic Colors of #BAD0CB
Black with #BAD0CB
Text Example
Text Example
White with #BAD0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD0CB; }
p { color: rgb(186,208,203); }
H1.HeaderClassName
{
color: #BAD0CB;
}
.AnyTagClassName
{
color: #BAD0CB;
}
</style>
background-color css
<style>
a { background-color: #BAD0CB; }
a { background-color: rgb(186,208,203); }
div.DivClassName
{
background-color: #BAD0CB;
}
.BgClassName
{
background-color: #BAD0CB;
}
</style>
border-color css
<style>
span { border-color: #BAD0CB; }
span { border-color: rgb(186,208,203); }
td.TdClassName
{
border-color: #BAD0CB;
}
.TagClassName
{
border-color: #BAD0CB;
}
</style>