Shades of Jet Stream #B7D7C6
Tints of Jet Stream #B7D7C6
RGB
CMYK
RGB Variations
Color information
#B7D7C6 (or 0xB7D7C6) is known color: Jet Stream. HEX triplet: B7, D7 and C6. RGB value is (183,215,198). Sum of RGB (Red+Green+Blue) = 183+215+198=596 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.70% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 198 (77.73% from 255 or 33.22% from 596); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D7C6 is #482839. Grayscale: #CBCBCB. Windows color (decimal): -4728890 or 13031351. OLE color: 13031351.
HSL color Cylindrical-coordinate representation of color #B7D7C6: hue angle of 148.12º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7D7C6 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 215 | 198 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.16 |
| HSL | 148.13º | 0.29% | 0.78% | - |
| HSV(B) | 148.13º | 0.15% | 0.84% | - |
| XYZ | 54.02 | 62.75 | 62.69 | - |
| YUV | 203.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 215 | 198 | 0.15 | 0 | 0.08 | 0.16 | 148.13 | 0.29 | 0.78 |
| Hex | B7 | D7 | C6 | F | 0 | 8 | 10 | 94 | 1D | 4E |
| Octal | 267 | 327 | 306 | 17 | 0 | 10 | 20 | 224 | 35 | 116 |
| Binary | 10110111 | 11010111 | 11000110 | 1111 | 0 | 1000 | 10000 | 10010100 | 11101 | 1001110 |
Color Harmonies of #B7D7C6
Complementary color
Monochromatic Colors of #B7D7C6
Black with #B7D7C6
Text Example
Text Example
White with #B7D7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D7C6; }
p { color: rgb(183,215,198); }
H1.HeaderClassName
{
color: #B7D7C6;
}
.AnyTagClassName
{
color: #B7D7C6;
}
</style>
background-color css
<style>
a { background-color: #B7D7C6; }
a { background-color: rgb(183,215,198); }
div.DivClassName
{
background-color: #B7D7C6;
}
.BgClassName
{
background-color: #B7D7C6;
}
</style>
border-color css
<style>
span { border-color: #B7D7C6; }
span { border-color: rgb(183,215,198); }
td.TdClassName
{
border-color: #B7D7C6;
}
.TagClassName
{
border-color: #B7D7C6;
}
</style>