Shades of Jet Stream #B7D1CB
Tints of Jet Stream #B7D1CB
RGB
CMYK
RGB Variations
Color information
#B7D1CB (or 0xB7D1CB) is known color: Jet Stream. HEX triplet: B7, D1 and CB. RGB value is (183,209,203). Sum of RGB (Red+Green+Blue) = 183+209+203=595 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.76% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D1CB is #482E34. Grayscale: #C8C8C8. Windows color (decimal): -4730421 or 13357495. OLE color: 13357495.
HSL color Cylindrical-coordinate representation of color #B7D1CB: hue angle of 166.15º 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 #B7D1CB is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 209 | 203 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.18 |
| HSL | 166.15º | 0.22% | 0.77% | - |
| HSV(B) | 166.15º | 0.12% | 0.82% | - |
| XYZ | 53.11 | 59.98 | 65.28 | - |
| YUV | 200.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 203 | 0.12 | 0 | 0.03 | 0.18 | 166.15 | 0.22 | 0.77 |
| Hex | B7 | D1 | CB | C | 0 | 3 | 12 | A6 | 16 | 4D |
| Octal | 267 | 321 | 313 | 14 | 0 | 3 | 22 | 246 | 26 | 115 |
| Binary | 10110111 | 11010001 | 11001011 | 1100 | 0 | 11 | 10010 | 10100110 | 10110 | 1001101 |
Color Harmonies of #B7D1CB
Complementary color
Monochromatic Colors of #B7D1CB
Black with #B7D1CB
Text Example
Text Example
White with #B7D1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D1CB; }
p { color: rgb(183,209,203); }
H1.HeaderClassName
{
color: #B7D1CB;
}
.AnyTagClassName
{
color: #B7D1CB;
}
</style>
background-color css
<style>
a { background-color: #B7D1CB; }
a { background-color: rgb(183,209,203); }
div.DivClassName
{
background-color: #B7D1CB;
}
.BgClassName
{
background-color: #B7D1CB;
}
</style>
border-color css
<style>
span { border-color: #B7D1CB; }
span { border-color: rgb(183,209,203); }
td.TdClassName
{
border-color: #B7D1CB;
}
.TagClassName
{
border-color: #B7D1CB;
}
</style>