Shades of Jet Stream #BAD8D0
Tints of Jet Stream #BAD8D0
RGB
CMYK
RGB Variations
Color information
#BAD8D0 (or 0xBAD8D0) is known color: Jet Stream. HEX triplet: BA, D8 and D0. RGB value is (186,216,208). Sum of RGB (Red+Green+Blue) = 186+216+208=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD8D0 is #45272F. Grayscale: #CECECE. Windows color (decimal): -4532016 or 13686970. OLE color: 13686970.
HSL color Cylindrical-coordinate representation of color #BAD8D0: hue angle of 164º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAD8D0 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 186 | 216 | 208 | - |
CMYK | 0.14 | 0 | 0.04 | 0.15 |
HSL | 164º | 0.28% | 0.79% | - |
HSV(B) | 164º | 0.14% | 0.85% | - |
XYZ | 56.19 | 64.1 | 69.09 | - |
YUV | 206.12 | 129.06 | 113.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 216 | 208 | 0.14 | 0 | 0.04 | 0.15 | 164 | 0.28 | 0.79 |
Hex | BA | D8 | D0 | E | 0 | 4 | F | A4 | 1C | 4F |
Octal | 272 | 330 | 320 | 16 | 0 | 4 | 17 | 244 | 34 | 117 |
Binary | 10111010 | 11011000 | 11010000 | 1110 | 0 | 100 | 1111 | 10100100 | 11100 | 1001111 |
Color Harmonies of #BAD8D0
Complementary color
Monochromatic Colors of #BAD8D0
Black with #BAD8D0
Text Example
Text Example
White with #BAD8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD8D0; }
p { color: rgb(186,216,208); }
H1.HeaderClassName
{
color: #BAD8D0;
}
.AnyTagClassName
{
color: #BAD8D0;
}
</style>
background-color css
<style>
a { background-color: #BAD8D0; }
a { background-color: rgb(186,216,208); }
div.DivClassName
{
background-color: #BAD8D0;
}
.BgClassName
{
background-color: #BAD8D0;
}
</style>
border-color css
<style>
span { border-color: #BAD8D0; }
span { border-color: rgb(186,216,208); }
td.TdClassName
{
border-color: #BAD8D0;
}
.TagClassName
{
border-color: #BAD8D0;
}
</style>