Shades of Jet Stream #B7D9CB
Tints of Jet Stream #B7D9CB
RGB
CMYK
RGB Variations
Color information
#B7D9CB (or 0xB7D9CB) is known color: Jet Stream. HEX triplet: B7, D9 and CB. RGB value is (183,217,203). Sum of RGB (Red+Green+Blue) = 183+217+203=603 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.35% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D9CB is #482634. Grayscale: #CDCDCD. Windows color (decimal): -4728373 or 13359543. OLE color: 13359543.
HSL color Cylindrical-coordinate representation of color #B7D9CB: hue angle of 155.29º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7D9CB is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 203 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.15 |
| HSL | 155.29º | 0.31% | 0.78% | - |
| HSV(B) | 155.29º | 0.16% | 0.85% | - |
| XYZ | 55.12 | 64 | 65.95 | - |
| YUV | 205.24 | 126.74 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 203 | 0.16 | 0 | 0.06 | 0.15 | 155.29 | 0.31 | 0.78 |
| Hex | B7 | D9 | CB | 10 | 0 | 6 | F | 9B | 1F | 4E |
| Octal | 267 | 331 | 313 | 20 | 0 | 6 | 17 | 233 | 37 | 116 |
| Binary | 10110111 | 11011001 | 11001011 | 10000 | 0 | 110 | 1111 | 10011011 | 11111 | 1001110 |
Color Harmonies of #B7D9CB
Complementary color
Monochromatic Colors of #B7D9CB
Black with #B7D9CB
Text Example
Text Example
White with #B7D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D9CB; }
p { color: rgb(183,217,203); }
H1.HeaderClassName
{
color: #B7D9CB;
}
.AnyTagClassName
{
color: #B7D9CB;
}
</style>
background-color css
<style>
a { background-color: #B7D9CB; }
a { background-color: rgb(183,217,203); }
div.DivClassName
{
background-color: #B7D9CB;
}
.BgClassName
{
background-color: #B7D9CB;
}
</style>
border-color css
<style>
span { border-color: #B7D9CB; }
span { border-color: rgb(183,217,203); }
td.TdClassName
{
border-color: #B7D9CB;
}
.TagClassName
{
border-color: #B7D9CB;
}
</style>