Shades of Jet Stream #B5D7C8
Tints of Jet Stream #B5D7C8
RGB
CMYK
RGB Variations
Color information
#B5D7C8 (or 0xB5D7C8) is known color: Jet Stream. HEX triplet: B5, D7 and C8. RGB value is (181,215,200). Sum of RGB (Red+Green+Blue) = 181+215+200=596 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.37% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D7C8 is #4A2837. Grayscale: #CBCBCB. Windows color (decimal): -4859960 or 13162421. OLE color: 13162421.
HSL color Cylindrical-coordinate representation of color #B5D7C8: hue angle of 153.53º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5D7C8 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 215 | 200 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.16 |
| HSL | 153.53º | 0.3% | 0.78% | - |
| HSV(B) | 153.53º | 0.16% | 0.84% | - |
| XYZ | 53.78 | 62.59 | 63.89 | - |
| YUV | 203.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 215 | 200 | 0.16 | 0 | 0.07 | 0.16 | 153.53 | 0.3 | 0.78 |
| Hex | B5 | D7 | C8 | 10 | 0 | 7 | 10 | 9A | 1E | 4E |
| Octal | 265 | 327 | 310 | 20 | 0 | 7 | 20 | 232 | 36 | 116 |
| Binary | 10110101 | 11010111 | 11001000 | 10000 | 0 | 111 | 10000 | 10011010 | 11110 | 1001110 |
Color Harmonies of #B5D7C8
Complementary color
Monochromatic Colors of #B5D7C8
Black with #B5D7C8
Text Example
Text Example
White with #B5D7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D7C8; }
p { color: rgb(181,215,200); }
H1.HeaderClassName
{
color: #B5D7C8;
}
.AnyTagClassName
{
color: #B5D7C8;
}
</style>
background-color css
<style>
a { background-color: #B5D7C8; }
a { background-color: rgb(181,215,200); }
div.DivClassName
{
background-color: #B5D7C8;
}
.BgClassName
{
background-color: #B5D7C8;
}
</style>
border-color css
<style>
span { border-color: #B5D7C8; }
span { border-color: rgb(181,215,200); }
td.TdClassName
{
border-color: #B5D7C8;
}
.TagClassName
{
border-color: #B5D7C8;
}
</style>