Shades of Jet Stream #B0DAC9
Tints of Jet Stream #B0DAC9
RGB
CMYK
RGB Variations
Color information
#B0DAC9 (or 0xB0DAC9) is known color: Jet Stream. HEX triplet: B0, DA and C9. RGB value is (176,218,201). Sum of RGB (Red+Green+Blue) = 176+218+201=595 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.58% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DAC9 is #4F2536. Grayscale: #CBCBCB. Windows color (decimal): -5186871 or 13228720. OLE color: 13228720.
HSL color Cylindrical-coordinate representation of color #B0DAC9: hue angle of 155.71º 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 #B0DAC9 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 201 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.15 |
| HSL | 155.71º | 0.36% | 0.77% | - |
| HSV(B) | 155.71º | 0.19% | 0.85% | - |
| XYZ | 53.52 | 63.59 | 64.71 | - |
| YUV | 203.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 201 | 0.19 | 0 | 0.08 | 0.15 | 155.71 | 0.36 | 0.77 |
| Hex | B0 | DA | C9 | 13 | 0 | 8 | F | 9C | 24 | 4D |
| Octal | 260 | 332 | 311 | 23 | 0 | 10 | 17 | 234 | 44 | 115 |
| Binary | 10110000 | 11011010 | 11001001 | 10011 | 0 | 1000 | 1111 | 10011100 | 100100 | 1001101 |
Color Harmonies of #B0DAC9
Complementary color
Monochromatic Colors of #B0DAC9
Black with #B0DAC9
Text Example
Text Example
White with #B0DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DAC9; }
p { color: rgb(176,218,201); }
H1.HeaderClassName
{
color: #B0DAC9;
}
.AnyTagClassName
{
color: #B0DAC9;
}
</style>
background-color css
<style>
a { background-color: #B0DAC9; }
a { background-color: rgb(176,218,201); }
div.DivClassName
{
background-color: #B0DAC9;
}
.BgClassName
{
background-color: #B0DAC9;
}
</style>
border-color css
<style>
span { border-color: #B0DAC9; }
span { border-color: rgb(176,218,201); }
td.TdClassName
{
border-color: #B0DAC9;
}
.TagClassName
{
border-color: #B0DAC9;
}
</style>