Shades of Jet Stream #B2D1C7
Tints of Jet Stream #B2D1C7
RGB
CMYK
RGB Variations
Color information
#B2D1C7 (or 0xB2D1C7) is known color: Jet Stream. HEX triplet: B2, D1 and C7. RGB value is (178,209,199). Sum of RGB (Red+Green+Blue) = 178+209+199=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 199 (78.12% from 255 or 33.96% from 586); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D1C7 is #4D2E38. Grayscale: #C6C6C6. Windows color (decimal): -5058105 or 13095346. OLE color: 13095346.
HSL color Cylindrical-coordinate representation of color #B2D1C7: hue angle of 160.65º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2D1C7 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 199 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.18 |
| HSL | 160.65º | 0.25% | 0.76% | - |
| HSV(B) | 160.65º | 0.15% | 0.82% | - |
| XYZ | 51.47 | 59.19 | 62.74 | - |
| YUV | 198.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 199 | 0.15 | 0 | 0.05 | 0.18 | 160.65 | 0.25 | 0.76 |
| Hex | B2 | D1 | C7 | F | 0 | 5 | 12 | A1 | 19 | 4C |
| Octal | 262 | 321 | 307 | 17 | 0 | 5 | 22 | 241 | 31 | 114 |
| Binary | 10110010 | 11010001 | 11000111 | 1111 | 0 | 101 | 10010 | 10100001 | 11001 | 1001100 |
Color Harmonies of #B2D1C7
Complementary color
Monochromatic Colors of #B2D1C7
Black with #B2D1C7
Text Example
Text Example
White with #B2D1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D1C7; }
p { color: rgb(178,209,199); }
H1.HeaderClassName
{
color: #B2D1C7;
}
.AnyTagClassName
{
color: #B2D1C7;
}
</style>
background-color css
<style>
a { background-color: #B2D1C7; }
a { background-color: rgb(178,209,199); }
div.DivClassName
{
background-color: #B2D1C7;
}
.BgClassName
{
background-color: #B2D1C7;
}
</style>
border-color css
<style>
span { border-color: #B2D1C7; }
span { border-color: rgb(178,209,199); }
td.TdClassName
{
border-color: #B2D1C7;
}
.TagClassName
{
border-color: #B2D1C7;
}
</style>