Shades of Jet Stream #B2D8CA
Tints of Jet Stream #B2D8CA
RGB
CMYK
RGB Variations
Color information
#B2D8CA (or 0xB2D8CA) is known color: Jet Stream. HEX triplet: B2, D8 and CA. RGB value is (178,216,202). Sum of RGB (Red+Green+Blue) = 178+216+202=596 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.87% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D8CA is #4D2735. Grayscale: #CBCBCB. Windows color (decimal): -5056310 or 13293746. OLE color: 13293746.
HSL color Cylindrical-coordinate representation of color #B2D8CA: hue angle of 157.89º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2D8CA is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 202 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.15 |
| HSL | 157.89º | 0.33% | 0.77% | - |
| HSV(B) | 157.89º | 0.18% | 0.85% | - |
| XYZ | 53.58 | 62.84 | 65.18 | - |
| YUV | 203.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 202 | 0.18 | 0 | 0.06 | 0.15 | 157.89 | 0.33 | 0.77 |
| Hex | B2 | D8 | CA | 12 | 0 | 6 | F | 9E | 21 | 4D |
| Octal | 262 | 330 | 312 | 22 | 0 | 6 | 17 | 236 | 41 | 115 |
| Binary | 10110010 | 11011000 | 11001010 | 10010 | 0 | 110 | 1111 | 10011110 | 100001 | 1001101 |
Color Harmonies of #B2D8CA
Complementary color
Monochromatic Colors of #B2D8CA
Black with #B2D8CA
Text Example
Text Example
White with #B2D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D8CA; }
p { color: rgb(178,216,202); }
H1.HeaderClassName
{
color: #B2D8CA;
}
.AnyTagClassName
{
color: #B2D8CA;
}
</style>
background-color css
<style>
a { background-color: #B2D8CA; }
a { background-color: rgb(178,216,202); }
div.DivClassName
{
background-color: #B2D8CA;
}
.BgClassName
{
background-color: #B2D8CA;
}
</style>
border-color css
<style>
span { border-color: #B2D8CA; }
span { border-color: rgb(178,216,202); }
td.TdClassName
{
border-color: #B2D8CA;
}
.TagClassName
{
border-color: #B2D8CA;
}
</style>