Shades of Jet Stream #BADCCE
Tints of Jet Stream #BADCCE
RGB
CMYK
RGB Variations
Color information
#BADCCE (or 0xBADCCE) is known color: Jet Stream. HEX triplet: BA, DC and CE. RGB value is (186,220,206). Sum of RGB (Red+Green+Blue) = 186+220+206=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCCE is #452331. Grayscale: #D0D0D0. Windows color (decimal): -4530994 or 13556922. OLE color: 13556922.
HSL color Cylindrical-coordinate representation of color #BADCCE: hue angle of 155.29º 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 #BADCCE is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 206 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.14 |
| HSL | 155.29º | 0.33% | 0.8% | - |
| HSV(B) | 155.29º | 0.15% | 0.86% | - |
| XYZ | 56.98 | 66.08 | 68.14 | - |
| YUV | 208.24 | 126.74 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 206 | 0.15 | 0 | 0.06 | 0.14 | 155.29 | 0.33 | 0.8 |
| Hex | BA | DC | CE | F | 0 | 6 | E | 9B | 21 | 50 |
| Octal | 272 | 334 | 316 | 17 | 0 | 6 | 16 | 233 | 41 | 120 |
| Binary | 10111010 | 11011100 | 11001110 | 1111 | 0 | 110 | 1110 | 10011011 | 100001 | 1010000 |
Color Harmonies of #BADCCE
Complementary color
Monochromatic Colors of #BADCCE
Black with #BADCCE
Text Example
Text Example
White with #BADCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCCE; }
p { color: rgb(186,220,206); }
H1.HeaderClassName
{
color: #BADCCE;
}
.AnyTagClassName
{
color: #BADCCE;
}
</style>
background-color css
<style>
a { background-color: #BADCCE; }
a { background-color: rgb(186,220,206); }
div.DivClassName
{
background-color: #BADCCE;
}
.BgClassName
{
background-color: #BADCCE;
}
</style>
border-color css
<style>
span { border-color: #BADCCE; }
span { border-color: rgb(186,220,206); }
td.TdClassName
{
border-color: #BADCCE;
}
.TagClassName
{
border-color: #BADCCE;
}
</style>