Shades of Jet Stream #B0DAC4
Tints of Jet Stream #B0DAC4
RGB
CMYK
RGB Variations
Color information
#B0DAC4 (or 0xB0DAC4) is known color: Jet Stream. HEX triplet: B0, DA and C4. RGB value is (176,218,196). Sum of RGB (Red+Green+Blue) = 176+218+196=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DAC4 is #4F253B. Grayscale: #CACACA. Windows color (decimal): -5186876 or 12901040. OLE color: 12901040.
HSL color Cylindrical-coordinate representation of color #B0DAC4: hue angle of 148.57º 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 #B0DAC4 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 196 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.15 |
| HSL | 148.57º | 0.36% | 0.77% | - |
| HSV(B) | 148.57º | 0.19% | 0.85% | - |
| XYZ | 52.94 | 63.36 | 61.66 | - |
| YUV | 202.93 | 124.09 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 196 | 0.19 | 0 | 0.10 | 0.15 | 148.57 | 0.36 | 0.77 |
| Hex | B0 | DA | C4 | 13 | 0 | A | F | 95 | 24 | 4D |
| Octal | 260 | 332 | 304 | 23 | 0 | 12 | 17 | 225 | 44 | 115 |
| Binary | 10110000 | 11011010 | 11000100 | 10011 | 0 | 1010 | 1111 | 10010101 | 100100 | 1001101 |
Color Harmonies of #B0DAC4
Complementary color
Monochromatic Colors of #B0DAC4
Black with #B0DAC4
Text Example
Text Example
White with #B0DAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DAC4; }
p { color: rgb(176,218,196); }
H1.HeaderClassName
{
color: #B0DAC4;
}
.AnyTagClassName
{
color: #B0DAC4;
}
</style>
background-color css
<style>
a { background-color: #B0DAC4; }
a { background-color: rgb(176,218,196); }
div.DivClassName
{
background-color: #B0DAC4;
}
.BgClassName
{
background-color: #B0DAC4;
}
</style>
border-color css
<style>
span { border-color: #B0DAC4; }
span { border-color: rgb(176,218,196); }
td.TdClassName
{
border-color: #B0DAC4;
}
.TagClassName
{
border-color: #B0DAC4;
}
</style>