Shades of Jet Stream #B7D9C9
Tints of Jet Stream #B7D9C9
RGB
CMYK
RGB Variations
Color information
#B7D9C9 (or 0xB7D9C9) is known color: Jet Stream. HEX triplet: B7, D9 and C9. RGB value is (183,217,201). Sum of RGB (Red+Green+Blue) = 183+217+201=601 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.45% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D9C9 is #482636. Grayscale: #CDCDCD. Windows color (decimal): -4728375 or 13228471. OLE color: 13228471.
HSL color Cylindrical-coordinate representation of color #B7D9C9: hue angle of 151.76º 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 #B7D9C9 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 201 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.15 |
| HSL | 151.76º | 0.31% | 0.78% | - |
| HSV(B) | 151.76º | 0.16% | 0.85% | - |
| XYZ | 54.88 | 63.91 | 64.7 | - |
| YUV | 205.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 201 | 0.16 | 0 | 0.07 | 0.15 | 151.76 | 0.31 | 0.78 |
| Hex | B7 | D9 | C9 | 10 | 0 | 7 | F | 98 | 1F | 4E |
| Octal | 267 | 331 | 311 | 20 | 0 | 7 | 17 | 230 | 37 | 116 |
| Binary | 10110111 | 11011001 | 11001001 | 10000 | 0 | 111 | 1111 | 10011000 | 11111 | 1001110 |
Color Harmonies of #B7D9C9
Complementary color
Monochromatic Colors of #B7D9C9
Black with #B7D9C9
Text Example
Text Example
White with #B7D9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D9C9; }
p { color: rgb(183,217,201); }
H1.HeaderClassName
{
color: #B7D9C9;
}
.AnyTagClassName
{
color: #B7D9C9;
}
</style>
background-color css
<style>
a { background-color: #B7D9C9; }
a { background-color: rgb(183,217,201); }
div.DivClassName
{
background-color: #B7D9C9;
}
.BgClassName
{
background-color: #B7D9C9;
}
</style>
border-color css
<style>
span { border-color: #B7D9C9; }
span { border-color: rgb(183,217,201); }
td.TdClassName
{
border-color: #B7D9C9;
}
.TagClassName
{
border-color: #B7D9C9;
}
</style>