Shades of Jet Stream #B1DBC6
Tints of Jet Stream #B1DBC6
RGB
CMYK
RGB Variations
Color information
#B1DBC6 (or 0xB1DBC6) is known color: Jet Stream. HEX triplet: B1, DB and C6. RGB value is (177,219,198). Sum of RGB (Red+Green+Blue) = 177+219+198=594 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.80% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DBC6 is #4E2439. Grayscale: #CCCCCC. Windows color (decimal): -5121082 or 13032369. OLE color: 13032369.
HSL color Cylindrical-coordinate representation of color #B1DBC6: hue angle of 150º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1DBC6 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 198 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.14 |
| HSL | 150º | 0.37% | 0.78% | - |
| HSV(B) | 150º | 0.19% | 0.86% | - |
| XYZ | 53.66 | 64.09 | 62.97 | - |
| YUV | 204.05 | 124.59 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 198 | 0.19 | 0 | 0.10 | 0.14 | 150 | 0.37 | 0.78 |
| Hex | B1 | DB | C6 | 13 | 0 | A | E | 96 | 25 | 4E |
| Octal | 261 | 333 | 306 | 23 | 0 | 12 | 16 | 226 | 45 | 116 |
| Binary | 10110001 | 11011011 | 11000110 | 10011 | 0 | 1010 | 1110 | 10010110 | 100101 | 1001110 |
Color Harmonies of #B1DBC6
Complementary color
Monochromatic Colors of #B1DBC6
Black with #B1DBC6
Text Example
Text Example
White with #B1DBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DBC6; }
p { color: rgb(177,219,198); }
H1.HeaderClassName
{
color: #B1DBC6;
}
.AnyTagClassName
{
color: #B1DBC6;
}
</style>
background-color css
<style>
a { background-color: #B1DBC6; }
a { background-color: rgb(177,219,198); }
div.DivClassName
{
background-color: #B1DBC6;
}
.BgClassName
{
background-color: #B1DBC6;
}
</style>
border-color css
<style>
span { border-color: #B1DBC6; }
span { border-color: rgb(177,219,198); }
td.TdClassName
{
border-color: #B1DBC6;
}
.TagClassName
{
border-color: #B1DBC6;
}
</style>