Shades of Jet Stream #B0DDC6
Tints of Jet Stream #B0DDC6
RGB
CMYK
RGB Variations
Color information
#B0DDC6 (or 0xB0DDC6) is known color: Jet Stream. HEX triplet: B0, DD and C6. RGB value is (176,221,198). Sum of RGB (Red+Green+Blue) = 176+221+198=595 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.58% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DDC6 is #4F2239. Grayscale: #CCCCCC. Windows color (decimal): -5186106 or 13032880. OLE color: 13032880.
HSL color Cylindrical-coordinate representation of color #B0DDC6: hue angle of 149.33º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DDC6 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 198 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.13 |
| HSL | 149.33º | 0.4% | 0.78% | - |
| HSV(B) | 149.33º | 0.2% | 0.87% | - |
| XYZ | 53.95 | 65.02 | 63.13 | - |
| YUV | 204.92 | 124.09 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 198 | 0.20 | 0 | 0.10 | 0.13 | 149.33 | 0.4 | 0.78 |
| Hex | B0 | DD | C6 | 14 | 0 | A | D | 95 | 28 | 4E |
| Octal | 260 | 335 | 306 | 24 | 0 | 12 | 15 | 225 | 50 | 116 |
| Binary | 10110000 | 11011101 | 11000110 | 10100 | 0 | 1010 | 1101 | 10010101 | 101000 | 1001110 |
Color Harmonies of #B0DDC6
Complementary color
Monochromatic Colors of #B0DDC6
Black with #B0DDC6
Text Example
Text Example
White with #B0DDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DDC6; }
p { color: rgb(176,221,198); }
H1.HeaderClassName
{
color: #B0DDC6;
}
.AnyTagClassName
{
color: #B0DDC6;
}
</style>
background-color css
<style>
a { background-color: #B0DDC6; }
a { background-color: rgb(176,221,198); }
div.DivClassName
{
background-color: #B0DDC6;
}
.BgClassName
{
background-color: #B0DDC6;
}
</style>
border-color css
<style>
span { border-color: #B0DDC6; }
span { border-color: rgb(176,221,198); }
td.TdClassName
{
border-color: #B0DDC6;
}
.TagClassName
{
border-color: #B0DDC6;
}
</style>