Shades of Jet Stream #B7D1C9
Tints of Jet Stream #B7D1C9
RGB
CMYK
RGB Variations
Color information
#B7D1C9 (or 0xB7D1C9) is known color: Jet Stream. HEX triplet: B7, D1 and C9. RGB value is (183,209,201). Sum of RGB (Red+Green+Blue) = 183+209+201=593 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.86% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D1C9 is #482E36. Grayscale: #C8C8C8. Windows color (decimal): -4730423 or 13226423. OLE color: 13226423.
HSL color Cylindrical-coordinate representation of color #B7D1C9: hue angle of 161.54º 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 #B7D1C9 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 209 | 201 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.18 |
| HSL | 161.54º | 0.22% | 0.77% | - |
| HSV(B) | 161.54º | 0.12% | 0.82% | - |
| XYZ | 52.87 | 59.89 | 64.03 | - |
| YUV | 200.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 201 | 0.12 | 0 | 0.04 | 0.18 | 161.54 | 0.22 | 0.77 |
| Hex | B7 | D1 | C9 | C | 0 | 4 | 12 | A2 | 16 | 4D |
| Octal | 267 | 321 | 311 | 14 | 0 | 4 | 22 | 242 | 26 | 115 |
| Binary | 10110111 | 11010001 | 11001001 | 1100 | 0 | 100 | 10010 | 10100010 | 10110 | 1001101 |
Color Harmonies of #B7D1C9
Complementary color
Monochromatic Colors of #B7D1C9
Black with #B7D1C9
Text Example
Text Example
White with #B7D1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D1C9; }
p { color: rgb(183,209,201); }
H1.HeaderClassName
{
color: #B7D1C9;
}
.AnyTagClassName
{
color: #B7D1C9;
}
</style>
background-color css
<style>
a { background-color: #B7D1C9; }
a { background-color: rgb(183,209,201); }
div.DivClassName
{
background-color: #B7D1C9;
}
.BgClassName
{
background-color: #B7D1C9;
}
</style>
border-color css
<style>
span { border-color: #B7D1C9; }
span { border-color: rgb(183,209,201); }
td.TdClassName
{
border-color: #B7D1C9;
}
.TagClassName
{
border-color: #B7D1C9;
}
</style>