Shades of Jet Stream #B2D7CA
Tints of Jet Stream #B2D7CA
RGB
CMYK
RGB Variations
Color information
#B2D7CA (or 0xB2D7CA) is known color: Jet Stream. HEX triplet: B2, D7 and CA. RGB value is (178,215,202). Sum of RGB (Red+Green+Blue) = 178+215+202=595 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.92% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D7CA is #4D2835. Grayscale: #CACACA. Windows color (decimal): -5056566 or 13293490. OLE color: 13293490.
HSL color Cylindrical-coordinate representation of color #B2D7CA: hue angle of 158.92º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2D7CA is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 215 | 202 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.16 |
| HSL | 158.92º | 0.32% | 0.77% | - |
| HSV(B) | 158.92º | 0.17% | 0.84% | - |
| XYZ | 53.32 | 62.33 | 65.1 | - |
| YUV | 202.46 | 127.74 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 202 | 0.17 | 0 | 0.06 | 0.16 | 158.92 | 0.32 | 0.77 |
| Hex | B2 | D7 | CA | 11 | 0 | 6 | 10 | 9F | 20 | 4D |
| Octal | 262 | 327 | 312 | 21 | 0 | 6 | 20 | 237 | 40 | 115 |
| Binary | 10110010 | 11010111 | 11001010 | 10001 | 0 | 110 | 10000 | 10011111 | 100000 | 1001101 |
Color Harmonies of #B2D7CA
Complementary color
Monochromatic Colors of #B2D7CA
Black with #B2D7CA
Text Example
Text Example
White with #B2D7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D7CA; }
p { color: rgb(178,215,202); }
H1.HeaderClassName
{
color: #B2D7CA;
}
.AnyTagClassName
{
color: #B2D7CA;
}
</style>
background-color css
<style>
a { background-color: #B2D7CA; }
a { background-color: rgb(178,215,202); }
div.DivClassName
{
background-color: #B2D7CA;
}
.BgClassName
{
background-color: #B2D7CA;
}
</style>
border-color css
<style>
span { border-color: #B2D7CA; }
span { border-color: rgb(178,215,202); }
td.TdClassName
{
border-color: #B2D7CA;
}
.TagClassName
{
border-color: #B2D7CA;
}
</style>