Shades of Jet Stream #B6D8CE
Tints of Jet Stream #B6D8CE
RGB
CMYK
RGB Variations
Color information
#B6D8CE (or 0xB6D8CE) is known color: Jet Stream. HEX triplet: B6, D8 and CE. RGB value is (182,216,206). Sum of RGB (Red+Green+Blue) = 182+216+206=604 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.13% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D8CE is #492731. Grayscale: #CCCCCC. Windows color (decimal): -4794162 or 13555894. OLE color: 13555894.
HSL color Cylindrical-coordinate representation of color #B6D8CE: hue angle of 162.35º degrees, saturation: 0.3, 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 #B6D8CE is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 216 | 206 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.15 |
| HSL | 162.35º | 0.3% | 0.78% | - |
| HSV(B) | 162.35º | 0.16% | 0.85% | - |
| XYZ | 54.99 | 63.51 | 67.75 | - |
| YUV | 204.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 216 | 206 | 0.16 | 0 | 0.05 | 0.15 | 162.35 | 0.3 | 0.78 |
| Hex | B6 | D8 | CE | 10 | 0 | 5 | F | A2 | 1E | 4E |
| Octal | 266 | 330 | 316 | 20 | 0 | 5 | 17 | 242 | 36 | 116 |
| Binary | 10110110 | 11011000 | 11001110 | 10000 | 0 | 101 | 1111 | 10100010 | 11110 | 1001110 |
Color Harmonies of #B6D8CE
Complementary color
Monochromatic Colors of #B6D8CE
Black with #B6D8CE
Text Example
Text Example
White with #B6D8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D8CE; }
p { color: rgb(182,216,206); }
H1.HeaderClassName
{
color: #B6D8CE;
}
.AnyTagClassName
{
color: #B6D8CE;
}
</style>
background-color css
<style>
a { background-color: #B6D8CE; }
a { background-color: rgb(182,216,206); }
div.DivClassName
{
background-color: #B6D8CE;
}
.BgClassName
{
background-color: #B6D8CE;
}
</style>
border-color css
<style>
span { border-color: #B6D8CE; }
span { border-color: rgb(182,216,206); }
td.TdClassName
{
border-color: #B6D8CE;
}
.TagClassName
{
border-color: #B6D8CE;
}
</style>