Shades of Jet Stream #B1D7C8
Tints of Jet Stream #B1D7C8
RGB
CMYK
RGB Variations
Color information
#B1D7C8 (or 0xB1D7C8) is known color: Jet Stream. HEX triplet: B1, D7 and C8. RGB value is (177,215,200). Sum of RGB (Red+Green+Blue) = 177+215+200=592 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.90% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D7C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D7C8 is #4E2837. Grayscale: #C9C9C9. Windows color (decimal): -5122104 or 13162417. OLE color: 13162417.
HSL color Cylindrical-coordinate representation of color #B1D7C8: hue angle of 156.32º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1D7C8 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 215 | 200 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.16 |
| HSL | 156.32º | 0.32% | 0.77% | - |
| HSV(B) | 156.32º | 0.18% | 0.84% | - |
| XYZ | 52.86 | 62.12 | 63.85 | - |
| YUV | 201.93 | 126.91 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 215 | 200 | 0.18 | 0 | 0.07 | 0.16 | 156.32 | 0.32 | 0.77 |
| Hex | B1 | D7 | C8 | 12 | 0 | 7 | 10 | 9C | 20 | 4D |
| Octal | 261 | 327 | 310 | 22 | 0 | 7 | 20 | 234 | 40 | 115 |
| Binary | 10110001 | 11010111 | 11001000 | 10010 | 0 | 111 | 10000 | 10011100 | 100000 | 1001101 |
Color Harmonies of #B1D7C8
Complementary color
Monochromatic Colors of #B1D7C8
Black with #B1D7C8
Text Example
Text Example
White with #B1D7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D7C8; }
p { color: rgb(177,215,200); }
H1.HeaderClassName
{
color: #B1D7C8;
}
.AnyTagClassName
{
color: #B1D7C8;
}
</style>
background-color css
<style>
a { background-color: #B1D7C8; }
a { background-color: rgb(177,215,200); }
div.DivClassName
{
background-color: #B1D7C8;
}
.BgClassName
{
background-color: #B1D7C8;
}
</style>
border-color css
<style>
span { border-color: #B1D7C8; }
span { border-color: rgb(177,215,200); }
td.TdClassName
{
border-color: #B1D7C8;
}
.TagClassName
{
border-color: #B1D7C8;
}
</style>