Shades of Jet Stream #B0DAC7
Tints of Jet Stream #B0DAC7
RGB
CMYK
RGB Variations
Color information
#B0DAC7 (or 0xB0DAC7) is known color: Jet Stream. HEX triplet: B0, DA and C7. RGB value is (176,218,199). Sum of RGB (Red+Green+Blue) = 176+218+199=593 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.68% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DAC7 is #4F2538. Grayscale: #CBCBCB. Windows color (decimal): -5186873 or 13097648. OLE color: 13097648.
HSL color Cylindrical-coordinate representation of color #B0DAC7: hue angle of 152.86º 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 #B0DAC7 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 199 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.15 |
| HSL | 152.86º | 0.36% | 0.77% | - |
| HSV(B) | 152.86º | 0.19% | 0.85% | - |
| XYZ | 53.28 | 63.5 | 63.48 | - |
| YUV | 203.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 199 | 0.19 | 0 | 0.09 | 0.15 | 152.86 | 0.36 | 0.77 |
| Hex | B0 | DA | C7 | 13 | 0 | 9 | F | 99 | 24 | 4D |
| Octal | 260 | 332 | 307 | 23 | 0 | 11 | 17 | 231 | 44 | 115 |
| Binary | 10110000 | 11011010 | 11000111 | 10011 | 0 | 1001 | 1111 | 10011001 | 100100 | 1001101 |
Color Harmonies of #B0DAC7
Complementary color
Monochromatic Colors of #B0DAC7
Black with #B0DAC7
Text Example
Text Example
White with #B0DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DAC7; }
p { color: rgb(176,218,199); }
H1.HeaderClassName
{
color: #B0DAC7;
}
.AnyTagClassName
{
color: #B0DAC7;
}
</style>
background-color css
<style>
a { background-color: #B0DAC7; }
a { background-color: rgb(176,218,199); }
div.DivClassName
{
background-color: #B0DAC7;
}
.BgClassName
{
background-color: #B0DAC7;
}
</style>
border-color css
<style>
span { border-color: #B0DAC7; }
span { border-color: rgb(176,218,199); }
td.TdClassName
{
border-color: #B0DAC7;
}
.TagClassName
{
border-color: #B0DAC7;
}
</style>