Shades of Jet Stream #BADCCD
Tints of Jet Stream #BADCCD
RGB
CMYK
RGB Variations
Color information
#BADCCD (or 0xBADCCD) is known color: Jet Stream. HEX triplet: BA, DC and CD. RGB value is (186,220,205). Sum of RGB (Red+Green+Blue) = 186+220+205=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCCD is #452332. Grayscale: #D0D0D0. Windows color (decimal): -4530995 or 13491386. OLE color: 13491386.
HSL color Cylindrical-coordinate representation of color #BADCCD: hue angle of 153.53º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADCCD is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 205 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.14 |
| HSL | 153.53º | 0.33% | 0.8% | - |
| HSV(B) | 153.53º | 0.15% | 0.86% | - |
| XYZ | 56.86 | 66.03 | 67.51 | - |
| YUV | 208.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 205 | 0.15 | 0 | 0.07 | 0.14 | 153.53 | 0.33 | 0.8 |
| Hex | BA | DC | CD | F | 0 | 7 | E | 9A | 21 | 50 |
| Octal | 272 | 334 | 315 | 17 | 0 | 7 | 16 | 232 | 41 | 120 |
| Binary | 10111010 | 11011100 | 11001101 | 1111 | 0 | 111 | 1110 | 10011010 | 100001 | 1010000 |
Color Harmonies of #BADCCD
Complementary color
Monochromatic Colors of #BADCCD
Black with #BADCCD
Text Example
Text Example
White with #BADCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCCD; }
p { color: rgb(186,220,205); }
H1.HeaderClassName
{
color: #BADCCD;
}
.AnyTagClassName
{
color: #BADCCD;
}
</style>
background-color css
<style>
a { background-color: #BADCCD; }
a { background-color: rgb(186,220,205); }
div.DivClassName
{
background-color: #BADCCD;
}
.BgClassName
{
background-color: #BADCCD;
}
</style>
border-color css
<style>
span { border-color: #BADCCD; }
span { border-color: rgb(186,220,205); }
td.TdClassName
{
border-color: #BADCCD;
}
.TagClassName
{
border-color: #BADCCD;
}
</style>