Shades of Jet Stream #B8D6CF
Tints of Jet Stream #B8D6CF
RGB
CMYK
RGB Variations
Color information
#B8D6CF (or 0xB8D6CF) is known color: Jet Stream. HEX triplet: B8, D6 and CF. RGB value is (184,214,207). Sum of RGB (Red+Green+Blue) = 184+214+207=605 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.41% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D6CF is #472930. Grayscale: #CCCCCC. Windows color (decimal): -4663601 or 13620920. OLE color: 13620920.
HSL color Cylindrical-coordinate representation of color #B8D6CF: hue angle of 166º degrees, saturation: 0.27, 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 #B8D6CF is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 214 | 207 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.16 |
| HSL | 166º | 0.27% | 0.78% | - |
| HSV(B) | 166º | 0.14% | 0.84% | - |
| XYZ | 55.08 | 62.79 | 68.25 | - |
| YUV | 204.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 214 | 207 | 0.14 | 0 | 0.03 | 0.16 | 166 | 0.27 | 0.78 |
| Hex | B8 | D6 | CF | E | 0 | 3 | 10 | A6 | 1B | 4E |
| Octal | 270 | 326 | 317 | 16 | 0 | 3 | 20 | 246 | 33 | 116 |
| Binary | 10111000 | 11010110 | 11001111 | 1110 | 0 | 11 | 10000 | 10100110 | 11011 | 1001110 |
Color Harmonies of #B8D6CF
Complementary color
Monochromatic Colors of #B8D6CF
Black with #B8D6CF
Text Example
Text Example
White with #B8D6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D6CF; }
p { color: rgb(184,214,207); }
H1.HeaderClassName
{
color: #B8D6CF;
}
.AnyTagClassName
{
color: #B8D6CF;
}
</style>
background-color css
<style>
a { background-color: #B8D6CF; }
a { background-color: rgb(184,214,207); }
div.DivClassName
{
background-color: #B8D6CF;
}
.BgClassName
{
background-color: #B8D6CF;
}
</style>
border-color css
<style>
span { border-color: #B8D6CF; }
span { border-color: rgb(184,214,207); }
td.TdClassName
{
border-color: #B8D6CF;
}
.TagClassName
{
border-color: #B8D6CF;
}
</style>