Shades of Jet Stream #B0DAC6
Tints of Jet Stream #B0DAC6
RGB
CMYK
RGB Variations
Color information
#B0DAC6 (or 0xB0DAC6) is known color: Jet Stream. HEX triplet: B0, DA and C6. RGB value is (176,218,198). Sum of RGB (Red+Green+Blue) = 176+218+198=592 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.73% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DAC6 is #4F2539. Grayscale: #CBCBCB. Windows color (decimal): -5186874 or 13032112. OLE color: 13032112.
HSL color Cylindrical-coordinate representation of color #B0DAC6: hue angle of 151.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0DAC6 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 198 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.15 |
| HSL | 151.43º | 0.36% | 0.77% | - |
| HSV(B) | 151.43º | 0.19% | 0.85% | - |
| XYZ | 53.17 | 63.45 | 62.87 | - |
| YUV | 203.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 198 | 0.19 | 0 | 0.09 | 0.15 | 151.43 | 0.36 | 0.77 |
| Hex | B0 | DA | C6 | 13 | 0 | 9 | F | 97 | 24 | 4D |
| Octal | 260 | 332 | 306 | 23 | 0 | 11 | 17 | 227 | 44 | 115 |
| Binary | 10110000 | 11011010 | 11000110 | 10011 | 0 | 1001 | 1111 | 10010111 | 100100 | 1001101 |
Color Harmonies of #B0DAC6
Complementary color
Monochromatic Colors of #B0DAC6
Black with #B0DAC6
Text Example
Text Example
White with #B0DAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DAC6; }
p { color: rgb(176,218,198); }
H1.HeaderClassName
{
color: #B0DAC6;
}
.AnyTagClassName
{
color: #B0DAC6;
}
</style>
background-color css
<style>
a { background-color: #B0DAC6; }
a { background-color: rgb(176,218,198); }
div.DivClassName
{
background-color: #B0DAC6;
}
.BgClassName
{
background-color: #B0DAC6;
}
</style>
border-color css
<style>
span { border-color: #B0DAC6; }
span { border-color: rgb(176,218,198); }
td.TdClassName
{
border-color: #B0DAC6;
}
.TagClassName
{
border-color: #B0DAC6;
}
</style>