Shades of Jet Stream #B5D8CE
Tints of Jet Stream #B5D8CE
RGB
CMYK
RGB Variations
Color information
#B5D8CE (or 0xB5D8CE) is known color: Jet Stream. HEX triplet: B5, D8 and CE. RGB value is (181,216,206). Sum of RGB (Red+Green+Blue) = 181+216+206=603 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.02% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D8CE is #4A2731. Grayscale: #CCCCCC. Windows color (decimal): -4859698 or 13555893. OLE color: 13555893.
HSL color Cylindrical-coordinate representation of color #B5D8CE: hue angle of 162.86º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5D8CE is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 206 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.15 |
| HSL | 162.86º | 0.31% | 0.78% | - |
| HSV(B) | 162.86º | 0.16% | 0.85% | - |
| XYZ | 54.75 | 63.39 | 67.74 | - |
| YUV | 204.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 206 | 0.16 | 0 | 0.05 | 0.15 | 162.86 | 0.31 | 0.78 |
| Hex | B5 | D8 | CE | 10 | 0 | 5 | F | A3 | 1F | 4E |
| Octal | 265 | 330 | 316 | 20 | 0 | 5 | 17 | 243 | 37 | 116 |
| Binary | 10110101 | 11011000 | 11001110 | 10000 | 0 | 101 | 1111 | 10100011 | 11111 | 1001110 |
Color Harmonies of #B5D8CE
Complementary color
Monochromatic Colors of #B5D8CE
Black with #B5D8CE
Text Example
Text Example
White with #B5D8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D8CE; }
p { color: rgb(181,216,206); }
H1.HeaderClassName
{
color: #B5D8CE;
}
.AnyTagClassName
{
color: #B5D8CE;
}
</style>
background-color css
<style>
a { background-color: #B5D8CE; }
a { background-color: rgb(181,216,206); }
div.DivClassName
{
background-color: #B5D8CE;
}
.BgClassName
{
background-color: #B5D8CE;
}
</style>
border-color css
<style>
span { border-color: #B5D8CE; }
span { border-color: rgb(181,216,206); }
td.TdClassName
{
border-color: #B5D8CE;
}
.TagClassName
{
border-color: #B5D8CE;
}
</style>