Shades of Jet Stream #B0DAC5
Tints of Jet Stream #B0DAC5
RGB
CMYK
RGB Variations
Color information
#B0DAC5 (or 0xB0DAC5) is known color: Jet Stream. HEX triplet: B0, DA and C5. RGB value is (176,218,197). Sum of RGB (Red+Green+Blue) = 176+218+197=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DAC5 is #4F253A. Grayscale: #CBCBCB. Windows color (decimal): -5186875 or 12966576. OLE color: 12966576.
HSL color Cylindrical-coordinate representation of color #B0DAC5: hue angle of 150º 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 #B0DAC5 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 197 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.15 |
| HSL | 150º | 0.36% | 0.77% | - |
| HSV(B) | 150º | 0.19% | 0.85% | - |
| XYZ | 53.05 | 63.4 | 62.27 | - |
| YUV | 203.05 | 124.59 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 197 | 0.19 | 0 | 0.10 | 0.15 | 150 | 0.36 | 0.77 |
| Hex | B0 | DA | C5 | 13 | 0 | A | F | 96 | 24 | 4D |
| Octal | 260 | 332 | 305 | 23 | 0 | 12 | 17 | 226 | 44 | 115 |
| Binary | 10110000 | 11011010 | 11000101 | 10011 | 0 | 1010 | 1111 | 10010110 | 100100 | 1001101 |
Color Harmonies of #B0DAC5
Complementary color
Monochromatic Colors of #B0DAC5
Black with #B0DAC5
Text Example
Text Example
White with #B0DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DAC5; }
p { color: rgb(176,218,197); }
H1.HeaderClassName
{
color: #B0DAC5;
}
.AnyTagClassName
{
color: #B0DAC5;
}
</style>
background-color css
<style>
a { background-color: #B0DAC5; }
a { background-color: rgb(176,218,197); }
div.DivClassName
{
background-color: #B0DAC5;
}
.BgClassName
{
background-color: #B0DAC5;
}
</style>
border-color css
<style>
span { border-color: #B0DAC5; }
span { border-color: rgb(176,218,197); }
td.TdClassName
{
border-color: #B0DAC5;
}
.TagClassName
{
border-color: #B0DAC5;
}
</style>