Shades of Jet Stream #B8D7CE
Tints of Jet Stream #B8D7CE
RGB
CMYK
RGB Variations
Color information
#B8D7CE (or 0xB8D7CE) is known color: Jet Stream. HEX triplet: B8, D7 and CE. RGB value is (184,215,206). Sum of RGB (Red+Green+Blue) = 184+215+206=605 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.41% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D7CE is #472831. Grayscale: #CCCCCC. Windows color (decimal): -4663346 or 13555640. OLE color: 13555640.
HSL color Cylindrical-coordinate representation of color #B8D7CE: hue angle of 162.58º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8D7CE is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 215 | 206 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.16 |
| HSL | 162.58º | 0.28% | 0.78% | - |
| HSV(B) | 162.58º | 0.14% | 0.84% | - |
| XYZ | 55.21 | 63.25 | 67.69 | - |
| YUV | 204.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 206 | 0.14 | 0 | 0.04 | 0.16 | 162.58 | 0.28 | 0.78 |
| Hex | B8 | D7 | CE | E | 0 | 4 | 10 | A3 | 1C | 4E |
| Octal | 270 | 327 | 316 | 16 | 0 | 4 | 20 | 243 | 34 | 116 |
| Binary | 10111000 | 11010111 | 11001110 | 1110 | 0 | 100 | 10000 | 10100011 | 11100 | 1001110 |
Color Harmonies of #B8D7CE
Complementary color
Monochromatic Colors of #B8D7CE
Black with #B8D7CE
Text Example
Text Example
White with #B8D7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D7CE; }
p { color: rgb(184,215,206); }
H1.HeaderClassName
{
color: #B8D7CE;
}
.AnyTagClassName
{
color: #B8D7CE;
}
</style>
background-color css
<style>
a { background-color: #B8D7CE; }
a { background-color: rgb(184,215,206); }
div.DivClassName
{
background-color: #B8D7CE;
}
.BgClassName
{
background-color: #B8D7CE;
}
</style>
border-color css
<style>
span { border-color: #B8D7CE; }
span { border-color: rgb(184,215,206); }
td.TdClassName
{
border-color: #B8D7CE;
}
.TagClassName
{
border-color: #B8D7CE;
}
</style>