Shades of Jet Stream #B7D1C7
Tints of Jet Stream #B7D1C7
RGB
CMYK
RGB Variations
Color information
#B7D1C7 (or 0xB7D1C7) is known color: Jet Stream. HEX triplet: B7, D1 and C7. RGB value is (183,209,199). Sum of RGB (Red+Green+Blue) = 183+209+199=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D1C7 is #482E38. Grayscale: #C8C8C8. Windows color (decimal): -4730425 or 13095351. OLE color: 13095351.
HSL color Cylindrical-coordinate representation of color #B7D1C7: hue angle of 156.92º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7D1C7 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 209 | 199 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.18 |
| HSL | 156.92º | 0.22% | 0.77% | - |
| HSV(B) | 156.92º | 0.12% | 0.82% | - |
| XYZ | 52.64 | 59.79 | 62.8 | - |
| YUV | 200.09 | 127.39 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 199 | 0.12 | 0 | 0.05 | 0.18 | 156.92 | 0.22 | 0.77 |
| Hex | B7 | D1 | C7 | C | 0 | 5 | 12 | 9D | 16 | 4D |
| Octal | 267 | 321 | 307 | 14 | 0 | 5 | 22 | 235 | 26 | 115 |
| Binary | 10110111 | 11010001 | 11000111 | 1100 | 0 | 101 | 10010 | 10011101 | 10110 | 1001101 |
Color Harmonies of #B7D1C7
Complementary color
Monochromatic Colors of #B7D1C7
Black with #B7D1C7
Text Example
Text Example
White with #B7D1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D1C7; }
p { color: rgb(183,209,199); }
H1.HeaderClassName
{
color: #B7D1C7;
}
.AnyTagClassName
{
color: #B7D1C7;
}
</style>
background-color css
<style>
a { background-color: #B7D1C7; }
a { background-color: rgb(183,209,199); }
div.DivClassName
{
background-color: #B7D1C7;
}
.BgClassName
{
background-color: #B7D1C7;
}
</style>
border-color css
<style>
span { border-color: #B7D1C7; }
span { border-color: rgb(183,209,199); }
td.TdClassName
{
border-color: #B7D1C7;
}
.TagClassName
{
border-color: #B7D1C7;
}
</style>