Shades of Jet Stream #BADACD
Tints of Jet Stream #BADACD
RGB
CMYK
RGB Variations
Color information
#BADACD (or 0xBADACD) is known color: Jet Stream. HEX triplet: BA, DA and CD. RGB value is (186,218,205). Sum of RGB (Red+Green+Blue) = 186+218+205=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #BADACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADACD is #452532. Grayscale: #CECECE. Windows color (decimal): -4531507 or 13490874. OLE color: 13490874.
HSL color Cylindrical-coordinate representation of color #BADACD: hue angle of 155.62º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADACD is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 205 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.15 |
| HSL | 155.63º | 0.3% | 0.79% | - |
| HSV(B) | 155.63º | 0.15% | 0.85% | - |
| XYZ | 56.34 | 64.99 | 67.33 | - |
| YUV | 206.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 205 | 0.15 | 0 | 0.06 | 0.15 | 155.63 | 0.3 | 0.79 |
| Hex | BA | DA | CD | F | 0 | 6 | F | 9C | 1E | 4F |
| Octal | 272 | 332 | 315 | 17 | 0 | 6 | 17 | 234 | 36 | 117 |
| Binary | 10111010 | 11011010 | 11001101 | 1111 | 0 | 110 | 1111 | 10011100 | 11110 | 1001111 |
Color Harmonies of #BADACD
Complementary color
Monochromatic Colors of #BADACD
Black with #BADACD
Text Example
Text Example
White with #BADACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADACD; }
p { color: rgb(186,218,205); }
H1.HeaderClassName
{
color: #BADACD;
}
.AnyTagClassName
{
color: #BADACD;
}
</style>
background-color css
<style>
a { background-color: #BADACD; }
a { background-color: rgb(186,218,205); }
div.DivClassName
{
background-color: #BADACD;
}
.BgClassName
{
background-color: #BADACD;
}
</style>
border-color css
<style>
span { border-color: #BADACD; }
span { border-color: rgb(186,218,205); }
td.TdClassName
{
border-color: #BADACD;
}
.TagClassName
{
border-color: #BADACD;
}
</style>