Shades of Jet Stream #B7D1C6
Tints of Jet Stream #B7D1C6
RGB
CMYK
RGB Variations
Color information
#B7D1C6 (or 0xB7D1C6) is known color: Jet Stream. HEX triplet: B7, D1 and C6. RGB value is (183,209,198). Sum of RGB (Red+Green+Blue) = 183+209+198=590 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.02% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D1C6 is #482E39. Grayscale: #C7C7C7. Windows color (decimal): -4730426 or 13029815. OLE color: 13029815.
HSL color Cylindrical-coordinate representation of color #B7D1C6: hue angle of 154.62º 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 #B7D1C6 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 209 | 198 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.18 |
| HSL | 154.62º | 0.22% | 0.77% | - |
| HSV(B) | 154.62º | 0.12% | 0.82% | - |
| XYZ | 52.52 | 59.75 | 62.19 | - |
| YUV | 199.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 198 | 0.12 | 0 | 0.05 | 0.18 | 154.62 | 0.22 | 0.77 |
| Hex | B7 | D1 | C6 | C | 0 | 5 | 12 | 9B | 16 | 4D |
| Octal | 267 | 321 | 306 | 14 | 0 | 5 | 22 | 233 | 26 | 115 |
| Binary | 10110111 | 11010001 | 11000110 | 1100 | 0 | 101 | 10010 | 10011011 | 10110 | 1001101 |
Color Harmonies of #B7D1C6
Complementary color
Monochromatic Colors of #B7D1C6
Black with #B7D1C6
Text Example
Text Example
White with #B7D1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D1C6; }
p { color: rgb(183,209,198); }
H1.HeaderClassName
{
color: #B7D1C6;
}
.AnyTagClassName
{
color: #B7D1C6;
}
</style>
background-color css
<style>
a { background-color: #B7D1C6; }
a { background-color: rgb(183,209,198); }
div.DivClassName
{
background-color: #B7D1C6;
}
.BgClassName
{
background-color: #B7D1C6;
}
</style>
border-color css
<style>
span { border-color: #B7D1C6; }
span { border-color: rgb(183,209,198); }
td.TdClassName
{
border-color: #B7D1C6;
}
.TagClassName
{
border-color: #B7D1C6;
}
</style>